Method: Hocon::Parser::ConfigNode#render
- Defined in:
- lib/hocon/parser/config_node.rb
#render ⇒ Object
The original text of the input which was used to form this particular node.
27 28 29 |
# File 'lib/hocon/parser/config_node.rb', line 27 def render raise Hocon::ConfigError::ConfigBugOrBrokenError, "subclasses of ConfigNode should override `render` (#{self.class})" end |