Method: SyntaxTree::Program#deconstruct_keys

Defined in:
lib/syntax_tree/node.rb

#deconstruct_keys(_keys) ⇒ Object



8651
8652
8653
# File 'lib/syntax_tree/node.rb', line 8651

def deconstruct_keys(_keys)
  { statements: statements, location: location, comments: comments }
end