るりまサーチ

最速Rubyリファレンスマニュアル検索!
29件ヒット [1-29件を表示] (0.121秒)

別のキーワード

  1. io pipe
  2. _builtin pipe
  3. _builtin pipe?
  4. pathname pipe?
  5. etc pc_pipe_buf

ライブラリ

検索結果

Shell#pipe?(file) -> bool (18113.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@
param file ファイル名を表す文字列か IO オブジェクトを指定します。

@
see FileTest.#pipe?...

Shell::CommandProcessor#pipe?(file) -> bool (18113.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@
param file ファイル名を表す文字列か IO オブジェクトを指定します。

@
see FileTest.#pipe?...

Shell::Filter#pipe?(file) -> bool (18113.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@
param file ファイル名を表す文字列か IO オブジェクトを指定します。

@
see FileTest.#pipe?...

Pathname#pipe? -> bool (18108.0)

FileTest.pipe?(self.to_s) と同じです。

...FileTest.pipe?(self.to_s) と同じです。


@
see FileTest.#pipe?...