1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rss/maker
kou 02cce7ed82 * lib/rss/rss.rb (Kernel#funcall): removed.
* lib/rss/parser.rb (Kernel.URI): removed.

* lib/rss/maker/: supported
    xxx.new_yyy do |yyy|
      yyy.zzz = zzz
      ...
    end
  style and this style became the style of the recommendation.

  Old style
    yyy = xxx.new_yyy
    yyy.zzz = zzz
    ...
  is supported too but this style isn't recommended.
  [ruby-talk:197284]

* test/rss/test_*maker*.rb: used new recommended style.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-06-17 01:28:46 +00:00
..
0.9.rb * lib/rss, test/rss, sample/rss: backported from CVS HEAD. 2004-12-08 12:58:36 +00:00
1.0.rb * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes): 2005-08-11 04:08:05 +00:00
2.0.rb * lib/rss, test/rss, sample/rss: backported from CVS HEAD. 2004-12-08 12:58:36 +00:00
base.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
content.rb * lib: do not use __send__ to access private methods. [ruby-dev:26935] 2005-09-02 14:53:02 +00:00
dublincore.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
image.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:54:19 +00:00
syndication.rb * lib: do not use __send__ to access private methods. [ruby-dev:26935] 2005-09-02 14:53:02 +00:00
taxonomy.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
trackback.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00