Ruby Forum Ruby-core > [Ruby 1.8 - Bug #418] (Open) date2 library has two methods marked private unnecessarily

Posted by Peter Bowen (Guest)
on 11.08.2008 16:04
(Received via mailing list)
Issue #418 has been reported by Peter Bowen.

----------------------------------------
Bug #418: date2 library has two methods marked private unnecessarily
http://redmine.ruby-lang.org/issues/show/418

Author: Peter Bowen
Status: Open
Priority: Normal
Assigned to:
Category:
Target version:


During the import of date2 3.9.4 into svn, :to_date and :to_datetime got 
marked as private.  The date2 upstream never did this change and they 
are still public even in the latest version.  Is there a reason they are 
private in svn?