るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.065秒)
トップページ > クエリ:l[x] > クエリ:rb_load[x]

別のキーワード

  1. mkmf install_rb
  2. kernel install_rb
  3. rb_load
  4. rb_f_load
  5. rb_float

ライブラリ

モジュール

キーワード

検索結果

void rb_load(VALUE fname, int wrap) (44200.0)

参考: 21651

...参考: 21651

組込み関数 Kernel.#load の低レベルインタフェースです。Rubyスクリ
プトが格納されたファイルfname をロードします。

引数wrapが、non-zeroなら無名のモジュールを生成して、ロー
ドした内容をそのモジュールに閉じ...

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

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

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

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

void rb_load_protect(VALUE fname, int wrap, int *state) (12200.0)