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

ruby-changes:3224

From: ko1@a...
Date: 26 Dec 2007 15:29:14 +0900
Subject: [ruby-changes:3224] akr - Ruby:r14717 (trunk): remove p.

akr	2007-12-26 15:28:42 +0900 (Wed, 26 Dec 2007)

  New Revision: 14717

  Modified files:
    trunk/bootstraptest/test_io.rb

  Log:
    remove p.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_io.rb?r1=14717&r2=14716

Index: bootstraptest/test_io.rb
===================================================================
--- bootstraptest/test_io.rb	(revision 14716)
+++ bootstraptest/test_io.rb	(revision 14717)
@@ -34,5 +34,5 @@
   sleep 0.1
   w << "ab"
   }
-  p r.gets("abab")
+  r.gets("abab")
 }

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

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