Module: Prism::KeywordHashNodeFlags

Defined in:
lib/prism/node.rb

Overview

Flags for keyword hash nodes.

Constant Summary collapse

STATIC_KEYS =

a keyword hash which only has ‘AssocNode` elements all with static literal keys, which means the elements can be treated as keyword arguments

1 << 0