Method: SyntaxTree::PinnedBegin#deconstruct_keys
- Defined in:
- lib/syntax_tree/node.rb
#deconstruct_keys(_keys) ⇒ Object
1996 1997 1998 |
# File 'lib/syntax_tree/node.rb', line 1996 def deconstruct_keys(_keys) { statement: statement, location: location, comments: comments } end |