るりまサーチ

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

別のキーワード

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

検索結果

rubygems (7.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/...