aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/maker.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/maker.rb
parent58d0a3de500e1896a843a11dc398d3824298dc85 (diff)
downloadruby-73a9963ddffe4108b67918df7647a1f05914a2f9.tar.gz
* 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/maker.rb')
-rw-r--r--lib/rss/maker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rss/maker.rb b/lib/rss/maker.rb
index 66c3bc2928..d248711aa2 100644
--- a/lib/rss/maker.rb
+++ b/lib/rss/maker.rb
@@ -33,3 +33,4 @@ require "rss/maker/content"
require "rss/maker/dublincore"
require "rss/maker/syndication"
require "rss/maker/trackback"
+require "rss/maker/image"