instance method IRB::Context#history_file

history_file -> String | nil[permalink][rdoc][edit] [added by irb/ext/save-history]

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

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

[SEE_ALSO] irb/履歴の保存