Sha256: 1439d8369bb9207b1b0548e3bf657fa2514dba227b5fced9a3368f4269d66012

Contents?: true

Size: 220 Bytes

Versions: 8

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module Floe
  class Workflow
    module States
      class Map < Floe::Workflow::State
        def initialize(*)
          raise NotImplementedError
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
floe-0.3.1 lib/floe/workflow/states/map.rb
floe-0.3.0 lib/floe/workflow/states/map.rb
floe-0.2.3 lib/floe/workflow/states/map.rb
floe-0.2.2 lib/floe/workflow/states/map.rb
floe-0.2.1 lib/floe/workflow/states/map.rb
floe-0.2.0 lib/floe/workflow/states/map.rb
floe-0.1.1 lib/floe/workflow/states/map.rb
floe-0.1.0 lib/floe/workflow/states/map.rb