1 2 3 4
module Enumerable def to_a(n = nil) result = [] ...
Ruby Enumerable#to_a with termin...
by Ben Kudria,
December 24, 2007 23:36,
No refactoring, tagged with ruby, enumerable, finite, countable, countability
1 2 3 4
module Enumerable def to_a(n = nil) result = [] ...
Please see this ruby-talk t...