192件ヒット
[1-100件を表示]
(0.022秒)
別のキーワード
ライブラリ
-
drb
/ extservm (24) -
irb
/ cmd / nop (24) -
irb
/ extend-command (72) -
rubygems
/ command (60) -
rubygems
/ ext / builder (12)
クラス
-
DRb
:: ExtServManager (24) -
Gem
:: Command (60) -
Gem
:: Ext :: Builder (12) -
IRB
:: ExtendCommand :: Nop (24)
モジュール
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (48)
キーワード
-
add
_ specific _ extra _ args (12) - command= (12)
-
def
_ extend _ command (24) - execute (12)
-
extend
_ object (12) -
extra
_ args (12) -
extra
_ args= (12) -
install
_ extend _ commands (24) -
irb
_ original _ method _ name (12) - new (12)
- run (12)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12)
検索結果
先頭5件
- DRb
:: ExtServManager . command -> { String => String|[String] } - IRB
:: ContextExtender . install _ extend _ commands -> object - IRB
:: ExtendCommandBundle . install _ extend _ commands -> object - IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object - IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object
-
DRb
:: ExtServManager . command -> { String => String|[String] } (21108.0) -
サービスを起動するためのコマンドを指定するための Hash を 返します。
...そのサービスを起動するためのコマンドです。
この Hash を変更することでサービスを定義します。
DRb::ExtServManager.command= で Hash 自体を
変更することでも同じことができます。
コマンドは文字列、もしくは文字列の配列で... -
IRB
:: ContextExtender . install _ extend _ commands -> object (18213.0) -
定義済みの拡張を読み込みます。
...:Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtender.def_extend_c... -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (18207.0) -
定義済みの拡張を読み込みます。
...* 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... -
IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object (18202.0) -
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。
...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。
@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま... -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (18202.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...ラス名を Symbol、
String、Class のいずれかで指定します。
なお、このクラスは IRB::ExtendCommand 以下で定義
する必要があります。
@param load_file 指定したメソッドが定義されたファイル名を......す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
を指定します。... -
IRB
:: ExtendCommandBundle . extend _ object(obj) -> IRB :: ExtendCommandBundle (12301.0) -
IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを obj に定義します。
...IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを
obj に定義します。
@param obj IRB::ExtendCommandBundle を extend したオブジェクト... -
DRb
:: ExtServManager . command=(cmd) (9108.0) -
サービスを起動するためのコマンドを指定するための Hash を 設定します。
...サービスを起動するためのコマンドを指定するための Hash を
設定します。
@param cmd コマンドを設定した Hash
@see DRb::ExtServManager.command... -
Gem
:: Command . add _ specific _ extra _ args(cmd , args) (9101.0) -
与えられたコマンドに対応する追加の引数を追加します。
与えられたコマンドに対応する追加の引数を追加します。
@param cmd コマンド名を指定します。
@param args 追加の引数を配列か、空白で区切った文字列で指定します。 -
Gem
:: Command . extra _ args -> Array (9101.0) -
追加の引数を返します。
追加の引数を返します。