Method: Prism::ConstantPathAndWriteNode#deconstruct_keys

Defined in:
lib/prism/node.rb

#deconstruct_keys(keys) ⇒ Object

def deconstruct_keys: (Array keys) -> { node_id: Integer, location: Location, target: ConstantPathNode, operator_loc: Location, value: Prism::node }



4986
4987
4988
# File 'lib/prism/node.rb', line 4986

def deconstruct_keys(keys)
  { node_id: node_id, location: location, target: target, operator_loc: operator_loc, value: value }
end