るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. new openssl::bn
  2. new openssl::asn1::asn1data
  3. new openssl::pkey::ec::group
  4. new openssl::x509::certificate
  5. start net::smtp

ライブラリ

クラス

モジュール

キーワード

検索結果

IRB::ExtendCommand::Nop.execute(conf, *opts) -> () (54322.0)

コマンドを実行します。ユーザが直接使用するものではありません。

コマンドを実行します。ユーザが直接使用するものではありません。

@param conf IRB::Context オブジェクトを指定します。

@param opts irb 中でコマンドに渡す引数を指定します。

IRB::ExtendCommandBundle#irb_load(*opts, &b) -> nil (67.0)

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

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

@see IRB::ExtendCommand::Load#execute

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

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

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

@see IRB::ExtendCommand::Require#execute