X7ROOT File Manager
Current Path:
/opt/alt/ruby27/share/gems/gems/rdoc-6.2.1.1/lib/rdoc/parser
opt
/
alt
/
ruby27
/
share
/
gems
/
gems
/
rdoc-6.2.1.1
/
lib
/
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: markdown.rb
# frozen_string_literal: true ## # 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