48件ヒット
[1-48件を表示]
(0.011秒)
別のキーワード
種類
- インスタンスメソッド (24)
- 特異メソッド (24)
ライブラリ
-
irb
/ ext / use-loader (24) -
irb
/ extend-command (24)
キーワード
-
def
_ extend _ command (12) -
install
_ extend _ commands (12) -
irb
_ load (12) -
irb
_ require (12)
検索結果
先頭4件
-
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (102.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
を指定します。... -
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (101.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute -
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (101.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (79.0) -
定義済みの拡張を読み込みます。
...なります。(それぞれ 1 つだけ抜粋)
* irb_current_working_workspace
* irb_change_workspace
* irb_workspaces
* irb_push_workspace
* irb_pop_workspace
* irb_load
* irb_require
* irb_source
* irb
* irb_jobs
* irb_fg
* irb_kill
* irb_help
irb/extend-command が require され......た時にライブラリ内部で自動的
に実行されます。
@see IRB::ExtendCommandBundle.install_extend_commands...