Class: Hocon::ConfigValueFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/hocon/config_value_factory.rb

Constant Summary collapse

ConfigImpl =
Hocon::Impl::ConfigImpl

Class Method Summary collapse

Class Method Details

.from_any_ref(object, origin_description) ⇒ Object



7
8
9
# File 'lib/hocon/config_value_factory.rb', line 7

def self.from_any_ref(object, origin_description)
  ConfigImpl.from_any_ref(object, origin_description)
end