132件ヒット
[1-100件を表示]
(0.014秒)
別のキーワード
種類
- インスタンスメソッド (96)
- 特異メソッド (24)
- 定数 (12)
クラス
-
Gem
:: DependencyInstaller (24) -
Gem
:: Installer (12) -
Gem
:: Specification (84) -
Gem
:: Uninstaller (12)
キーワード
-
DEFAULT
_ OPTIONS (12) -
add
_ bindir (12) -
default
_ executable (12) -
default
_ executable= (12) - executable= (12)
- executables (12)
- executables= (12)
- new (24)
-
remove
_ executables (12)
検索結果
先頭5件
-
Gem
:: Specification # executable -> String (18102.0) -
実行可能ファイル名を返します。
実行可能ファイル名を返します。 -
Gem
:: Specification # default _ executable=(executable) (6209.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
...Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。
@param executable 実行ファイルを指定します。... -
Gem
:: Specification # executable=(executable) (6209.0) -
実行可能ファイル名をセットします。
...実行可能ファイル名をセットします。
@param executable 実行可能ファイル名を指定します。... -
Gem
:: Specification # executables=(executables) (6201.0) -
実行可能ファイル名のリストをセットします。
...実行可能ファイル名のリストをセットします。
@param executables 実行可能ファイル名のリストを指定します。... -
Gem
:: Specification # default _ executable -> String | nil (6102.0) -
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。
Gem パッケージ内で gem コマンド経由で実行するファイルを返します。 -
Gem
:: Specification # executables -> [String] (6101.0) -
実行可能ファイル名のリストを返します。
実行可能ファイル名のリストを返します。 -
Gem
:: Uninstaller # remove _ executables(gemspec) (6101.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。 -
Gem
:: Specification # add _ bindir(executables) -> Array | nil (101.0) -
実行コマンドの格納場所を返します。
...実行コマンドの格納場所を返します。
@param executables 実行コマンド名を格納した配列を指定します。... -
Gem
:: DependencyInstaller . new(options = {}) -> Gem :: DependencyInstaller (7.0) -
自身を初期化します。
...きの Gem のみをインストールするポリシーが指定されている場合は上記のチェックを
実行します。
: :format_executable
Gem::Installer.new を参照してください。
: :ignore_dependencies
依存している Gem をインストールしません。
: :inst...