るりまサーチ (Ruby 2.2.0)

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

別のキーワード

  1. socket msg_eof
  2. irb/input-method readable_atfer_eof?
  3. stringio eof
  4. stringio eof?
  5. _builtin eof

ライブラリ

クラス

検索結果

IRB::Context#ignore_eof -> bool (54328.0)

Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。

Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。

true の時は Ctrl-D を無視します。false の時は irb を終了します。

デフォルト値は false です。

@see IRB::Context#ignore_eof=

IRB::Context#ignore_eof? -> bool (27628.0)

Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。

Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。

true の時は Ctrl-D を無視します。false の時は irb を終了します。

デフォルト値は false です。

@see IRB::Context#ignore_eof=