lib/picky/cores.rb in picky-0.12.3 vs lib/picky/cores.rb in picky-1.0.0

- old
+ new

@@ -1,9 +1,9 @@ Infinity = 1.0/0 # Handles processing over multiple cores. # -class Cores +class Cores # :nodoc:all # Pass it an ary or generator. # # generator = (1..10).each # forked generator, :max => 5 do |element| \ No newline at end of file