るりまサーチ

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.014秒)
トップページ > クラス:File::Stat[x] > クエリ:pipe?[x]

関連するキーワード

  1. _builtin
  2. shell
  3. pathname
  4. filetest.#pipe?

ライブラリ

検索結果

File::Stat#pipe? -> bool (18108)

無名パイプおよび名前つきパイプ(FIFO)の時に真を返します。

...無名パイプおよび名前つきパイプ(FIFO)の時に真を返します。

system("mkfifo /tmp/pipetest")
p File::Stat.new("/tmp/pipetest").pipe? #=> true...