るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

検索結果

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

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

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

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

rubygems (6.0)

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

...= 'hello'
s.version = '0.0.0'
s.summary = 'hello summary'
s.files = ['bin/hello', 'lib/hello.rb']
s.executables = ['hello']
s.authors = ['Hello Author']
s.email = 'hello@example.com'
s.homepage = 'http://example.com/...