るりまサーチ

最速Rubyリファレンスマニュアル検索!
96件ヒット [1-96件を表示] (0.044秒)
トップページ > クエリ:gem[x] > クエリ:Specification[x] > クエリ:executable[x]

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. specification full_gem_path
  5. gempackagetask gem_file

検索結果

Gem::Specification#executable -> String (24101.0)

実行可能ファイル名を返します。

実行可能ファイル名を返します。

Gem::Specification#default_executable=(executable) (12240.0)

Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。

...
Gem
パッケージ内で gem コマンド経由で実行するファイルをセットします。

@param executable 実行ファイルを指定します。...

Gem::Specification#executable=(executable) (12208.0)

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

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

@param executable 実行可能ファイル名を指定します。...

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

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

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

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

Gem::Specification#default_executable -> String | nil (12133.0)

Gem パッケージ内で gem コマンド経由で実行するファイルを返します。

...
Gem
パッケージ内で gem コマンド経由で実行するファイルを返します。...

絞り込み条件を変える

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

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

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

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

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

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

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

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

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

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

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