るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.189秒)
トップページ > バージョン:2.6.0[x] > クエリ:IRB::ExtendCommand::Source[x]

別のキーワード

  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::Source (69001.0)

irb 中の irb_source コマンドのための拡張を定義したクラスです。

irb 中の irb_source コマンドのための拡張を定義したクラスです。

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

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

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

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

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