12件ヒット
[1-12件を表示]
(0.009秒)
クラス
-
IRB
:: Context (12)
キーワード
- math? (4)
-
math
_ mode (4) -
math
_ mode= (4)
検索結果
-
IRB
:: Context # math? -> bool (3003.0) -
math_mode が有効かどうかを返します。
...math_mode が有効かどうかを返します。
@see IRB::Context#math_mode=, IRB::Context#inspect?... -
IRB
:: Context # math _ mode -> bool (3003.0) -
math_mode が有効かどうかを返します。
...math_mode が有効かどうかを返します。
@see IRB::Context#math_mode=, IRB::Context#inspect?... -
IRB
:: Context # math _ mode=(opt) (3003.0) -
math_mode を有効にするかどうかを指定します。
...事ができません。
@param opt math_mode を有効にする場合に true を指定します。
@raise IRB::CantReturnToNormalMode 既に math_mode の状態で opt に
false か nil を指定した場合に発生します。
@see IRB::Context#math_mode...