Method: Config#resolve_with
- Defined in:
- lib/hocon/config.rb
#resolve_with(source, options) ⇒ Object
Like Config#resolveWith(Config) but allows you to specify non-default options.
274 275 276 |
# File 'lib/hocon/config.rb', line 274 def resolve_with(source, ) raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of `Config` must implement `resolve_with` (#{self.class})" end |