るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.040秒)
トップページ > クエリ:-[x] > ライブラリ:irb[x] > クエリ:save_history[x]

別のキーワード

  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 (18202.0)

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

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

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

@see lib:irb#history...

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

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

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

@see lib:irb#history...

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

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

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

@see IRB::HistorySavingAbility.extended...

IRB::ContextExtender.install_extend_commands -> object (113.0)

定義済みの拡張を読み込みます。

...みます。

IRB
::Context で以下のメソッドが利用できるようになります。

* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=

irb
/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ContextExt...