module Prism::ArgumentsNodeFlags
Flags for arguments nodes.
Constants
- CONTAINS_FORWARDING
if the arguments contain forwarding
- CONTAINS_KEYWORDS
if the arguments contain keywords
- CONTAINS_KEYWORD_SPLAT
if the arguments contain a keyword splat
- CONTAINS_MULTIPLE_SPLATS
if the arguments contain multiple splats
- CONTAINS_SPLAT
if the arguments contain a splat