るりまサーチ

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

別のキーワード

  1. matrix l
  2. _builtin $-l
  3. kernel $-l
  4. lupdecomposition l
  5. l matrix

ライブラリ

クラス

モジュール

キーワード

検索結果

irb (26102.0)

irb は Interactive Ruby の略です。 irb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。

...irb は Interactive Ruby の略です。
i
rb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。

=== irb の使い方

Ruby さえ知っていれば irb を使うのは簡単です。
i
rb コマンドを実行すると、以下のようなプロン...
...

$ irb
i
rb(main):001:0>

あとは Ruby の式を入力するだけで、その式が実行され、結果が表示されます。

i
rb(main):001:0> 1+2
3
i
rb(main):002:0> class Foo
i
rb(main):003:1> def foo
i
rb(main):004:2> print 1
i
rb(main):005:2> end
i
rb(main):006:1>...
...IT] = 16
I
RB.conf[:DEBUG_LEVEL] = 1
I
RB.conf[:ECHO] = nil
I
RB.conf[:EVAL_HISTORY] = nil
I
RB.conf[:HISTORY_FILE] = nil
I
RB.conf[:IGNORE_EOF] = true
I
RB.conf[:IGNORE_SIGINT] = true
I
RB.conf[:INSPECT_MODE] = nil
I
RB.conf[:IRB_NAME] = "irb"
I
RB.conf[:IRB_RC] = nil
I
RB.conf[:MATH_MODE...

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

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

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

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

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

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

...みます。

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

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

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

@see IRB::ContextExt...

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

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

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

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