# File lib/arel/algebra/relations/relation.rb, line 93 def having_clauses havings.collect { |g| g.to_sql(Sql::HavingClause.new(self)) } end