# File lib/puppet/util/tagging.rb, line 24
24:     def tagged?(tag)
25:         defined?(@tags) and @tags.include?(tag.to_s)
26:     end