Method: Config#origin
- Defined in:
- lib/hocon/config.rb
#origin ⇒ Object
Gets the origin of the Config, which may be a file, or a file with a line number, or just a descriptive phrase.
178 179 180 |
# File 'lib/hocon/config.rb', line 178 def origin raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of `Config` must implement `origin` (#{self.class})" end |