Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby24 /
lib64 /
ruby /
2.4.0 /
rdoc /
parser /
Delete
Unzip
Name
Size
Permission
Date
Action
c.rb
35.4
KB
-rw-r--r--
2020-03-31 11:42
changelog.rb
4.91
KB
-rw-r--r--
2020-03-31 11:42
markdown.rb
475
B
-rw-r--r--
2020-03-31 11:42
rd.rb
439
B
-rw-r--r--
2020-03-31 11:42
ruby.rb
48.95
KB
-rw-r--r--
2020-03-31 11:42
ruby_tools.rb
2.96
KB
-rw-r--r--
2020-03-31 11:42
simple.rb
1.38
KB
-rw-r--r--
2020-03-31 11:42
text.rb
308
B
-rw-r--r--
2020-03-31 11:42
Save
Rename
# frozen_string_literal: false ## # Parse a Markdown format file. The parsed RDoc::Markup::Document is attached # as a file comment. class RDoc::Parser::Markdown < RDoc::Parser include RDoc::Parser::Text parse_files_matching(/\.(md|markdown)(?:\.[^.]+)?$/) ## # Creates an Markdown-format TopLevel for the given file. def scan comment = RDoc::Comment.new @content, @top_level comment.format = 'markdown' @top_level.comment = comment end end