36件ヒット
[1-36件を表示]
(0.008秒)
クラス
-
Gem
:: Specification (36)
キーワード
-
add
_ bindir (12) - bindir (12)
- bindir= (12)
検索結果
先頭3件
-
Gem
:: Specification # add _ bindir(executables) -> Array | nil (6103.0) -
実行コマンドの格納場所を返します。
実行コマンドの格納場所を返します。
@param executables 実行コマンド名を格納した配列を指定します。 -
Gem
:: Specification # bindir -> String (6103.0) -
実行ファイルを格納するディレクトリを返します。
実行ファイルを格納するディレクトリを返します。 -
Gem
:: Specification # bindir=(dir) (6103.0) -
実行ファイルを格納するディレクトリをセットします。
実行ファイルを格納するディレクトリをセットします。
@param dir 実行ファイルを格納するディレクトリを指定します。デフォルトは "bin" です。