Module: Prism::KeywordHashNodeFlags
| Relationships & Source Files | |
| Defined in: | lib/prism/node.rb |
Overview
Flags for keyword hash nodes.
Constant Summary
-
SYMBOL_KEYS =
# File 'lib/prism/node.rb', line 19835
a keyword hash which only has
AssocNodeelements all with symbol keys, which means the elements can be treated as keyword arguments1 << 2