# File lib/more/facets/timer.rb, line 248
    def start
      if block_given? then
        yield
      else
        time_limit()
      end
    end