class Prism::InNode
def deconstruct_keys(keys)
def deconstruct_keys(keys) { node_id: node_id, location: location, pattern: pattern, statements: statements, in_loc: in_loc, then_loc: then_loc } end
def deconstruct_keys(keys) { node_id: node_id, location: location, pattern: pattern, statements: statements, in_loc: in_loc, then_loc: then_loc } end