Searched refs:popen2e (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/
H A Dopen3.rb19 # - Open3.popen2e : pipes for stdin, merged stdout and stderr
79 # If merged stdout and stderr output is not a problem, you can use Open3.popen2e.
161 # Open3.popen2e is similer to Open3.popen3 except it merges
166 # Open3.popen2e([env,] cmd... [, opts]) {|stdin, stdout_and_stderr, wait_thr|
174 # stdin, stdout_and_stderr, wait_thr = Open3.popen2e([env,] cmd... [, opts])
184 # Open3.popen2e("gcc", "-Wall", source) {|i,oe,t|
192 def popen2e(*cmd, &block) method in class:Open3
208 module_function :popen2e
372 popen2e(*cmd, opts) {|i, oe, t|
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_open3.rb113 Open3.popen2e(RUBY, '-e', 's=STDIN.read; STDOUT.print s+"o"; STDOUT.flush; STDERR.print s+"e"') {|i,o,t|

Completed in 137 milliseconds