80 81 82 83 84 85 86
# File 'lib/activecube/query/cube_query.rb', line 80 def asc_by_integer *args clear_sql args.each{|arg| options << Ordering.new(arg, :asc, options = {with_length: true}) } self end