るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.102秒)
トップページ > バージョン:2.3.0[x] > クエリ:l[x] > クエリ:EX[x] > クエリ:history_file[x]

別のキーワード

  1. _builtin lock_ex
  2. constants lock_ex
  3. sync_m ex
  4. sync ex
  5. sync sync_ex_count

ライブラリ

クラス

検索結果

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

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

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

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

@see lib:irb#history

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

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

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

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

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

@see lib:irb#history