るりまサーチ

最速Rubyリファレンスマニュアル検索!
60件ヒット [1-60件を表示] (0.116秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:string[x] > クエリ:ref[x] > クラス:IRB::Context[x]

別のキーワード

  1. string []=
  2. string []
  3. string slice!
  4. string slice
  5. string gsub

ライブラリ

キーワード

検索結果

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

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

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

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

@see lib:irb#history...

IRB::Context#prompt_c -> String (109.0)

式が継続している時のプロンプトを表現するフォーマット文字列を返します。

...式が継続している時のプロンプトを表現するフォーマット文字列を返します。

@see IRB::Context#prompt_c=, lib:irb#customize_prompt...

IRB::Context#prompt_i -> String (109.0)

通常のプロンプトを表現するフォーマット文字列を返します。

...通常のプロンプトを表現するフォーマット文字列を返します。

@see IRB::Context#prompt_i=,lib:irb#customize_prompt...

IRB::Context#prompt_n -> String (109.0)

継続行のプロンプトを表現するフォーマット文字列を返します。

...継続行のプロンプトを表現するフォーマット文字列を返します。

@see IRB::Context#prompt_n=, lib:irb#customize_prompt...

IRB::Context#prompt_s -> String (109.0)

文字列中のプロンプトを表現するフォーマット文字列を返します。

...文字列中のプロンプトを表現するフォーマット文字列を返します。

@see IRB::Context#prompt_s=, lib:irb#customize_prompt...

絞り込み条件を変える