# File lib/sup/tagger.rb, line 12
  def toggle_tag_for o; @tagged[o] = !@tagged[o]; end