るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.021秒)
トップページ > クエリ:inspect[x] > バージョン:2.2.0[x] > クエリ:math_mode[x] > クエリ:irb/ext/math-mode[x]

別のキーワード

  1. bigdecimal mode
  2. bigdecimal save_exception_mode
  3. bigdecimal save_rounding_mode
  4. bigdecimal round_mode
  5. readline vi_editing_mode

ライブラリ

クラス

検索結果

irb/ext/math-mode (114121.0)

irb コマンドで実行結果を Object#inspect の代わりに Object#to_s した結果で表示するためのサブライブラリです。

irb コマンドで実行結果を Object#inspect の代わりに
Object#to_s した結果で表示するためのサブライブラリです。

conf.math_mode か IRB.conf[:MATH_MODE] に true を設定する事で使用できま
す。ただし、inspect_mode が設定されていた場合は inspect_mode が優先され
ます。

このライブラリで定義されているメソッドはユーザが直接使用するものではあ
りません。

IRB::Context#math_mode -> bool (69388.0)

math_mode が有効かどうかを返します。

math_mode が有効かどうかを返します。

@see IRB::Context#math_mode=, IRB::Context#inspect?

IRB::Context#math? -> bool (24088.0)

math_mode が有効かどうかを返します。

math_mode が有効かどうかを返します。

@see IRB::Context#math_mode=, IRB::Context#inspect?