るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.049秒)
トップページ > クエリ:IO[x] > クエリ:read[x] > ライブラリ:ビルトイン[x] > バージョン:2.4.0[x] > クエリ:select[x] > 種類:モジュール関数[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io readlines
  4. io each_line
  5. io each

モジュール

検索結果

Kernel.#select(reads, writes = [], excepts = [], timeout = nil) -> [[IO]] | nil (55192.0)

IO.select と同じです。

IO.select と同じです。

@param reads IO.select 参照
@param writes IO.select 参照
@param excepts IO.select 参照
@param timeout IO.select 参照


@see IO.select