るりまサーチ

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

別のキーワード

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

検索結果

rubygems (13.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 (13.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 (7.0)

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

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