From: Brian Buckley Date: 2005-04-19T05:52:59+09:00 Subject: exclude min value in Range ------=_Part_4195_15342759.1113857559051 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, Is there a way to create a Range object which excludes the min value when= =20 values in the Range are continuous? (If the values were discrete one could= =20 just start with the succ value.) For example, range =3D (0.0...1.0) is a range of Floats that includes the= =20 value 0.0. How would one create such a Range but which excluded 0.0? Thanks from a relatively new user of ruby, Brian ------=_Part_4195_15342759.1113857559051--