Sha256: a95c25af8491967edcbcaa3bdc2cbece38f521fe794da982e9ae68a94b389e47

Contents?: true

Size: 317 Bytes

Versions: 7

Compression:

Stored size: 317 Bytes

Contents

class FlowMap

  include Stealth::Flow

  flow :hello do
    state :say_hello
  end

  flow :goodbye do
    state :say_goodbye
  end

  flow :interrupt do
    state :say_interrupted
  end

  flow :unrecognized_message do
    state :handle_unrecognized_message
  end

  flow :catch_all do
    state :level1
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stealth-2.0.0.beta7 lib/stealth/generators/builder/config/flow_map.rb
stealth-2.0.0.beta6 lib/stealth/generators/builder/config/flow_map.rb
stealth-2.0.0.beta5 lib/stealth/generators/builder/config/flow_map.rb
stealth-2.0.0.beta4 lib/stealth/generators/builder/config/flow_map.rb
stealth-2.0.0.beta3 lib/stealth/generators/builder/config/flow_map.rb
stealth-2.0.0.beta2 lib/stealth/generators/builder/config/flow_map.rb
stealth-2.0.0.beta1 lib/stealth/generators/builder/config/flow_map.rb