class Prism::ParseResult

def deconstruct_keys(keys)

Implement the hash pattern matching interface for ParseResult.
def deconstruct_keys(keys)
  { value: value, comments: comments, magic_comments: magic_comments, data_loc: data_loc, errors: errors, warnings: warnings }
end