# File src/org/puremvc/ruby/patterns/observer/observer.rb, line 14 def initialize(notify=nil, context=nil) @notify = notify @context = context end