Method: Twterm::EventDispatcher#initialize

Defined in:
lib/twterm/event_dispatcher.rb

#initializeEventDispatcher

Returns a new instance of EventDispatcher.



9
10
11
# File 'lib/twterm/event_dispatcher.rb', line 9

def initialize
  @subscriptions = []
end