Current Path :
/
proc
/
self
/
root
/
opt
/
alt
/
ruby25
/
lib64
/
ruby
/
2.5.0
/
rss
/
dublincore
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/opt/alt/ruby25/lib64/ruby/2.5.0/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