るりまサーチ

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

別のキーワード

  1. socket ipv6_use_min_mtu
  2. net/pop use_ssl?
  3. pop use_ssl?
  4. pop3 use_ssl?
  5. defaultuserinteraction use_ui

ライブラリ

クラス

検索結果

IRB::Context#use_readline? -> bool | nil (15215.0)

readline を使うかどうかを返します。

...ます。

@return 戻り値よって以下のように動作します。

: true
readline ライブラリを使う
: false
readline ライブラリを使わない
: nil
inf-ruby-mode 以外で readline ライブラリを利用しようとする (デフォルト)

動作を変更する...

IRB::Context#use_readline -> bool | nil (115.0)

readline を使うかどうかを返します。

...ます。

@return 戻り値よって以下のように動作します。

: true
readline ライブラリを使う
: false
readline ライブラリを使わない
: nil
inf-ruby-mode 以外で readline ライブラリを利用しようとする (デフォルト)

動作を変更する...