Sha256: b7f1311dc533b5f81ddfc414cd15feaa07d8297566c450bfea17093a6461d5f8

Contents?: true

Size: 213 Bytes

Versions: 6

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

module Grumlin
  module Tools
    module Pop
      extend Tool

      SUPPORTED_STEPS = %i[all first last mixed].freeze

      define_steps(SUPPORTED_STEPS, "Pop")
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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