Class: Hocon::Impl::ConfigNodeArray

Inherits:
Object
  • Object
show all
Includes:
ConfigNodeComplexValue
Defined in:
lib/hocon/impl/config_node_array.rb

Instance Attribute Summary

Attributes included from ConfigNodeComplexValue

#children

Instance Method Summary collapse

Methods included from ConfigNodeComplexValue

#indent_text, #initialize, #tokens

Methods included from AbstractConfigNode

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

Methods included from Parser::ConfigNode

#render

Instance Method Details

#new_node(nodes) ⇒ Object



8
9
10
# File 'lib/hocon/impl/config_node_array.rb', line 8

def new_node(nodes)
  self.class.new(nodes)
end