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

ruby-changes:28381

From: nobu <ko1@a...>
Date: Wed, 24 Apr 2013 13:51:17 +0900 (JST)
Subject: [ruby-changes:28381] nobu:r40433 (trunk): * remove trailing spaces.

nobu	2013-04-24 13:51:05 +0900 (Wed, 24 Apr 2013)

  New Revision: 40433

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

  Log:
    * remove trailing spaces.

  Modified files:
    trunk/class.c

Index: class.c
===================================================================
--- class.c	(revision 40432)
+++ class.c	(revision 40433)
@@ -1122,7 +1122,7 @@ rb_class_public_instance_methods(int arg https://github.com/ruby/ruby/blob/trunk/class.c#L1122
  *  Returns a list of the names of public and protected methods of
  *  <i>obj</i>. This will include all the methods accessible in
  *  <i>obj</i>'s ancestors.
- *  If the <i>regular</i> parameter is set to <code>false</code>, 
+ *  If the <i>regular</i> parameter is set to <code>false</code>,
  *  Returns an array of obj's public and protected singleton methods,
  *  the array will not include methods in modules included in <i>obj</i>.
  *

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

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