るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.098秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:n[x] > クエリ:g[x] > ライブラリ:irb/ext/save-history[x]

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. openssl n
  5. openssl n=

クラス

モジュール

キーワード

検索結果

IRB::HistorySavingAbility#load_history -> () (18010.0)

irb のヒストリを履歴ファイルから読み込みます。

irb のヒストリを履歴ファイルから読み込みます。

@see lib:irb#history

IRB::HistorySavingAbility#save_history -> () (18010.0)

irb のヒストリを履歴ファイルに保存します。

irb のヒストリを履歴ファイルに保存します。

@see lib:irb#history

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

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

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

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

@see lib:irb#history

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

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

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

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

@see lib:irb#history