るりまサーチ

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

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. float >
  4. integer >
  5. module >

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

IRB::Context#use_loader? -> bool (3155.0)

load または require 時に irb のファイル読み込み機能(irb_load、 irb_require)を使うかどうかを返します。

...load または require 時に irb のファイル読み込み機能(irb_load、
irb
_require)を使うかどうかを返します。


@see IRB::Context#use_loader=...

IRB::Context#debug? -> bool (3145.0)

irb がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し ているかどうかを返します。

...
irb
がデバッグモード(IRB::Context#debug_level が 1 以上)で動作し
ているかどうかを返します。

デフォルト値は false です。

@see IRB::Context#debug_level, IRB::Context#debug_level=...

IRB::ExtendCommand::Kill#execute(*obj) -> object (3141.0)

指定したサブ irb を停止します。

...指定したサブ irb を停止します。

@param obj 停止するサブ irb を識別する以下のいずれかのオブジェクトを指定します。

* irb インタプリタ番号
* irb オブジェクト
* スレッド ID
* 各インタプリタの self (「irb(obj)」で起動し...

IRB::Context#init_save_history -> () (3139.0)

自身の持つ IRB::InputMethod オブジェクトが irb のヒストリを扱える ようにします。

...自身の持つ IRB::InputMethod オブジェクトが irb のヒストリを扱える
ようにします。

@see IRB::HistorySavingAbility.extended...

IRB::Context#load_modules -> [String] (3133.0)

irb の起動時に -r オプション指定で読み込まれたライブラリ、~/.irbrc など の設定ファイル内で IRB.conf[:LOAD_MODULES] 指定で読み込まれたライブラリ の名前の配列を返します。

...
irb
の起動時に -r オプション指定で読み込まれたライブラリ、~/.irbrc など
の設定ファイル内で IRB.conf[:LOAD_MODULES] 指定で読み込まれたライブラリ
の名前の配列を返します。...

絞り込み条件を変える

IRB::ExtendCommand::Help#execute(*names) -> nil (3131.0)

RI から Ruby のドキュメントを参照します。

...RI から Ruby のドキュメントを参照します。

irb
(main):001:0> help String#match
...

@param names 参照したいクラス名やメソッド名などを文字列で指定します。

names を指定しなかった場合は、RI を対話的なモードで起動します。メソ...
...できます。また、空行を入力する事で irb のプロンプトに戻る事ができま
す。

irb
(main):001:0> help

Enter the method name you want to look up.
You can use tab to autocomplete.
Enter a blank line to exit.

>
> String#match
String#match

(from ruby core)
--...
...----------------------------------------------------------------------------
str.match(pattern) -> matchdata or nil
str.match(pattern, pos) -> matchdata or nil
......

IRB::Context#debug_level -> Integer (3129.0)

irb のデバッグレベルを返します。

...
irb
のデバッグレベルを返します。

デフォルト値は 0 です。

@see IRB::Context#debug_level=, IRB::Context#debug?...

IRB::Context#exit(ret = 0) -> object (3129.0)

irb を終了します。ret で指定したオブジェクトを返します。

...
irb
を終了します。ret で指定したオブジェクトを返します。

@param ret 戻り値を指定します。

@see IRB.irb_exit...

IRB::Context#ignore_eof -> bool (3129.0)

Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。

...Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。

true の時は Ctrl-D を無視します。false の時は irb を終了します。

デフォルト値は false です。

@see IRB::Context#ignore_eof=...

IRB::Context#ignore_eof? -> bool (3129.0)

Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。

...Ctrl-D(EOF) が入力された時に irb を終了するかどうかを返します。

true の時は Ctrl-D を無視します。false の時は irb を終了します。

デフォルト値は false です。

@see IRB::Context#ignore_eof=...

絞り込み条件を変える

<< < 1 2 3 4 5 ... > >>