From: Brian Adkins Date: 2007-10-13T11:05:02+09:00 Subject: Re: range max On Oct 12, 9:52 pm, "ara.t.howard" wrote: > On Oct 12, 2007, at 7:45 PM, Brian Adkins wrote: > > > With respect to an integer range, a combination of Range#end and > > Range#exclude_end? > > 0 ... 1 > > we know that max != 0, so Wrong. (0...1).max_int -> 0 (see code in other post) > max = 0.9? > max = 0.99? > max = 0.999? > max = 0.9999? What the heck are you talking about? Do you really think that 0.9 or 0.99 is in the range (0...1) ?