# File lib/puppet/util/fileparsing.rb, line 136 136: def fields(type) 137: if record = record_type(type) 138: record.fields.dup 139: else 140: nil 141: end 142: end