module Hocon::Impl::Parseable::Relativizer
Internal implementation detail, not ABI stable, do not touch
Public Instance Methods
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