るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.090秒)

別のキーワード

  1. specification executables
  2. specification executables=
  3. uninstaller remove_executables
  4. rubygems/specification executables
  5. rubygems/specification executables=

キーワード

検索結果

Gem::Specification#executables -> [String] (54307.0)

実行可能ファイル名のリストを返します。

実行可能ファイル名のリストを返します。

Gem::Specification#executables=(executables) (18628.0)

実行可能ファイル名のリストをセットします。

実行可能ファイル名のリストをセットします。

@param executables 実行可能ファイル名のリストを指定します。

Gem::Uninstaller#remove_executables(gemspec) (18307.0)

与えられた Gem::Specification に対応する実行ファイルを削除します。

与えられた Gem::Specification に対応する実行ファイルを削除します。

@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。

Gem::Specification#add_bindir(executables) -> Array | nil (325.0)

実行コマンドの格納場所を返します。

実行コマンドの格納場所を返します。

@param executables 実行コマンド名を格納した配列を指定します。