36件ヒット
[1-36件を表示]
(0.084秒)
ライブラリ
-
irb
/ context (12) -
irb
/ ext / save-history (24)
キーワード
-
file
_ input? (12) -
history
_ file (12) -
history
_ file= (12)
検索結果
先頭3件
-
IRB
:: Context # history _ file=(hist) (6109.0) -
履歴ファイルのパスを val に設定します。
...履歴ファイルのパスを val に設定します。
.irbrc ファイル中で IRB.conf[:HISTORY_FILE] を設定する事でも同様の事が
行えます。
@param hist 履歴ファイルのパスを文字列で指定します。
@see lib:irb#history... -
IRB
:: Context # file _ input? -> bool (6103.0) -
ライブラリ内部で使用します。
ライブラリ内部で使用します。 -
IRB
:: Context # history _ file -> String | nil (6103.0) -
履歴ファイルのパスを返します。
履歴ファイルのパスを返します。
@return 履歴ファイルのパスを String か nil で返します。nil を返し
た場合は、~/.irb_history に履歴が保存されます。
@see lib:irb#history