るりまサーチ

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

別のキーワード

  1. rss author
  2. rss author=
  3. item author=
  4. item author
  5. itembase author=

ライブラリ

キーワード

検索結果

Gem::Specification#author=(name) (18100.0)

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

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

RSS::Rss::Channel::Item#author= (15101.0)

@todo

@todo

RSS::Maker::ItemsBase::ItemBase#author=() (15100.0)

@todo

@todo

rss (6.0)

RSS を扱うためのライブラリです。

...maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"

maker.channel.author = "Bob"
maker.channel.date = Time.now

maker.items.do_sort = true

maker.items.new_item do |item|
item.link = "http://example.com...

rubygems (6.0)

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

...eList[
'lib/hello.rb',
'spec/*'
]
spec = Gem::Specification.new do |s|
s.name = 'hello'
s.version = '0.0.1'
s.author = 'Hello Author'
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.platform = Gem::Plat...

絞り込み条件を変える

RSS::Rss::Channel::Item#author (1.0)

@todo

@todo