Module: Hocon::Impl::AbstractConfigNodeValue

Includes:
AbstractConfigNode
Included in:
ConfigNodeComplexValue, ConfigNodeSimpleValue
Defined in:
lib/hocon/impl/abstract_config_node_value.rb

Overview

This essentially exists in the upstream so we can ensure only certain types of config nodes can be passed into some methods. That’s not a problem in Ruby, so this is unnecessary, but it seems best to keep it around for consistency

Method Summary

Methods included from AbstractConfigNode

#==, #hash, #render, #tokens

Methods included from Parser::ConfigNode

#render