class Prism::ParseLexResult

def deconstruct_keys(keys)

Implement the hash pattern matching interface for ParseLexResult.
def deconstruct_keys(keys)
  super.merge!(value: value)
end