るりまサーチ

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

別のキーワード

  1. irb/ext/save-history save_history
  2. history each
  3. irb/ext/history eval_history
  4. irb/ext/history eval_history=
  5. irb/ext/save-history history_file=

ライブラリ

クラス

検索結果

IRB::Context#history_file=(hist) (24300.0)

履歴ファイルのパスを val に設定します。

...履歴ファイルのパスを val に設定します。

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

@param hist 履歴ファイルのパスを文字列で指定します。

@see lib:irb#history...