| Path: | lib/puppet/util/subclass_loader.rb |
| Last Update: | Fri Aug 03 10:17:44 +0000 2012 |
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.