[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.140: ~ $
# 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


Filemanager

Name Type Size Permission Actions
c.rb File 34.95 KB 0644
changelog.rb File 8.31 KB 0644
markdown.rb File 474 B 0644
rd.rb File 438 B 0644
ripper_state_lex.rb File 15.7 KB 0644
ruby.rb File 59.11 KB 0644
ruby_tools.rb File 2.63 KB 0644
simple.rb File 1.42 KB 0644
text.rb File 307 B 0644