Sha256: a83a40e179f197734fecc2fff95cc073ee5b514529dde958e6297389663eb5c9
Contents?: true
Size: 225 Bytes
Versions: 2
Compression:
Stored size: 225 Bytes
Contents
# @api private module Wisper class BlockRegistration < Registration def broadcast(event, publisher, *args, **kwargs) if should_broadcast?(event) listener.call(*args, **kwargs) end end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
wisper-3.0.0.rc1 | lib/wisper/registration/block.rb |
wisper-compat-4.0.0 | lib/wisper/registration/block.rb |