96件ヒット
[1-96件を表示]
(0.027秒)
別のキーワード
ライブラリ
-
rubygems
/ specification (84) -
rubygems
/ uninstaller (12)
クラス
-
Gem
:: Specification (84) -
Gem
:: Uninstaller (12)
キーワード
-
add
_ bindir (12) -
default
_ executable (12) -
default
_ executable= (12) - executable= (12)
- executables (12)
- executables= (12)
-
remove
_ executables (12)
検索結果
先頭5件
-
Gem
:: Specification # executable -> String (21101.0) -
実行可能ファイル名を返します。
実行可能ファイル名を返します。 -
Gem
:: Specification # default _ executable=(executable) (9208.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
...Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
@param executable 実行ファイルを指定します。... -
Gem
:: Specification # executable=(executable) (9208.0) -
実行可能ファイル名をセットします。
...実行可能ファイル名をセットします。
@param executable 実行可能ファイル名を指定します。... -
Gem
:: Specification # executables=(executables) (9200.0) -
実行可能ファイル名のリストをセットします。
...実行可能ファイル名のリストをセットします。
@param executables 実行可能ファイル名のリストを指定します。... -
Gem
:: Specification # default _ executable -> String | nil (9101.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。 -
Gem
:: Specification # executables -> [String] (9100.0) -
実行可能ファイル名のリストを返します。
実行可能ファイル名のリストを返します。 -
Gem
:: Uninstaller # remove _ executables(gemspec) (6122.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
...与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Gem
:: Specification # add _ bindir(executables) -> Array | nil (3100.0) -
実行コマンドの格納場所を返します。
...実行コマンドの格納場所を返します。
@param executables 実行コマンド名を格納した配列を指定します。...