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