Implementing a plugin framework for your Ruby application
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.