るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.051秒)
トップページ > クエリ:>[x] > モジュール:Kernel[x] > クエリ:select[x]

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. module >
  4. integer >
  5. complex >

ライブラリ

検索結果

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

IO.select と同じです。

...IO.select と同じです。

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


@see IO.select...