module Hocon::Impl::Parseable::Relativizer

Internal implementation detail, not ABI stable, do not touch

Public Instance Methods

relative_to(filename) click to toggle source
# 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