るりまサーチ (Ruby 2.7.0)

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

別のキーワード

  1. csv return_headers?
  2. getoptlong return_in_order
  3. context return_format
  4. context return_format=
  5. ftp return_code

ライブラリ

クラス

検索結果

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

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

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

@see IRB::Context#return_format=, print_format

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

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

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

@see IRB::Context#return_format, print_format

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