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