# File lib/puppet/provider/parsedfile.rb, line 275 275: def self.target_records(target) 276: @records.find_all { |r| r[:target] == target } 277: end