# File lib/puppet/external/pson/pure/generator.rb, line 122
122:         def initialize(opts = {})
123:           @seen = {}
124:           @indent         = ''
125:           @space          = ''
126:           @space_before   = ''
127:           @object_nl      = ''
128:           @array_nl       = ''
129:           @check_circular = true
130:           @allow_nan      = false
131:           configure opts
132:         end