On Sun, 15 Apr 2001, Dave Thomas wrote: > In your case, you;re iterating over numbers, so you'd find the > iterators you need in class Integer > 0.step(100,5) do |i| ... Question: why is #step defined in Integer, and not in Numeric, and neither in Float? matju