Method: Prism::LocalVariableOrWriteNode#deconstruct_keys
- Defined in:
- lib/prism/node.rb
#deconstruct_keys(keys) ⇒ Object
def deconstruct_keys: (Array keys) -> { node_id: Integer, location: Location, name_loc: Location, operator_loc: Location, value: Prism::node, name: Symbol, depth: Integer }
10719 10720 10721 |
# File 'lib/prism/node.rb', line 10719 def deconstruct_keys(keys) { node_id: node_id, location: location, name_loc: name_loc, operator_loc: operator_loc, value: value, name: name, depth: depth } end |