From: Brian Buckley Date: 2006-01-15T23:39:33+09:00 Subject: Re: Duration between two days ------=_Part_6687_15724498.1137335959834 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > > Requiring mathn did not change the return type. Requiring mathn > changed how rationals display themselves I think the return type is changed, not just how Rationals are displayed. (date2 - date1).class # =3D> Rational require 'mathn' (date2 - date1).class # =3D> Fixnum ------=_Part_6687_15724498.1137335959834--