# File lib/arel/algebra/relations/operations/order.rb, line 5 def initialize(relation, orderings) super(relation) @orderings = orderings.collect { |o| o.bind(relation) } end