るりまサーチ

最速Rubyリファレンスマニュアル検索!
55件ヒット [1-55件を表示] (0.151秒)
トップページ > クエリ:i[x] > クエリ:-[x] > クエリ:EXT[x] > クエリ:irb/ext/save-history[x]

別のキーワード

  1. irb/ext/save-history save_history
  2. rake ext
  3. pathname sub_ext
  4. irb/ext/history eval_history
  5. irb/ext/history eval_history=

ライブラリ

クラス

モジュール

キーワード

検索結果

irb/ext/save-history (76000.0)

IRB::Context にヒストリの読み込み、保存の機能を提供するサブライブ ラリです。

...IRB::Context にヒストリの読み込み、保存の機能を提供するサブライブ
ラリです。

conf.save_history か IRB.conf[:SAVE_HISTORY] にヒストリの保存件数を設定
する事で使用できます。

ただし、readline が利用できない環境ではヒストリの...

IRB::Context#history_file -> String | nil (17200.0)

履歴ファイルのパスを返します。

...履歴ファイルのパスを返します。

@return 履歴ファイルのパスを String か nil で返します。nil を返し
た場合は、~/.irb_history に履歴が保存されます。

@see lib:irb#history...

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

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

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

@see IRB::HistorySavingAbility.extended...

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

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

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

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

@see lib:irb#history...

IRB::HistorySavingAbility.extended(obj) -> object (17200.0)

obj に irb のヒストリの読み込み、保存の機能を提供します。

...obj に irb のヒストリの読み込み、保存の機能を提供します。

obj を返します。

@param obj IRB::HistorySavingAbility を extend したオブジェクトです。...

絞り込み条件を変える