# File lib/riddle/query/select.rb, line 62
  def group_by(attribute)
    @group_by = attribute
    self
  end