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