summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-22 11:00:05 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-22 11:00:05 +0000
commitc1368025b565bcc34f30bad022b50fdd89c56858 (patch)
tree4e1f0852cad0c408424230a27d82d317c8fae94c
parentc45f4fb879cdb78fe4de62471a717414c1c85626 (diff)
downloadruby-c1368025b565bcc34f30bad022b50fdd89c56858.tar.gz
ruby-c1368025b565bcc34f30bad022b50fdd89c56858.tar.xz
ruby-c1368025b565bcc34f30bad022b50fdd89c56858.zip
* lib/date.rb: no need to require the "lib/rational.rb" any more.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/date.rb1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 52c0c9320..2c02220eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/lib/date.rb b/lib/date.rb
index d2fc8613b..5ac8bf03d 100644
--- a/lib/date.rb
+++ b/lib/date.rb
@@ -193,7 +193,6 @@
#
# puts secs_to_new_year()
-require 'rational'
require 'date/format'
# Class representing a date.