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