From c550134293e9110d856469436347c917f5ebee11 Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 3 Nov 2004 06:43:18 +0000 Subject: * test/rss/*.rb: removed tab width configuration headers. * test/rss/test_maker_{0.9,1.0}.rb: sort -> do_sort. * lib/rss/maker/*.rb: changed API to RSS version independence. * lib/rss/maker/base.rb (RSS::Maker::XMLStyleSheets::XMLStyleSheet): checked required (pseudo) attributes. * lib/rss/maker/base.rb (RSS::Maker::Items): sort -> do_sort. * lib/rss/rss.rb (RSS::BaseModel.install_date_element): avoided warning. * lib/rss/0.9.rb (RSS::Rss#textinput): added convenience method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rss/test_xml-stylesheet.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/rss/test_xml-stylesheet.rb') diff --git a/test/rss/test_xml-stylesheet.rb b/test/rss/test_xml-stylesheet.rb index f3dee2c63..ab16d6e2f 100644 --- a/test/rss/test_xml-stylesheet.rb +++ b/test/rss/test_xml-stylesheet.rb @@ -1,5 +1,3 @@ -# -*- tab-width: 2 -*- vim: ts=2 - require "rexml/document" require "rss-testcase" -- cgit