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:
parent
1acc8f9483
commit
122595c263
2 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue