Class: Dramatis::Runtime::Gate
- Inherits:
-
Object
- Object
- Dramatis::Runtime::Gate
- Defined in:
- lib/dramatis/runtime/gate.rb
Overview
:nodoc: all
Defined Under Namespace
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.new ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/dramatis/runtime/gate.rb', line 8 def self.new gate = Case.new gate.accept Object gate.accept :actor gate.accept :continuation gate.accept :object gate end |