Path: | lib/puppet/util/subclass_loader.rb |
Last Update: | Wed Dec 09 12:54:29 -0800 2009 |
A module for loading subclasses into an array and retrieving them by name. Also sets up a method for each class so that you can just do Klass.subclass, rather than Klass.subclass(:subclass).
This module is currently used by network handlers and clients.