| Class | R10K::KeyedFactory |
| In: |
lib/r10k/keyed_factory.rb
|
| Parent: | Object |
This implements a factory by storing classes indexed with a given key and creates objects based on that key.
| implementations | [R] |
@!attribute [r] implementations
@return [Hash<Object, Class>] A hash of keys and the associated
implementations that this factory can generate.
|