# File lib/taggable.rb, line 604
        def tagged_with?(tag_name, reload = false)
          tag_names(reload).include?(tag_name)
        end