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

ruby-changes:44079

From: kazu <ko1@a...>
Date: Tue, 13 Sep 2016 21:26:06 +0900 (JST)
Subject: [ruby-changes:44079] kazu:r56152 (trunk): fix unbalanced backquote [ci skip]

kazu	2016-09-13 21:26:01 +0900 (Tue, 13 Sep 2016)

  New Revision: 56152

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56152

  Log:
    fix unbalanced backquote [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 56151)
+++ ChangeLog	(revision 56152)
@@ -32,7 +32,7 @@ Tue Sep 13 00:39:47 2016  Aaron Patterso https://github.com/ruby/ruby/blob/trunk/ChangeLog#L32
 
 Mon Sep 12 13:46:23 2016  Anton Davydov  <mail@d...>
 
-	* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`
+	* lib/uri/mailto.rb: Removed needless `return` and use `.` instead of `::`
 	  with class method.
 	* test/uri/test_mailto.rb: Added tests for coverage.
 	  [fix GH-1426][Misc #12750][ruby-core:77242]

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

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