# File lib/sup/thread.rb, line 103 def toggle_label label if has_label? label remove_label label false else apply_label label true end end