るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.099秒)
トップページ > バージョン:2.3.0[x] > クエリ:l[x] > クエリ:EX[x] > クエリ:math_mode[x]

別のキーワード

  1. constants lock_ex
  2. _builtin lock_ex
  3. sync_m ex
  4. sync ex
  5. sync sync_ex_count

ライブラリ

クラス

モジュール

キーワード

検索結果

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

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

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

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

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

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

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

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

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

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

@see IRB::ContextExtender.def_extend_command

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

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

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

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