[前][次][番号順一覧][スレッド一覧]

ruby-changes:8148

From: tadf <ko1@a...>
Date: Sat, 4 Oct 2008 19:22:36 +0900 (JST)
Subject: [ruby-changes:8148] Ruby:r19676 (trunk): * lib/date/format.rb: no need to require the "lib/rational.rb".

tadf	2008-10-04 19:22:15 +0900 (Sat, 04 Oct 2008)

  New Revision: 19676

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19676

  Log:
    * lib/date/format.rb: no need to require the "lib/rational.rb".

  Modified files:
    trunk/ChangeLog
    trunk/lib/date/format.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19675)
+++ ChangeLog	(revision 19676)
@@ -1,3 +1,7 @@
+Sat Oct  4 19:02:36 2008  Tadayoshi Funaba  <tadf@d...>
+
+	* lib/date/format.rb: no need to require the "lib/rational.rb".
+
 Sat Oct  4 19:02:59 2008  NARUSE, Yui  <naruse@r...>
 
 	* ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.
Index: lib/date/format.rb
===================================================================
--- lib/date/format.rb	(revision 19675)
+++ lib/date/format.rb	(revision 19676)
@@ -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:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]