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
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.