aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/0.9.rb
diff options
context:
space:
mode:
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