class Prism::Comment

def deconstruct_keys(keys)

Implement the hash pattern matching interface for Comment.
def deconstruct_keys(keys)
  { location: location }
end