Found an excellent Abstract Factory pattern example
Posted by admin, Tue Jan 31 09:16:25 UTC 2006
I was hunting for a decent example of the Abstract Factory Pattern for ruby, and eventually stumbled across this gem:
Modular Architectures with Ruby
Summary Any reasonably complex end-user application is going to require some sort of customization and enhancement for effective deployment. This article shows one way to create a modular architecture as a way of leaving the door open for advanced users or consultants who want to extend the functionality without modifying the source.
Now I just wish everyone who was writing about patterns in Ruby could do as excellent a job as Jack has done here.


