るりまサーチ

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

別のキーワード

  1. _builtin to_a
  2. matrix to_a
  3. to_a
  4. argf.class to_a
  5. dbm to_a

検索結果

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

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

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

rubygems/commands/install_command (24094.0)

Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

...Gem パッケージをローカルリポジトリにインストールするためのライブラリです。

Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケ...
...-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
I
nstall/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッケ...
...-w, --[no-]wrappers Use bin wrappers for executables
DOSHISH なプラットフォーム上では無効です
-P, --trust-policy POLICY Specify gem trust policy
--ignore-dependencies 依存している Gem パッケー...

rubygems/commands/uninstall_command (24082.0)

Gem パッケージをアンインストールするためのライブラリです。

...Gem パッケージをアンインストールするためのライブラリです。

Usage: gem uninstall GEMNAME [GEMNAME ...] [options]
Options:
-a, --[no-]all Uninstall all matching versions
-I, --[no-]ignore-dependencies Ignore dependency requirements while...
...uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
-i, --install-dir DIR Directory to uninstall gem from
-n, --bindir DIR Directory to remove binaries from
-v, --version...
...VERSION Specify version of gem to uninstall
--platform PLATFORM Specify the platform of gem to uninstall
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細に...

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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