Method: Prism::ConstantPathOperatorWriteNode#deconstruct_keys

Defined in:
lib/prism/node.rb

#deconstruct_keys(keys) ⇒ Object

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



5221
5222
5223
# File 'lib/prism/node.rb', line 5221

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