From d5b6a7b16947aaf4821d6b76c7de153866fb30c0 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@7182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rss/maker/0.9.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/rss/maker/0.9.rb') diff --git a/lib/rss/maker/0.9.rb b/lib/rss/maker/0.9.rb index 7223246647..05578082b0 100644 --- a/lib/rss/maker/0.9.rb +++ b/lib/rss/maker/0.9.rb @@ -30,9 +30,6 @@ module RSS class Channel < ChannelBase - alias_method(:pubDate, :date) - alias_method(:pubDate=, :date=) - def to_rss(rss) channel = Rss::Channel.new set = setup_values(channel) @@ -150,7 +147,7 @@ module RSS setup_other_elements(rss) end end - + private def have_required_values? @title and @description and @name and @link -- cgit v1.2.3