# File lib/arel/algebra/relations/relation.rb, line 97 def order_clauses orders.collect { |o| o.to_sql(Sql::OrderClause.new(self)) } end