Method: MessageBus::Implementation#on
- Defined in:
- lib/message_bus.rb
#on ⇒ void
This method returns an undefined value.
Enables publication to the bus
172 173 174 |
# File 'lib/message_bus.rb', line 172 def on @destroyed = @off = @off_disable_publish = false end |