252件ヒット
[1-100件を表示]
(0.070秒)
別のキーワード
ライブラリ
- ビルトイン (84)
-
drb
/ extservm (24) -
irb
/ cmd / nop (24) -
irb
/ extend-command (72) -
rubygems
/ command (24) -
rubygems
/ ext / builder (12) -
shell
/ command-processor (12)
クラス
-
DRb
:: ExtServManager (24) -
Gem
:: Command (24) -
Gem
:: Ext :: Builder (12) - IO (84)
-
IRB
:: ExtendCommand :: Nop (24) -
Shell
:: CommandProcessor (12)
モジュール
-
IRB
:: ContextExtender (24) -
IRB
:: ExtendCommandBundle (48)
キーワード
-
build
_ args (12) -
build
_ args= (12) - command= (12)
-
def
_ builtin _ commands (6) -
def
_ extend _ command (24) - execute (12)
-
extend
_ object (12) -
install
_ builtin _ commands (6) -
install
_ extend _ commands (24) -
irb
_ original _ method _ name (12) - new (12)
- popen (84)
- run (12)
検索結果
先頭5件
- DRb
:: ExtServManager . command -> { String => String|[String] } - Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () - Shell
:: CommandProcessor . install _ builtin _ commands -> () - IRB
:: ExtendCommandBundle . install _ extend _ commands -> 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 自体を
変更することでも同じことができます。
コマンドは文字列、もしくは文字列の配列で... -
Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () (15301.0) -
@todo
...@todo
@param delegation_class 処理を委譲したいクラスかモジュールを指定します。
@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]... -
Shell
:: CommandProcessor . install _ builtin _ commands -> () (15201.0) -
ビルトインコマンドを定義します。
ビルトインコマンドを定義します。 -
IRB
:: ExtendCommandBundle . install _ extend _ commands -> object (12207.0) -
定義済みの拡張を読み込みます。
...irb で以下のメソッドが利用できるようになります。(それぞれ 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_k......ill
* irb_help
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ExtendCommandBundle.install_extend_commands... -
IRB
:: ExtendCommandBundle . def _ extend _ command(cmd _ name , cmd _ class , load _ file = nil , *aliases) -> object (12202.0) -
irb に cmd_name で指定したメソッドが実行できるように拡張します。
...irb に cmd_name で指定したメソッドが実行できるように拡張します。
@param cmd_name メソッド名を Symbol か文字列で指定します。
cmd_class で指定するクラスの execute メソッドとして定
義してある必要があ......す。
@param cmd_class 指定した拡張が定義されたクラス名を Symbol、
String、Class のいずれかで指定します。
なお、このクラスは IRB::ExtendCommand 以下で定義
する必要があります。
@param load_fil......別名を Symbol とフラグの配列で指定しま
す。複数指定する事ができます。フラグは
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_A... -
IRB
:: ExtendCommandBundle . extend _ object(obj) -> IRB :: ExtendCommandBundle (9301.0) -
IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを obj に定義します。
...IRB::ExtendCommandBundle で定義済みの拡張に指定されたエイリアスを
obj に定義します。
@param obj IRB::ExtendCommandBundle を extend したオブジェクト... -
IRB
:: ContextExtender . install _ extend _ commands -> object (9213.0) -
定義済みの拡張を読み込みます。
...ます。
IRB::Context で以下のメソッドが利用できるようになります。
* eval_history=
* use_tracer=
* math_mode=
* use_loader=
* save_history=
irb/extend-command が require された時にライブラリ内部で自動的
に実行されます。
@see IRB::ContextExtend......er.def_extend_command... -
IRB
:: ContextExtender . def _ extend _ command(cmd _ name , load _ file , *aliases) -> object (9202.0) -
IRB::Context に cmd_name で指定したメソッドが実行できるように拡張 します。
...IRB::Context に cmd_name で指定したメソッドが実行できるように拡張
します。
@param cmd_name メソッド名を Symbol で指定します。
IRB::Context クラスのインスタンスメソッドとして定
義してある必要がありま......す。
@param load_file cmd_name で指定したメソッドが定義されたファイル名を指
定します。このファイルは自動的に require されます。
@param aliases cmd_name の別名を Symbol で指定します。複数指定する事ができます。... -
DRb
:: ExtServManager . command=(cmd) (9108.0) -
サービスを起動するためのコマンドを指定するための Hash を 設定します。
...サービスを起動するためのコマンドを指定するための Hash を
設定します。
@param cmd コマンドを設定した Hash
@see DRb::ExtServManager.command... -
Gem
:: Command . build _ args -> Array (9101.0) -
Gem をビルドするときに使用するパラメータを返します。
Gem をビルドするときに使用するパラメータを返します。