Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/circuit_breaker/workflow_dsl.rb
Instance Method Summary collapse
Instance Method Details
#>>(other) ⇒ Object
5 6 7 |
# File 'lib/circuit_breaker/workflow_dsl.rb', line 5 def >>(other) StateTransition.new(self, other) end |