# File lib/puppet/util/rdoc/code_objects.rb, line 70
70:         def each_fact
71:             @facts.each {|c| yield c}
72:         end