# File lib/riddle/query/select.rb, line 87
  def limit(limit)
    @limit = limit
    self
  end