diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-07 12:35:11 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-07 12:35:11 +0000 |
commit | 421c9b227bbb2080a1f52b74b5f25e1776c1046a (patch) | |
tree | f1090b798093d9a4cbd8ca70745190a3679fde37 | |
parent | 2e1c0e8ee78a56ac809e687db8280af6b3a3c1d4 (diff) | |
download | ruby-421c9b227bbb2080a1f52b74b5f25e1776c1046a.tar.gz ruby-421c9b227bbb2080a1f52b74b5f25e1776c1046a.tar.xz ruby-421c9b227bbb2080a1f52b74b5f25e1776c1046a.zip |
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/open3.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/open3.rb b/lib/open3.rb index 459bee460..6e5ba3dbd 100644 --- a/lib/open3.rb +++ b/lib/open3.rb @@ -285,6 +285,8 @@ module Open3 # # If opts[:binmode] is true, internal pipes are set to binary mode. # + # Example: + # # # factor is a command for integer factorization. # o, s = Open3.capture2("factor", :stdin_data=>"42") # p o #=> "42: 2 3 7\n" |