るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.084秒)

別のキーワード

  1. csv return_headers?
  2. getoptlong return_in_order
  3. context return_format
  4. context return_format=
  5. irb/context return_format

ライブラリ

クラス

検索結果

IRB::Context#return_format -> String (18114.0)

irb のプロンプトでの評価結果を表示する際のフォーマットを文字列で返します。

...irb のプロンプトでの評価結果を表示する際のフォーマットを文字列で返します。

@see IRB::Context#return_format=, print_format...

IRB::Context#return_format=(val) (6114.0)

irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。

...irb のプロンプトでの評価結果を表示する際のフォーマットに val を設定します。

@see IRB::Context#return_format, print_format

IRB::Context#prompt_mode の変更に影響を受ける事に注意してください。...