class SyntaxTree::Statements

def deconstruct_keys(_keys)

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