# File lib/arel/update_manager.rb, line 13
    def order *expr
      @ast.orders = expr
      self
    end