:nodoc:
Modules: VERSION Classes: TimeoutError
9 10 11 12 13 14
# File 'lib/waitfor.rb', line 9 def upto( options ) timer = Timer.new options until yield or timer.out_of_time? sleep 1 end end