るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.171秒)
トップページ > クエリ: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 (23000.0)

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

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

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

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

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

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

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