Method: SyntaxTree::Next#deconstruct_keys
- Defined in:
- lib/syntax_tree/node.rb
#deconstruct_keys(_keys) ⇒ Object
7983 7984 7985 |
# File 'lib/syntax_tree/node.rb', line 7983 def deconstruct_keys(_keys) { arguments: arguments, location: location, comments: comments } end |