Method: MessageBus::Implementation#allow_broadcast=

Defined in:
lib/message_bus.rb

#allow_broadcast=(val) ⇒ void

This method returns an undefined value.

Parameters:

  • val (Boolean)

    whether or not to allow broadcasting (debugging)



261
262
263
# File 'lib/message_bus.rb', line 261

def allow_broadcast=(val)
  configure(allow_broadcast: val)
end