るりまサーチ

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

別のキーワード

  1. specification authors=
  2. specification authors
  3. rubygems/specification authors=
  4. rubygems/specification authors
  5. authors gem::specification

ライブラリ

クラス

検索結果

Gem::Specification#authors=(names) (18100.0)

作成者の名前の配列をセットします。

作成者の名前の配列をセットします。

rubygems (12.0)

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

...= 'hello'
s.version = '0.0.0'
s.summary = 'hello summary'
s.files = ['lib/hello.rb']
s.authors = ['Hello Author']
s.email = 'hello_author@example.com'
s.homepage = 'http://example.com/hello/'
s.description...
...'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/hello'
s.description = 'he...