pipe -> [IO][permalink][rdoc][edit] pipe(ext_enc) -> [IO] pipe(enc_str, **opts) -> [IO] pipe(ext_enc, int_enc, **opts) -> [IO] pipe {|read_io, write_io| ... } -> object pipe(ext_enc) {|read_io, write_io| ... } -> object pipe(enc_str, **opts) {|read_io, write_io| ... } -> object pipe(ext_enc, int_enc, **opts) {|read_io, write_io| ... } -> object pipe(2) を実行して、相互につながった2つの IO オブジェクトを要素とする配列を返します。 戻り値