Method: Config#get_object
- Defined in:
- lib/hocon/config.rb
#get_object(path) ⇒ Object
529 530 531 |
# File 'lib/hocon/config.rb', line 529 def get_object(path) raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of `Config` must implement `get_object` (#{self.class})" end |