るりまサーチ

最速Rubyリファレンスマニュアル検索!
27件ヒット [1-27件を表示] (0.077秒)

別のキーワード

  1. math log
  2. math sqrt
  3. _builtin math
  4. bigdecimal/math e
  5. bigdecimal/math sin

ライブラリ

クラス

モジュール

キーワード

検索結果

irb (39826.0)

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

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

=== irb の使い方

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

=== irb のコマンドラインオプション

irb
[options] file_name opts
options:
-
f ~/.irbrc を読み込まない
-
m bc モード (分数と行列の計算ができる)
-
d $DEBUG を true にする (ruby -d と同じ)
-
w...
...= 16
IRB
.conf[:DEBUG_LEVEL] = 1
IRB
.conf[:ECHO] = nil
IRB
.conf[:EVAL_HISTORY] = nil
IRB
.conf[:HISTORY_FILE] = nil
IRB
.conf[:IGNORE_EOF] = true
IRB
.conf[:IGNORE_SIGINT] = true
IRB
.conf[:INSPECT_MODE] = nil
IRB
.conf[:IRB_NAME] = "irb"
IRB
.conf[:IRB_RC] = nil
IRB
.conf[:MATH_MODE] =...

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

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

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

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

irb/ext/math-mode (12034.0)

irb コマンドで実行結果を Object#inspect の代わりに Object#to_s した結果で表示するためのサブライブラリです。

...irb コマンドで実行結果を Object#inspect の代わりに
Object#to_s した結果で表示するためのサブライブラリです。

conf.math_mode IRB.conf[:MATH_MODE] に true を設定する事で使用できま
す。ただし、inspect_mode が設定されていた場合は ins...

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

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

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

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

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

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

...みます。

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

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

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

@see IRB::ContextExt...

絞り込み条件を変える