Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby27/share/ruby/rss/dublincore/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby27/share/ruby/rss/dublincore/2.0.rb |
# frozen_string_literal: false require "rss/2.0" module RSS Rss.install_ns(DC_PREFIX, DC_URI) class Rss class Channel include DublinCoreModel class Item; include DublinCoreModel; end end end end