Class: Manacle::Proxy::Template::Factory
- Inherits:
-
Object
- Object
- Manacle::Proxy::Template::Factory
- Defined in:
- lib/manacle/proxy/template/factory.rb
Instance Method Summary collapse
- #build(klass) ⇒ Object
-
#initialize ⇒ Factory
constructor
A new instance of Factory.
Constructor Details
#initialize ⇒ Factory
Returns a new instance of Factory.
7 8 9 |
# File 'lib/manacle/proxy/template/factory.rb', line 7 def initialize @proxies = {} end |