# File src/org/puremvc/ruby/core/view.rb, line 47
  def notify_observers(notification)
    observers = Array(@observer_map[notification.name])
    observers.each{|observer| observer.notify_observer(notification)}
  end