X7ROOT File Manager
Current Path:
/opt/alt/ruby21/lib64/ruby/2.1.0/rdoc/parser
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
rdoc
/
parser
/
ðŸ“
..
📄
c.rb
(34.75 KB)
📄
changelog.rb
(4.54 KB)
📄
markdown.rb
(444 B)
📄
rd.rb
(408 B)
📄
ruby.rb
(48.86 KB)
📄
ruby_tools.rb
(2.93 KB)
📄
simple.rb
(1.39 KB)
📄
text.rb
(277 B)
Editing: rd.rb
## # 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