Module: Prism::ParameterFlags
- Defined in:
- lib/prism/node.rb
Overview
Flags for parameter nodes.
Constant Summary collapse
- REPEATED_PARAMETER =
a parameter name that has been repeated in the method signature
1 << 2
Flags for parameter nodes.
a parameter name that has been repeated in the method signature
1 << 2