# File lib/facet/timelimit.rb, line 107
    def start
      if iterator? then
        yield
      else
        sec()
      end
    end