class Prism::CapturePatternNode

def deconstruct_keys(keys)

def deconstruct_keys: (Array[Symbol] keys) -> { value: Node, target: Node, operator_loc: Location, location: Location }
def deconstruct_keys(keys)
  { value: value, target: target, operator_loc: operator_loc, location: location }
end