るりまサーチ

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

別のキーワード

  1. irb/input-method new
  2. irb/input-method gets
  3. irb/cmd/subirb execute
  4. irb/cmd/load execute
  5. irb/cmd/pushws execute

ライブラリ

クラス

モジュール

キーワード

検索結果

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

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

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

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

@see lib:irb#history...

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

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

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

@see IRB::HistorySavingAbility.extended...

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

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

...す。

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

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

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

@see IRB::ContextExtender....