/opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/rdoc/parser
NameSizeModeActions
c.rb364230644editdlrm
changelog.rb50480644editdlrm
markdown.rb4740644editdlrm
rd.rb4380644editdlrm
ripper_state_lex.rb160810644editdlrm
ruby.rb598570644editdlrm
ruby_tools.rb26940644editdlrm
simple.rb14510644editdlrm
text.rb3070644editdlrm
Edit: /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/rdoc/parser/text.rb (307B)
# frozen_string_literal: true ## # Indicates this parser is text and doesn't contain code constructs. # # Include this module in a RDoc::Parser subclass to make it show up as a file, # not as part of a class or module. #-- # This is not named File to avoid overriding ::File module RDoc::Parser::Text end