Module: Prism::KeywordHashNodeFlags
- Defined in:
- lib/prism/node.rb
Overview
Flags for keyword hash nodes.
Constant Summary collapse
- SYMBOL_KEYS =
a keyword hash which only has
AssocNodeelements all with symbol keys, which means the elements can be treated as keyword arguments 1 << 2