Sha256: 5b7da995f1e203881c6d7d0c17fe0922f445c71ba1f8762b7c6979c83c88fbaf

Contents?: true

Size: 211 Bytes

Versions: 5

Compression:

Stored size: 211 Bytes

Contents

# frozen_string_literal: true

module Grumlin
  module Expressions
    module Order
      extend Tool

      SUPPORTED_STEPS = %i[asc desc].freeze

      define_steps(SUPPORTED_STEPS, "Order")
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
grumlin-0.14.2 lib/grumlin/expressions/order.rb
grumlin-0.14.1 lib/grumlin/expressions/order.rb
grumlin-0.14.0 lib/grumlin/expressions/order.rb
grumlin-0.13.1 lib/grumlin/expressions/order.rb
grumlin-0.13.0 lib/grumlin/expressions/order.rb