aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/itunes.rb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 05:56:09 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 05:56:09 +0000
commit08936ea399c6d3cfdbf6822f5f7f2f209ed516a0 (patch)
tree277af9b51fb49077d9b51c047f158cf769551c42 /lib/rss/itunes.rb
parent34cbe5ac063457bf58eeec4256f262215eeb57fe (diff)
downloadruby-08936ea399c6d3cfdbf6822f5f7f2f209ed516a0.tar.gz
* lib/rss/*: [DOC] document various constants @steveklabnik [Bug #8812]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/itunes.rb')
-rw-r--r--lib/rss/itunes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rss/itunes.rb b/lib/rss/itunes.rb
index f95ca7aa2e..e6de5c1ca2 100644
--- a/lib/rss/itunes.rb
+++ b/lib/rss/itunes.rb
@@ -1,7 +1,9 @@
require 'rss/2.0'
module RSS
+ # The prefix for the iTunes XML namespace.
ITUNES_PREFIX = 'itunes'
+ # The URI of the iTunes specification.
ITUNES_URI = 'http://www.itunes.com/dtds/podcast-1.0.dtd'
Rss.install_ns(ITUNES_PREFIX, ITUNES_URI)