るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. t61string new
  4. matrix t
  5. fiddle type_size_t

ライブラリ

モジュール

検索結果

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

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

...me に Ruby スクリプトを指定した場合は、Kernel.#require と異
なり、file_name の内容を irb で一行ずつタイプしたかのように、irb 上で一
行ずつ評価されます。require に成功した場合は true を、そうでない場合は
false を返します。...
...拡張ライブラリ(*.so,*.o,*.dll など)を指定した場合は単純に require され
ます。

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

IRB::ExtendCommandBundle#irb_require(*opts, &b) -> bool (9236.0)

現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。

...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。

@
see IRB::ExtendCommand::Require#execute...