Sha256: 9c4d55cc0c8992b4cdbf364798ac5439c6b60daa789460fed9c6eb45afc5fcf4
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
class <%= name.capitalize.underscore.classify %>Flow include Stealth::Flow flow :hello do state :say_hello end flow :goodbye do state :say_goodbye end flow :catchall do state :level1 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stealth-1.0.0.pre1 | lib/stealth/generators/builder/bot/flow_map.rb.tt |