Module: Lanes::Concerns::PendingEventListeners
- Defined in:
- lib/lanes/concerns/pub_sub.rb
Constant Summary collapse
- @@listeners =
Hash.new{ |hash, klass| hash[klass] = Hash.new{ |kh, event| kh[event]=Array.new } }
Class Method Summary collapse
- .all ⇒ Object private
Class Method Details
.all ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
7 8 9 |
# File 'lib/lanes/concerns/pub_sub.rb', line 7 def self.all @@listeners end |