# File lib/arel/table.rb, line 67
    def order *expr
      from(self).order(*expr)
    end