* 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:
parent
1acc8f9483
commit
122595c263
@ -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>
|
||||
|
||||
* lib/cgi.rb: use bytesize instead of size/length.
|
||||
|
@ -193,7 +193,6 @@
|
||||
#
|
||||
# puts secs_to_new_year()
|
||||
|
||||
require 'rational'
|
||||
require 'date/format'
|
||||
|
||||
# Class representing a date.
|
||||
|
Loading…
x
Reference in New Issue
Block a user