種類
- インスタンスメソッド (324)
- 特異メソッド (108)
- 定数 (12)
ライブラリ
-
rubygems
/ command (444)
キーワード
- HELP (12)
-
add
_ common _ option (12) -
add
_ extra _ args (12) -
add
_ option (12) -
add
_ specific _ extra _ args (12) - arguments (12)
- begins? (12)
-
build
_ args (12) -
build
_ args= (12) - command (12)
- defaults (12)
- defaults= (12)
-
defaults
_ str (12) - description (12)
- execute (12)
-
extra
_ args (12) -
extra
_ args= (12) -
get
_ all _ gem _ names (12) -
get
_ one _ gem _ name (12) -
get
_ one _ optional _ argument (12) - handles? (12)
- invoke (12)
-
program
_ name (12) -
program
_ name= (12) -
remove
_ option (12) -
show
_ help (12) -
show
_ lookup _ failure (12) -
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12) - summary (12)
- summary= (12)
- usage (12)
-
when
_ invoked (12)
検索結果
先頭4件
-
Gem
:: Command . extra _ args=(value) (1.0) -
追加の引数をセットします。
追加の引数をセットします。
@param value 配列を指定します。 -
Gem
:: Command . specific _ extra _ args(cmd) -> Array (1.0) -
与えられたコマンドに対応する追加の引数を返します。
与えられたコマンドに対応する追加の引数を返します。
特別な追加引数はプログラムの開始時に Gem の設定ファイルから読み込まれます。
@param cmd コマンド名を指定します。 -
Gem
:: Command . specific _ extra _ args _ hash -> Hash (1.0) -
特別な追加引数へのアクセスを提供します。
特別な追加引数へのアクセスを提供します。 -
Gem
:: Command :: HELP -> String (1.0) -
ヘルプメッセージを表す文字列です。
ヘルプメッセージを表す文字列です。