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

ruby-changes:18472

From: akr <ko1@a...>
Date: Sat, 8 Jan 2011 22:08:31 +0900 (JST)
Subject: [ruby-changes:18472] Ruby:r30495 (trunk): fix spaces.

akr	2011-01-08 22:07:20 +0900 (Sat, 08 Jan 2011)

  New Revision: 30495

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

  Log:
    fix spaces.

  Modified files:
    trunk/io.c
    trunk/string.c

Index: string.c
===================================================================
--- string.c	(revision 30494)
+++ string.c	(revision 30495)
@@ -4690,7 +4690,7 @@
 
 /*
  *  call-seq:
-*     str.swapcase!   -> str or nil
+ *     str.swapcase!   -> str or nil
  *
  *  Equivalent to <code>String#swapcase</code>, but modifies the receiver in
  *  place, returning <i>str</i>, or <code>nil</code> if no changes were made.
Index: io.c
===================================================================
--- io.c	(revision 30494)
+++ io.c	(revision 30495)
@@ -10063,8 +10063,8 @@
  */
 
 /*
-* Document-class: EOFError
-*
+ * Document-class: EOFError
+ *
  * Raised by some IO operations when reaching the end of file. Many IO
  * methods exist in two forms,
  *

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

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