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

ruby-changes:20935

From: akr <ko1@a...>
Date: Tue, 16 Aug 2011 10:36:38 +0900 (JST)
Subject: [ruby-changes:20935] akr:r32984 (trunk): duplicated statement removed in comment.

akr	2011-08-16 10:36:28 +0900 (Tue, 16 Aug 2011)

  New Revision: 32984

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

  Log:
    duplicated statement removed in comment.

  Modified files:
    trunk/lib/time.rb

Index: lib/time.rb
===================================================================
--- lib/time.rb	(revision 32983)
+++ lib/time.rb	(revision 32984)
@@ -86,7 +86,6 @@
     def zone_utc?(zone)
       # * +0000
       #   In RFC 2822, +0000 indicate a time zone at Universal Time.
-      #   Europe/London is "a time zone at Universal Time" in Winter.
       #   Europe/Lisbon is "a time zone at Universal Time" in Winter.
       #   Atlantic/Reykjavik is "a time zone at Universal Time".
       #   Africa/Dakar is "a time zone at Universal Time".

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

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