Method: Aruba::EventBus#notify

Defined in:
lib/aruba/event_bus.rb

#notify(event) ⇒ Object



18
19
20
# File 'lib/aruba/event_bus.rb', line 18

def notify(event)
  broadcast(event)
end