Method: Prism::ImaginaryNode#deconstruct_keys

Defined in:
lib/prism/node.rb

#deconstruct_keys(keys) ⇒ Object

def deconstruct_keys: (Array keys) -> { node_id: Integer, location: Location, numeric: FloatNode | IntegerNode | RationalNode }



7712
7713
7714
# File 'lib/prism/node.rb', line 7712

def deconstruct_keys(keys)
  { node_id: node_id, location: location, numeric: numeric }
end