Yukihiro Matsumoto <matz / ruby-lang.org> wrote: > Hi, > > In message "Range#size" > on 02/12/31, Martin DeMello <martindemello / yahoo.com> writes: > > |I think I missed something - why is Range#size (and all its synonyms) > |not in 1.7(.3)? > > Range size is not easily calculatable; imagine when both ends are > floats, or strings. Ah, true. martin