60件ヒット
[1-60件を表示]
(0.133秒)
種類
- インスタンスメソッド (36)
- モジュール (12)
- 文書 (12)
ライブラリ
- rss (48)
モジュール
キーワード
-
output
_ encoding (12) -
output
_ encoding= (12) -
ruby 1
. 8 . 5 feature (12) -
to
_ xml (12)
検索結果
先頭5件
-
RSS
:: RootElementMixin (24000.0) -
-
RSS
:: RootElementMixin # output _ encoding (6000.0) -
@todo
@todo -
RSS
:: RootElementMixin # output _ encoding= (6000.0) -
@todo
@todo -
RSS
:: RootElementMixin # to _ xml (6000.0) -
@todo
@todo -
ruby 1
. 8 . 5 feature (3006.0) -
ruby 1.8.5 feature ruby 1.8.4 から ruby 1.8.5 までの変更点です。
...ruby 1.8.5 feature
ruby 1.8.4 から ruby 1.8.5 までの変更点です。
掲載方針
*バグ修正の影響も含めて動作が変わるものを収録する。
*単にバグを直しただけのものは収録しない。
*ライブラリへの単なる定数の追加は収録しない。......以下は各変更点に付けるべきタグです。
記号について(特に重要なものは大文字(主観))
* カテゴリ
* [ruby]: ruby インタプリタの変更
* [api]: 拡張ライブラリ API
* [lib]: ライブラリ
* レベル
* [bug]: バグ修正
* [new]: 追加さ......した。((<ruby-talk:197284>))
今まで
item = maker.items.new_item
item.xxx = yyy
...
と書いていたものが
maker.items.new_item |item|
item.xxx = yyy
...
end
と書けるようになりました。
: RSS::RootElementMixin#to_xml [new]...