OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
ruby
/
2.5.0
/
rss
/
content
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:11 AM
rwxr-xr-x
📄
1.0.rb
172 bytes
12/16/2015 05:07:31 AM
rw-r--r--
📄
2.0.rb
200 bytes
12/16/2015 05:07:31 AM
rw-r--r--
Editing: 2.0.rb
Close
# frozen_string_literal: false 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