Method: Config#with_fallback

Defined in:
lib/hocon/config.rb

#with_fallback(other) ⇒ Object



182
183
184
# File 'lib/hocon/config.rb', line 182

def with_fallback(other)
  raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of `Config` must implement `with_fallback` (#{self.class})"
end