るりまサーチ

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

別のキーワード

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

検索結果

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

rubygems (12.0)

RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。

...ib/hello.rb']
s.executables = ['hello']
s.authors = ['Hello Author']
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.description = 'hello description'
end
//}

ライブラリの例に加えて executables を追加して...

絞り込み条件を変える

rubygems/commands/uninstall_command (12.0)

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

...gnore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
-i, --install-dir DIR Directory to uninstall gem...

rubygems/commands/install_command (6.0)

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

...est インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wrappers for executables
DOSHISH なプラットフォーム上では無効です
-P, --trust-policy POLICY Specify...