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