Sha256: 3a2633f7b9897fe3728c152c31b90bc27ac830b25a564c26b57dfd34d956493f

Contents?: true

Size: 205 Bytes

Versions: 6

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

module Grumlin
  module Tools
    module Order
      extend Tool

      SUPPORTED_STEPS = %i[asc desc].freeze

      define_steps(SUPPORTED_STEPS, "Order")
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
grumlin-0.12.5 lib/grumlin/tools/order.rb
grumlin-0.12.4 lib/grumlin/tools/order.rb
grumlin-0.12.3 lib/grumlin/tools/order.rb
grumlin-0.12.2 lib/grumlin/tools/order.rb
grumlin-0.12.1 lib/grumlin/tools/order.rb
grumlin-0.12.0 lib/grumlin/tools/order.rb