From: "Ralf Müller" Date: 2005-06-30T22:21:22+09:00 Subject: Re: Time.parse unavailable On Thu, 30 Jun 2005 21:45:42 +0900 Karol Hosiawa wrote: > Hello, > I have Ruby 1.8 installed on my Debian Unstable box. > When I type Time.parse in Irb it returns > NoMethodError: undefined method `parse' for Time:Class > > RDoc says parse (as well as for example httpdate) are available > in the Time class. > > What could I be doing wrong ? use 'irb -rtime' instead