78件ヒット
[1-78件を表示]
(0.015秒)
種類
- インスタンスメソッド (48)
- 文書 (18)
- ライブラリ (12)
ライブラリ
- rss (48)
クラス
-
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Rss :: Channel (24)
キーワード
-
NEWS for Ruby 2
. 7 . 0 (6) - lastBuildDate (24)
- lastBuildDate= (24)
-
ruby 1
. 8 . 3 feature (12)
検索結果
先頭5件
-
rss (39768.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, A......ポートしていますが,RSS 0.90
はサポートしてません.ごめんなさい.
RSS のモジュールはそれぞれ、
* Dublin Core モジュール http://web.resource.org/rss/1.0/modules/dc/
* Syndication モジュール http://web.resource.org/rss/1.0/modules/syndication/
* C......要素を設定します.
rss = RSS::Parser.parse(rss_source)
item = RSS::RDF::Item.new(rdf_about_value)
rss.items << item
rss.items.last == item # => true
注意: item=/set_itemなどはRubyっぽくないので使わないでくださ
い.
=== 出力
RSS Parserといっているの... -
RSS
:: Rss :: Channel # lastBuildDate (20100.0) -
@todo
@todo -
RSS
:: Rss :: Channel # lastBuildDate= (20100.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # lastBuildDate (17100.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # lastBuildDate=() (17100.0) -
@todo
@todo -
ruby 1
. 8 . 3 feature (42.0) -
ruby 1.8.3 feature *((<ruby 1.8 feature>)) *((<ruby 1.8.2 feature>))
...=~ "\c\\"
$ ruby-1.8.2 r.rb
r.rb:1: premature end of regular expression: /[\c\\]/
r.rb:2: invalid regular expression; '\' can't be last character: /\c\\/
$ ruby-1.8.3 r.rb
0
0
=== 2005-06-30
: Delegator [lib] [compat]
Delegator オブジェクトが生成され......nvokeを呼び出して失敗するときには VT_EMPTYに変換して
再度 Invokeを呼び出すようにしました。
=== 2005-04-09
: rss [lib][new][compat]
複数のDublin Coreの要素を扱えるようになりました。
このためdc_#{Dublin Coreの要素名の複数形}......string_list [lib] [new]
追加。((<ruby-talk:129732>))
=== 2005-02-04
: RSS Parser/Maker [lib] [new]
((<Imageモジュール|URL:http://web.resource.org/rss/1.0/modules/image/>))のサポート
=== 2005-02-03
: RSS::Element#convert(value) [lib] [new]
valueのエンコーディングを... -
NEWS for Ruby 2
. 7 . 0 (24.0) -
NEWS for Ruby 2.7.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...ts.on("-b", "--bar", "bar") {|v| }
opts.on("-c", "--baz", "baz") {|v| }
end.parse!
//}
//emlist{
$ ruby test.rb --baa
Traceback (most recent call last):
test.rb:7:in `<main>': invalid option: --baa (OptionParser::InvalidOption)
Did you mean? baz
bar
//}
* Pathname
* Pathnam......* REXML
* 3.2.3に更新されました。
https://github.com/ruby/rexml/blob/master/NEWS.md
* RSS
* RSS 0.2.8に更新されました。
https://github.com/ruby/rss/blob/master/NEWS.md
* RubyGems
* RubyGems 3.1.2に更新されました。
* https://github.com...