ruby-changes:21469
From: akr <ko1@a...>
Date: Mon, 24 Oct 2011 20:09:01 +0900 (JST)
Subject: [ruby-changes:21469] akr:r33518 (trunk): update doc.
akr 2011-10-24 20:08:52 +0900 (Mon, 24 Oct 2011) New Revision: 33518 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33518 Log: update doc. Modified files: trunk/lib/open3.rb Index: lib/open3.rb =================================================================== --- lib/open3.rb (revision 33517) +++ lib/open3.rb (revision 33518) @@ -23,7 +23,7 @@ # - Open3.pipeline_rw : pipes for first stdin and last stdout of a pipeline # - Open3.pipeline_r : pipe for last stdout of a pipeline # - Open3.pipeline_w : pipe for first stdin of a pipeline -# - Open3.pipeline_start : a pipeline +# - Open3.pipeline_start : run a pipeline and don't wait # - Open3.pipeline : run a pipline and wait # -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/