class SyntaxTree::MRHS

def deconstruct_keys(_keys)

def deconstruct_keys(_keys)
  { parts: parts, location: location, comments: comments }
end