るりまサーチ

最速Rubyリファレンスマニュアル検索!
23件ヒット [1-23件を表示] (0.096秒)
トップページ > クエリ:I[x] > クエリ:text[x] > クエリ:math_mode[x]

別のキーワード

  1. openssl to_text
  2. prettyprint text
  3. cgi text_field
  4. cgi/html text_field
  5. rexml/document text

ライブラリ

クラス

モジュール

キーワード

検索結果

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

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

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

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

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

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

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

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

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

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

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

@see IRB::Context#math_mode...

IRB::ContextExtender.install_extend_commands -> object (32106.0)

定義済みの拡張を読み込みます。

...す。

I
RB::Context で以下のメソッドが利用できるようになります。

* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=

i
rb/extend-command が require された時にライブラリ内部で自動的
に実行されます。

@see IRB::ContextExtender....

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

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

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

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