# File lib/sup/modes/log-mode.rb, line 50
  def cleanup
    @on_kill.each { |cb| cb.call self }
    self.text = ""
    super
  end