Sha256: d05704f400411b1fc0f1d48322b82cb347851a78942d2f76c58ebc56d0057f63
Contents?: true
Size: 396 Bytes
Versions: 3
Compression:
Stored size: 396 Bytes
Contents
require 'controll/flow/errors' module Controll module Flow autoload :Master, 'controll/flow/master' autoload :Action, 'controll/flow/action' autoload :EventMapper, 'controll/flow/event_mapper' autoload :ActionMapper, 'controll/flow/action_mapper' end end module Flows Master = Controll::Flow::Master Flow = Controll::Flow::Master end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
controll-0.3.2 | lib/controll/flow.rb |
controll-0.3.1 | lib/controll/flow.rb |
controll-0.3.0 | lib/controll/flow.rb |