Method: Hocon::Impl::ResolveSource::ResultWithPath#initialize

Defined in:
lib/hocon/impl/resolve_source.rb

#initialize(result, path_from_root) ⇒ ResultWithPath

Returns a new instance of ResultWithPath.



271
272
273
274
# File 'lib/hocon/impl/resolve_source.rb', line 271

def initialize(result, path_from_root)
  @result = result
  @path_from_root = path_from_root
end