Method: Twterm::EventDispatcher#initialize
- Defined in:
- lib/twterm/event_dispatcher.rb
#initialize ⇒ EventDispatcher
Returns a new instance of EventDispatcher.
9 10 11 |
# File 'lib/twterm/event_dispatcher.rb', line 9 def initialize @subscriptions = [] end |