Class: Hocon::Impl::SimpleIncluder::Proxy
- Inherits:
-
FullIncluder
- Object
- FullIncluder
- Hocon::Impl::SimpleIncluder::Proxy
- Defined in:
- lib/hocon/impl/simple_includer.rb
Instance Method Summary collapse
-
#initialize(delegate) ⇒ Proxy
constructor
A new instance of Proxy.
Constructor Details
#initialize(delegate) ⇒ Proxy
Returns a new instance of Proxy.
201 202 203 |
# File 'lib/hocon/impl/simple_includer.rb', line 201 def initialize(delegate) @delegate = delegate end |