Class: Hocon::Impl::SimpleIncluder::NameSource
- Inherits:
-
Object
- Object
- Hocon::Impl::SimpleIncluder::NameSource
show all
- Defined in:
- lib/hocon/impl/simple_includer.rb
Instance Method Summary
collapse
Instance Method Details
#name_to_parseable(name, parse_options) ⇒ Object
103
104
105
106
|
# File 'lib/hocon/impl/simple_includer.rb', line 103
def name_to_parseable(name, parse_options)
raise Hocon::ConfigError::ConfigBugOrBrokenError,
"name_to_parseable must be implemented by subclass (#{self.class})"
end
|