# File lib/facets/more/timer.rb, line 90
  def on_timeout( &block )
    if block then
      @on_timeout = block
      true
    else
      false
    end
  end