X7ROOT File Manager
Current Path:
/opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/rdoc/parser
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
rdoc
/
parser
/
📁
..
📄
c.rb
(35.57 KB)
📄
changelog.rb
(4.93 KB)
📄
markdown.rb
(474 B)
📄
rd.rb
(438 B)
📄
ripper_state_lex.rb
(15.7 KB)
📄
ruby.rb
(58.45 KB)
📄
ruby_tools.rb
(2.63 KB)
📄
simple.rb
(1.42 KB)
📄
text.rb
(307 B)
Editing: rd.rb
# frozen_string_literal: true ## # Parse a RD format file. The parsed RDoc::Markup::Document is attached as a # file comment. class RDoc::Parser::RD < RDoc::Parser include RDoc::Parser::Text parse_files_matching(/\.rd(?:\.[^.]+)?$/) ## # Creates an rd-format TopLevel for the given file. def scan comment = RDoc::Comment.new @content, @top_level comment.format = 'rd' @top_level.comment = comment end end
Upload File
Create Folder