るりまサーチ

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. openssl n
  3. openssl n=
  4. rsa n=
  5. pop n_bytes

検索結果

<< 1 2 3 > >>

Gem::Commands::DependencyCommand#execute -> () (27102.0)

コマンドを実行します。

コマンドを実行します。

IRB::ExtendCommand::Foreground#execute(*obj) -> IRB::Irb (27102.0)

指定したサブ irb に移動します。

指定したサブ irb に移動します。

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

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

IRB::ExtendCommand::IrbCommand#execute(*obj) -> IRB::Irb (27102.0)

新しいサブ irb インタプリタを起動します。

...新しいサブ irb インタプリタを起動します。

@param obj 新しいサブ irb インタプリタで self にするオブジェクトを指定
します。省略した場合は irb を起動したときの main オブジェク
トを self にします。...

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

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

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

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

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

n
ames を指定しなかった場合は、RI を対話的なモードで起動します。メソ...
...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::ExtendCommand::Jobs#execute -> IRB::JobManager (24202.0)

サブ irb のリストを返します。

サブ irb のリストを返します。

絞り込み条件を変える

IRB::ExtendCommand::Load#execute(file_name, priv = nil) -> nil (24202.0)

ファイル path を Ruby スクリプトとみなし、現在の irb インタプリタ上で実 行します。

...なし、現在の irb インタプリタ上で実
行します。

Kernel.#load と異なり、path の内容を irb で一行ずつタイプしたかの
ように、irb 上で一行ずつ評価されます。

@param file_name ファイル名を文字列で指定します。

@param priv 真を指...

IRB::ExtendCommand::Require#execute(file_name) -> bool (24202.0)

ファイル file_name を現在の irb インタプリタ上で実行します。

...ファイル file_name を現在の irb インタプリタ上で実行します。

file_name に Ruby スクリプトを指定した場合は、Kernel.#require と異
なり、file_name の内容を irb で一行ずつタイプしたかのように、irb 上で一
行ずつ評価されます。req...
...uire に成功した場合は true を、そうでない場合は
false を返します。

拡張ライブラリ(*.so,*.o,*.dll など)を指定した場合は単純に require され
ます。

@param file_name ファイル名を文字列で指定します。...

IRB::ExtendCommand::Source#execute(file_name) -> nil (24202.0)

現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。

...y スクリプト path を評価します。

path の内容を irb で一行ずつタイプしたかのように、irb 上で一行ずつ評価
されます。$" は更新されず、何度でも実行し直す事ができます。

@param file_name ファイル名を文字列で指定します。...

Gem::Commands::BuildCommand#execute -> () (24102.0)

コマンドを実行します。

コマンドを実行します。
<< 1 2 3 > >>