Method: Prism::Dispatcher#initialize
- Defined in:
- lib/prism/dispatcher.rb
#initialize ⇒ Dispatcher
Returns a new instance of Dispatcher.
44 45 46 |
# File 'lib/prism/dispatcher.rb', line 44 def initialize @listeners = {} end |
Returns a new instance of Dispatcher.
44 45 46 |
# File 'lib/prism/dispatcher.rb', line 44 def initialize @listeners = {} end |