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

ruby-changes:7888

From: akr <ko1@a...>
Date: Thu, 18 Sep 2008 18:41:13 +0900 (JST)
Subject: [ruby-changes:7888] Ruby:r19409 (trunk): fix a typo.

akr	2008-09-18 18:39:47 +0900 (Thu, 18 Sep 2008)

  New Revision: 19409

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

  Log:
    fix a typo.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19408)
+++ ChangeLog	(revision 19409)
@@ -9,7 +9,7 @@
 	    def (o=Object.new).to_str()
 	      "universal"+"_newline"
 	    end                         
-	    "\u3042".encode(o, "")' 
+	    "\u3042".encode(o, "")
 	  causes curious warning:
 	    rb_define_const: invalid name `' for constant
 

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

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