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

ruby-changes:7257

From: tadf <ko1@a...>
Date: Fri, 22 Aug 2008 20:00:20 +0900 (JST)
Subject: [ruby-changes:7257] Ruby:r18776 (trunk): * lib/date.rb: no need to require the "lib/rational.rb" any more.

tadf	2008-08-22 20:00:05 +0900 (Fri, 22 Aug 2008)

  New Revision: 18776

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

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

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 18775)
+++ ChangeLog	(revision 18776)
@@ -1,3 +1,7 @@
+Fri Aug 22 19:58:27 2008  Tadayoshi Funaba  <tadf@d...>
+
+	* lib/date.rb: no need to require the "lib/rational.rb" any more.
+
 Fri Aug 22 15:47:38 2008  NAKAMURA Usaku  <usa@r...>
 
 	* lib/cgi.rb: use bytesize instead of size/length.
Index: lib/date.rb
===================================================================
--- lib/date.rb	(revision 18775)
+++ lib/date.rb	(revision 18776)
@@ -193,7 +193,6 @@
 #
 #     puts secs_to_new_year()
 
-require 'rational'
 require 'date/format'
 
 # Class representing a date.

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

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