Is Infinity Inclusive or Exclusive?
Is it
(0..INFINITY).each { |it| puts it }
or
(0...INFINITY).each { |it| puts it }
?
0 writebacks [/src] permanent link