class Arel::SelectManager

def limit

def limit
  @ast.limit && @ast.limit.expr
end