class RuboCop::AST::HashNode
def pairs
-
(Array
- an array of `pair` nodes)
Other tags:
- Note: - this may be different from children as `kwsplat` nodes are
def pairs each_pair.to_a end
(Array)
- an array of `pair` nodes
def pairs each_pair.to_a end