aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/slash.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/slash.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/slash.rb')
-rw-r--r--lib/rss/slash.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rss/slash.rb b/lib/rss/slash.rb
index f102413b46..65c61142e1 100644
--- a/lib/rss/slash.rb
+++ b/lib/rss/slash.rb
@@ -1,7 +1,9 @@
require 'rss/1.0'
module RSS
+ # The prefix for the Slash XML namespace.
SLASH_PREFIX = 'slash'
+ # The URI of the Slash specification.
SLASH_URI = "http://purl.org/rss/1.0/modules/slash/"
RDF.install_ns(SLASH_PREFIX, SLASH_URI)