Internal implementation detail, not ABI stable, do not touch
# File lib/hocon/impl/parseable.rb, line 32 def relative_to(filename) raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of `Relativizer` must implement `relative_to` (#{self.class})" end