From 122595c263d67e0a32175833ed0ad6c7482b767e Mon Sep 17 00:00:00 2001 From: tadf Date: Fri, 22 Aug 2008 11:00:05 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ lib/date.rb | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52c0c93209..2c02220eb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 22 19:58:27 2008 Tadayoshi Funaba + + * lib/date.rb: no need to require the "lib/rational.rb" any more. + Fri Aug 22 15:47:38 2008 NAKAMURA Usaku * lib/cgi.rb: use bytesize instead of size/length. diff --git a/lib/date.rb b/lib/date.rb index d2fc8613b2..5ac8bf03d6 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.