From c1368025b565bcc34f30bad022b50fdd89c56858 Mon Sep 17 00:00:00 2001 From: tadf Date: Fri, 22 Aug 2008 11:00:05 +0000 Subject: * 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 --- lib/date.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/date.rb') 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. -- cgit