From 08936ea399c6d3cfdbf6822f5f7f2f209ed516a0 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 9 Nov 2013 05:56:09 +0000 Subject: * 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 --- lib/rss/taxonomy.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/rss/taxonomy.rb') diff --git a/lib/rss/taxonomy.rb b/lib/rss/taxonomy.rb index b82e55dacc..b7fbe6b0de 100644 --- a/lib/rss/taxonomy.rb +++ b/lib/rss/taxonomy.rb @@ -2,12 +2,14 @@ require "rss/1.0" require "rss/dublincore" module RSS - + # The prefix for the Taxonomy XML namespace. TAXO_PREFIX = "taxo" + # The URI for the specification of the Taxonomy XML namespace. TAXO_URI = "http://purl.org/rss/1.0/modules/taxonomy/" RDF.install_ns(TAXO_PREFIX, TAXO_URI) + # The listing of all the taxonomy elements, with the appropriate namespace. TAXO_ELEMENTS = [] %w(link).each do |name| -- cgit v1.2.3