1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/rss
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
..
rss-assertions.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
rss-testcase.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:26:41 +00:00
test_1.0.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:53:21 +00:00
test_2.0.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:04:31 +00:00
test_accessor.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
test_content.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:49:38 +00:00
test_dublincore.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:49:38 +00:00
test_image.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
test_inherit.rb * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3. 2005-01-15 04:38:29 +00:00
test_maker_0.9.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_maker_1.0.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_maker_2.0.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_maker_content.rb * lib/rss, test/rss, sample/rss: backported from CVS HEAD. 2004-12-08 12:58:36 +00:00
test_maker_dc.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_maker_image.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
test_maker_sy.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
test_maker_taxo.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_maker_trackback.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_maker_xml-stylesheet.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_parser.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:04:31 +00:00
test_setup_maker_0.9.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_setup_maker_1.0.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_setup_maker_2.0.rb * lib/rss/rss.rb (Kernel#funcall): removed. 2006-06-17 01:28:46 +00:00
test_syndication.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
test_taxonomy.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:30:00 +00:00
test_to_s.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 01:02:08 +00:00
test_trackback.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:49:38 +00:00
test_version.rb * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) 2006-06-17 00:07:41 +00:00
test_xml-stylesheet.rb * lib/rss, test/rss, sample/rss: backported from CVS HEAD. 2004-12-08 12:58:36 +00:00