lib/iegrip.rb in iegrip-0.1.5 vs lib/iegrip.rb in iegrip-0.1.6

- old
+ new

@@ -60,10 +60,10 @@ retry_count = (@ie_obj.timeout / RETRY_INTERVAL).to_i retry_count.times do target = proc.call #puts " in retryGetTarget(), target = #{target.inspect}" if target - puts "retryGetTarget() Success fin." + #puts "retryGetTarget() Success fin." return target end sleep RETRY_INTERVAL end #puts "retryGetTarget(), return nil."