X7ROOT File Manager
Current Path:
/opt/alt/ruby23/lib64/ruby/2.3.0/rdoc/parser
opt
/
alt
/
ruby23
/
lib64
/
ruby
/
2.3.0
/
rdoc
/
parser
/
ðŸ“
..
📄
c.rb
(34.83 KB)
📄
changelog.rb
(4.76 KB)
📄
markdown.rb
(475 B)
📄
rd.rb
(439 B)
📄
ruby.rb
(49 KB)
📄
ruby_tools.rb
(2.96 KB)
📄
simple.rb
(1.42 KB)
📄
text.rb
(308 B)
Editing: rd.rb
# frozen_string_literal: false ## # 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