Subject: Time#to_date not public?
From: Trans <transfire gmail.com>
Date: Thu, 7 Feb 2008 03:29:45 +0900
I may have brought this up before and it may already be changed, but
just in case...
>> Time.now.to_date
NoMethodError: private method `to_date' called for Wed Feb 06 13:26:43
-0500 2008:Time
from (irb):2
Shouldn't this be public?
T.