2件ヒット
[1-2件を表示]
(0.100秒)
種類
- インスタンスメソッド (1)
- 特異メソッド (1)
ライブラリ
-
irb
/ ext / use-loader (1) -
irb
/ extend-command (1)
キーワード
-
def
_ extend _ command (1) -
irb
_ load (1)
検索結果
先頭2件
-
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (18607.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (9607.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
を指定します。...