Implementing a plugin framework for your Ruby application

Post by Peter Cooper

Permanent Link  |   book mark Implementing a plugin framework for your Ruby application in del.icio.usClick here to add on del.icio.us

Mauricio Fernandez's ever-mindblowing Eigenclass presents a great article about how to easily implement a plugin system for any Ruby application. Ruby's reflection and OO features make it a cinch.

Comments are closed.