るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.149秒)

別のキーワード

  1. irb/ext/save-history save_history
  2. bigdecimal save_limit
  3. bigdecimal save_rounding_mode
  4. bigdecimal save_exception_mode
  5. irb/ext/save-history save_history=

ライブラリ

クラス

モジュール

キーワード

検索結果

IRB::Context#save_history -> Integer | nil (21202.0)

履歴の最大保存件数を Integer か nil で返します。

...履歴の最大保存件数を Integer か nil で返します。

@return 履歴の最大保存件数を Integer か nil で返します。0 以下や
n
il を返した場合は追加の保存は行いません。

@see lib:irb#history...

IRB::HistorySavingAbility#save_history -> () (21102.0)

irb のヒストリを履歴ファイルに保存します。

irb のヒストリを履歴ファイルに保存します。

@see lib:irb#history

IRB::Context#init_save_history -> () (12202.0)

自身の持つ IRB::InputMethod オブジェクトが irb のヒストリを扱える ようにします。

...自身の持つ IRB::InputMethod オブジェクトが irb のヒストリを扱える
ようにします。

@see IRB::HistorySavingAbility.extended...

IRB::Context#save_history=(val) (9108.0)

履歴の最大保存件数を val に設定します。

...を val に設定します。

.irbrc ファイル中で IRB.conf[:SAVE_HISTORY] を設定する事でも同様の事が
行えます。

@param val 履歴の最大保存件数を Integer で指定します。0 以下や
n
il を返した場合は追加の保存は行いません。現在...