# File lib/puppet/external/pson/pure/generator.rb, line 94
 94:         def initialize(opts = {})
 95:           @seen = {}
 96:           @indent         = ''
 97:           @space          = ''
 98:           @space_before   = ''
 99:           @object_nl      = ''
100:           @array_nl       = ''
101:           @check_circular = true
102:           @allow_nan      = false
103:           configure opts
104:         end