lib/grumlin/expressions/order.rb in grumlin-0.14.4 vs lib/grumlin/expressions/order.rb in grumlin-0.14.5

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Grumlin module Expressions module Order - SUPPORTED_STEPS = %i[asc desc].freeze + SUPPORTED_STEPS = %i[asc desc shuffle].freeze class << self extend Expression define_steps(SUPPORTED_STEPS, "Order")