るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method gets
  4. irb/input-method new
  5. matrix -

ライブラリ

クラス

キーワード

検索結果

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

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

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

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

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

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

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

rubygems/commands/install_command (210.0)

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

...

Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
-
-platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-
v, --version VERSION 指定されたバージョン...
...-f, --[no-]force 依存関係のチェックをバイパスして強制的にインストールします
-
t, --[no-]test インストール時にユニットテストを実行します
-
w, --[no-]wrappers Use bin wrappers for executables...
...-policy POLICY Specify gem trust policy
-
-ignore-dependencies 依存している Gem パッケージをインストールしません
-
y, --include-dependencies 依存している Gem パッケージをインストールします
-
-[no-]format-executable...