るりまサーチ

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

別のキーワード

  1. context ignore_eof?
  2. context ignore_eof
  3. context ignore_eof=
  4. irb/context ignore_eof?
  5. irb/context ignore_eof

ライブラリ

クラス

検索結果

IRB::Context#ignore_eof? -> bool (15201.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 (101.0)

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

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

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

デフォルト値は false です。

@see IRB::Context#ignore_eof=...