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: markdown.rb
## # 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
Upload File
Create Folder