summaryrefslogtreecommitdiff
path: root/lib/rss/content/2.0.rb
blob: 8491a99937738044dbf8c34023b3b7aab188f7f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
require "rss/2.0"

module RSS
  Rss.install_ns(CONTENT_PREFIX, CONTENT_URI)

  class Rss
    class Channel
      class Item; include ContentModel; end
    end
  end
end