X7ROOT File Manager
Current Path:
/opt/alt/ruby32/share/gems/gems/rdoc-6.5.1.1/lib/rdoc/parser
opt
/
alt
/
ruby32
/
share
/
gems
/
gems
/
rdoc-6.5.1.1
/
lib
/
rdoc
/
parser
/
ðŸ“
..
📄
c.rb
(34.95 KB)
📄
changelog.rb
(8.31 KB)
📄
markdown.rb
(474 B)
📄
rd.rb
(438 B)
📄
ripper_state_lex.rb
(15.7 KB)
📄
ruby.rb
(59.11 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