るりまサーチ

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

別のキーワード

  1. socket accept_nonblock
  2. socket recvfrom_nonblock
  3. fcntl o_nonblock
  4. stringio read_nonblock
  5. _builtin read_nonblock

ライブラリ

クラス

検索結果

IO#nonblock? -> bool (18101.0)

self がノンブロックモードならば true を、 ブロックモードなら false を返します。

self がノンブロックモードならば true を、
ブロックモードなら false を返します。

NEWS for Ruby 3.0.0 (6.0)

NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...keys to new keys. 16274
* Hash#except has been added, which returns a hash excluding the given keys and their values. 15822
* IO
* IO#nonblock? now defaults to `true`. 16786
* IO#wait_readable, IO#wait_writable, IO#read, IO#write and other related methods (e.g. IO#puts, IO#gets) may...