るりまサーチ

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

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document clone
  4. rexml/document to_s
  5. rexml/document node_type

ライブラリ

クラス

キーワード

検索結果

irb/ext/math-mode (44012.0)

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

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

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

IRB::Context#math_mode=(opt) (14147.0)

math_mode を有効にするかどうかを指定します。

...
math
_mode を有効にするかどうかを指定します。

.irbrc ファイル中で IRB.conf[:MATH_MODE] を設定する事でも同様の事が行え
ます。

math
n ライブラリを include するため、math_mode を有効にした後は
無効にする事ができません。

@param o...
...pt math_mode を有効にする場合に true を指定します。

@raise IRB::CantReturnToNormalMode 既に math_mode の状態で opt に
false か nil を指定した場合に発生します。

@see IRB::Context#math_mode...

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

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

...
math
_mode が有効かどうかを返します。

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

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

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

...
math
_mode が有効かどうかを返します。

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