Method: Hocon::Parser::ConfigNode#render

Defined in:
lib/hocon/parser/config_node.rb

#renderObject

The original text of the input which was used to form this particular node.

Returns:

  • the original text used to form this node as a String

Raises:



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