Sha256: d88597e4638f18c18b2223cb928ac927c31bae9f0cc0874c3bccdda39993fb28
Contents?: true
Size: 184 Bytes
Versions: 17
Compression:
Stored size: 184 Bytes
Contents
class FlowMap include Stealth::Flow flow :hello do state :say_hello end flow :goodbye do state :say_goodbye end flow :catch_all do state :level1 end end
Version data entries
17 entries across 17 versions & 1 rubygems