Method: FiniteMachine::Definition.deferreds
- Defined in:
- lib/finite_machine/definition.rb
.deferreds ⇒ Array<Proc>
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The state machine deferreds
73 74 75 |
# File 'lib/finite_machine/definition.rb', line 73 def self.deferreds @deferreds ||= [] end |