24件ヒット
[1-24件を表示]
(0.006秒)
別のキーワード
ライブラリ
-
irb
/ ext / use-loader (24)
キーワード
-
irb
_ load (12) -
irb
_ require (12)
検索結果
先頭2件
-
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (102.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute -
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (102.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute