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 ‘AssocNode` elements all with symbol keys, which means the elements can be treated as keyword arguments
1 << 2