# File lib/puppet/util/rdoc/code_objects.rb, line 74
74:         def each_plugin
75:             @plugins.each {|c| yield c}
76:         end