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