# File r4tw.rb, line 394
  def add_tags(tags)
    tags.each { |tag| add_tag(tag) }
  end