104 105 106 107 108
# File 'lib/activecube/query/cube_query.rb', line 104 def limit_by *args clear_sql options << LimitBy.new(args) self end