lib/watir/waiter.rb in commonwatir-3.0.0.rc2 vs lib/watir/waiter.rb in commonwatir-3.0.0.rc3

- old
+ new

@@ -18,11 +18,11 @@ end def sleep seconds @sleep_time += Kernel.sleep seconds end def now - Time.now + ::Time.now end end class Waiter # This is an interface to a TimeKeeper which proxies @@ -93,6 +93,6 @@ def now @timer.now end end -end # module \ No newline at end of file +end # module