Sunday, October 16, 2011

Observer pattern in ruby

Created quickly a couple of classes to show the observer pattern in Ruby .


Note : work to be done in finding the name of the object in the block under notifyObservers method.