Add double dispatch to Integer
Integer is the basis for the two concrete classes that hold whole numbers, Bignum and Fixnum.
Integer
Bignum
Fixnum
int.upto(limit) {|i| block } â selfint.upto(limit) â an_enumerator Instance Public methods
Page 4 of 4