るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.032秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:@[x] > クエリ:see[x] > ライブラリ:irb/ext/math-mode[x]

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

クラス

キーワード

検索結果

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

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

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

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

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

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

@raise IRB::CantReturnToNormalMode 既に math_mode の状態で opt に
false か nil を指定...

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

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

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

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

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

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

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

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