るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

ライブラリ

クラス

検索結果

IRB::Context#inspect_mode -> object | nil (73225.0)

実行結果の出力方式を返します。

実行結果の出力方式を返します。

@see IRB::Context#inspect_mode=

IRB::Context#inspect? -> bool (18688.0)

IRB::Context#inspect_mode が有効かどうかを返します。

IRB::Context#inspect_mode が有効かどうかを返します。

@return 出力結果に to_s したものを表示する場合は false を返します。それ
以外の場合は true を返します。

@see IRB::Context#inspect_mode, IRB::Context#inspect_mode=