[ruby-cvs:73430] nobu:r66329 (trunk): date_core.c: moved some methods to DateTime
nobu at ruby-lang.org
nobu at ruby-lang.org
Tue Dec 11 13:35:13 JST 2018
nobu 2018-12-11 13:35:13 +0900 (Tue, 11 Dec 2018)
New Revision: 66329
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66329
Log:
date_core.c: moved some methods to DateTime
* ext/date/date_core.c (Init_date_core): moved methods which make
sense only for DateTime to that class, instead of defining
private methods in Date and making them public in DateTime.
Modified files:
trunk/ext/date/date_core.c
trunk/test/date/test_switch_hitter.rb
More information about the ruby-cvs
mailing list