# File lib/reactor/urls.rb, line 29 def next begin return @iter.next rescue StopIteration @iter = @values.each return @iter.next end end