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

ruby-changes:48181

From: svn <ko1@a...>
Date: Sun, 22 Oct 2017 00:19:50 +0900 (JST)
Subject: [ruby-changes:48181] svn:r60296 (trunk): * remove trailing spaces.

svn	2017-10-22 00:19:46 +0900 (Sun, 22 Oct 2017)

  New Revision: 60296

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/doc/syntax/methods.rdoc
Index: doc/syntax/methods.rdoc
===================================================================
--- doc/syntax/methods.rdoc	(revision 60295)
+++ doc/syntax/methods.rdoc	(revision 60296)
@@ -155,7 +155,7 @@ Instead, the argument will be returned: https://github.com/ruby/ruby/blob/trunk/doc/syntax/methods.rdoc#L155
   end
 
   p(a = 5) # prints 5
-  
+
 The actual return value will be returned when invoking the method directly:
 
   p send(:a=, 5) # prints 6

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

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