module Arel::TreeManager::StatementMethods

def order(*expr)

def order(*expr)
  @ast.orders = expr
  self
end