Method: StateMachine::Callback.terminator

Defined in:
lib/state_machine/callback.rb

.terminatorObject

The application-wide terminator to use for callbacks when not explicitly defined. Terminators determine whether to cancel a callback chain based on the return value of the callback.

See StateMachine::Callback#terminator for more information.



62
63
64
# File 'lib/state_machine/callback.rb', line 62

def terminator
  @terminator
end