# File lib/arel/algebra/ordering.rb, line 5 def bind(relation) self.class.new(attribute.bind(relation)) end