# File lib/wisper/registration/block.rb, line 5 def broadcast(event, publisher, *args) if should_broadcast?(event) listener.call(*args) end end