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