検索結果
先頭5件
-
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