36件ヒット
[1-36件を表示]
(0.008秒)
別のキーワード
種類
- インスタンスメソッド (24)
- 特異メソッド (12)
ライブラリ
-
irb
/ ext / use-loader (24) -
irb
/ extend-command (12)
キーワード
-
def
_ extend _ command (12) -
irb
_ load (12) -
irb
_ require (12)
検索結果
先頭3件
-
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (7.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute... -
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (7.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute... -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (7.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...張します。
@param cmd_name メソッド名を Symbol か文字列で指定します。
cmd_class で指定するクラスの execute メソッドとして定
義してある必要があります。
@param cmd_class 指定した拡張が定義されたクラス......す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
を指定します。...