30件ヒット
[1-30件を表示]
(0.043秒)
種類
- インスタンスメソッド (25)
- クラス (3)
- ライブラリ (1)
- 文書 (1)
ライブラリ
- rss (28)
クラス
モジュール
- DublinCoreModel (3)
キーワード
- ChannelBase (1)
- ItemBase (1)
-
NEWS for Ruby 2
. 7 . 0 (1) - TextinputBase (1)
-
dc
_ description (1) -
dc
_ description= (1) -
dc
_ descriptions (1) - description= (11)
検索結果
先頭5件
-
rss (119683.0)
-
RSS を扱うためのライブラリです。
RSS を扱うためのライブラリです。
=== 参考
* RSS 0.91 http://backend.userland.com/rss091
* RSS 1.0 http://purl.org/rss/1.0/spec
* RSS 2.0 http://www.rssboard.org/rss-specification
* Atom 1.0 https://www.ietf.org/rfc/rfc4287.txt
=== 注意
RSS ParserはRSS 0.9x/1.0/2.0, Atom 1.0 をサポートしていますが,RSS 0.90
はサポートしてませ... -
RSS
:: Rss :: Channel # description (96307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # description (96307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # description (96307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description (96307.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # description (87307.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description (87307.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description (87307.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description (87307.0) -
@todo
@todo -
RSS
:: RDF :: Channel # description (87307.0) -
@todo
@todo -
RSS
:: RDF :: Item # description (87307.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description (87307.0) -
@todo
@todo -
RSS
:: Rss :: Channel # description= (60307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # description= (60307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # description= (60307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description= (60307.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # description=() (51307.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description=() (51307.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description=() (51307.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description=() (51307.0) -
@todo
@todo -
RSS
:: RDF :: Channel # description= (51307.0) -
@todo
@todo -
RSS
:: RDF :: Item # description= (51307.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description= (51307.0) -
@todo
@todo -
DublinCoreModel
# dc _ description (42307.0) -
@todo
@todo -
DublinCoreModel
# dc _ description= (42307.0) -
@todo
@todo -
DublinCoreModel
# dc _ descriptions (42301.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase (33133.0) -
RSS 1.0の場合はtitle,description,name, link,maker.channelを適切に設定する必要がありま す.
RSS 1.0の場合はtitle,description,name,
link,maker.channelを適切に設定する必要がありま
す.
RSS 0.91/2.0の場合はtitle,description,
name,linkを設定する必要があります. -
RSS
:: Maker :: ChannelBase (33127.0) -
channel要素の値を設定します.
channel要素の値を設定します.
RSS 1.0を生成する場合はabout,title,link,
descriptionを設定しなければいけません.
RSS 0.91を生成する場合はtitle,link,
description,languageを設定しなければいけません.
RSS 2.0を生成する場合はtitle,link,
descriptionを設定しなければいけません.
maker.channelになんらかの値を設定しておきながら,上記
のmaker.channelが要求する値を設定していない場合は
RSS::NotSetError例外が発生します.どの値も設定していな
... -
RSS
:: Maker :: ItemsBase :: ItemBase (33055.0) -
itemはmaker.items.new_itemで作成されたオブジェク トとします.
itemはmaker.items.new_itemで作成されたオブジェク
トとします.
RSS 1.0/0.91の場合はtitle,linkを設定する必要があ
ります.
RSS 2.0の場合はtitleまたはdescriptionを設定する
必要があります. -
NEWS for Ruby 2
. 7 . 0 (73.0) -
NEWS for Ruby 2.7.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...に注意してください。
* パターンマッチに対する警告は「-W:no-experimental」オプションで抑制できます。
==== 3.0 に向けてのキーワード引数の仕様変更
* キーワード引数と位置引数の自動変換は自動変換が非推奨となりま......ンで止められます。
//emlist{
def foo
class << Object.new
yield #=> warning: `yield' in class syntax will not be supported from Ruby 3.0. 15575
end
end
foo { p :ok }
//}
* 引数を転送する記法「(...)」が導入されました。 16253
* foo の全ての引数(キー......//emlist[][ruby]{
def foo(...)
bar(...)
end
//}
* 「$SAFE」の参照や代入は警告が表示されるようになりました。
Ruby 3.0 で「$SAFE」は普通のグローバル変数になる予定です。 16131
* Object#taint,Object#untaint,Object#trust,Object#untrustと関連...