# File lib/riddle/query/select.rb, line 72
  def having(*conditions)
    @having += conditions
    self
  end