1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/date.rb: no need to require the "lib/rational.rb" any more.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2008-08-22 11:00:05 +00:00
parent 1acc8f9483
commit 122595c263
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Aug 22 19:58:27 2008 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date.rb: no need to require the "lib/rational.rb" any more.
Fri Aug 22 15:47:38 2008 NAKAMURA Usaku <usa@ruby-lang.org> Fri Aug 22 15:47:38 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/cgi.rb: use bytesize instead of size/length. * lib/cgi.rb: use bytesize instead of size/length.

View file

@ -193,7 +193,6 @@
# #
# puts secs_to_new_year() # puts secs_to_new_year()
require 'rational'
require 'date/format' require 'date/format'
# Class representing a date. # Class representing a date.