From: matz@... (Yukihiro Matsumoto) Date: 2002-07-04T01:38:44+09:00 Subject: Re: (0..3) == (0...4) returning false? Hi, In message "Re: (0..3) == (0...4) returning false?" on 02/07/03, Albert Wagner writes: |I think you are right in your surprise. The confusion comes when one group |sees a range of integers as a set of integers and another group sees a range |as a continuum of floats. The "correct" answer depends of first determining |the definition of a range: (1) a collection or (2) a single continuum. That's the point. My guess is a Range should work as both, depending on a method called. I think I have to define useful / natural set of method names for each definition of a range. matz.