Current Path : /proc/thread-self/root/proc/thread-self/root/opt/alt/ruby27/share/ruby/rss/dublincore/ |
Current File : //proc/thread-self/root/proc/thread-self/root/opt/alt/ruby27/share/ruby/rss/dublincore/atom.rb |
# frozen_string_literal: false require_relative "../atom" module RSS module Atom Feed.install_ns(DC_PREFIX, DC_URI) class Feed include DublinCoreModel class Entry; include DublinCoreModel; end end class Entry include DublinCoreModel end end end