# File src/org/puremvc/ruby/patterns/observer/observer.rb, line 20 def notify_observer(notification) @context.send(@notify, notification) end