PHP 8.2.31
Preview: simple.rb Size: 956 B
//proc/thread-self/root/opt/alt/ruby40/share/gems/gems/rdoc-7.0.4/lib/rdoc/parser/simple.rb

# 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

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
35.46 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
8.71 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
472 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download
38.20 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
437 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download
8.00 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
59.88 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
2.58 KB lrw-r--r-- 2026-05-21 12:15:23
Edit Download
956 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download
306 B lrw-r--r-- 2026-05-21 12:15:23
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).