# File lib/hocon/impl/path_parser.rb, line 23 def initialize(initial, can_be_empty) @can_be_empty = can_be_empty @sb = StringIO.new(initial) end
# File lib/hocon/impl/path_parser.rb, line 30 def to_string "Element(#{@sb.string},#{@can_be_empty})" end