# File lib/puppet/util/fileparsing.rb, line 130
130:   def fields(type)
131:     if record = record_type(type)
132:       record.fields.dup
133:     else
134:       nil
135:     end
136:   end