Module: Hocon::Impl::Parseable::Relativizer

Included in:
ParseableResources
Defined in:
lib/hocon/impl/parseable.rb

Overview

Internal implementation detail, not ABI stable, do not touch

Instance Method Summary collapse

Instance Method Details

#relative_to(filename) ⇒ Object



33
34
35
# File 'lib/hocon/impl/parseable.rb', line 33

def relative_to(filename)
  raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of `Relativizer` must implement `relative_to` (#{self.class})"
end