# File lib/more/facets/timer.rb, line 117
  def defuse
    if @timer_thread
      Thread.kill @timer_thread
      @timer_thread = nil
    end
  end