From 0c0e636b19559715798dcbf6493cb4327c60488f Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 4 Oct 2008 10:22:15 +0000 Subject: * lib/date/format.rb: no need to require the "lib/rational.rb". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/date/format.rb | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb78943c6d..35bba78eb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 4 19:02:36 2008 Tadayoshi Funaba + + * lib/date/format.rb: no need to require the "lib/rational.rb". + Sat Oct 4 19:02:59 2008 NARUSE, Yui * ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding. diff --git a/lib/date/format.rb b/lib/date/format.rb index baba8dcbf6..c8bc10fbac 100644 --- a/lib/date/format.rb +++ b/lib/date/format.rb @@ -1,8 +1,6 @@ # format.rb: Written by Tadayoshi Funaba 1999-2008 # $Id: format.rb,v 2.43 2008-01-17 20:16:31+09 tadf Exp $ -require 'rational' - class Date module Format # :nodoc: -- cgit v1.2.3