summaryrefslogtreecommitdiff
path: root/lib/rss/0.9.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-03 15:31:57 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-03 15:31:57 +0000
commit73a9963ddffe4108b67918df7647a1f05914a2f9 (patch)
tree62f2f962baf6a263fb7b5295287a8cb6feff8927 /lib/rss/0.9.rb
parent58d0a3de500e1896a843a11dc398d3824298dc85 (diff)
* lib/rss: supported Image module.
http://web.resource.org/rss/1.0/modules/image/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/0.9.rb')
-rw-r--r--lib/rss/0.9.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rss/0.9.rb b/lib/rss/0.9.rb
index 24560324ed..2bb59763d9 100644
--- a/lib/rss/0.9.rb
+++ b/lib/rss/0.9.rb
@@ -223,6 +223,10 @@ module RSS
end
end
+ def not_need_to_call_setup_maker_variables
+ %w(image textInput)
+ end
+
class SkipDays < Element
include RSS09