# File lib/taggable.rb, line 589
        def tag_names=(tags, options = {})
          tag(tags, options.merge(:clear => true))
        end