Method: MessageBus::Implementation#unsubscribe
- Defined in:
- lib/message_bus.rb
#unsubscribe(channel = nil, &blk) ⇒ void
This method returns an undefined value.
Removes a subscription to a particular channel.
454 455 456 |
# File 'lib/message_bus.rb', line 454 def unsubscribe(channel = nil, &blk) unsubscribe_impl(channel, nil, &blk) end |