Sha256: caa0ba24d74842e241d8e067471bfc2a3a6e5fbe37f9a7a4ce3b78bf806e0f2b

Contents?: true

Size: 438 Bytes

Versions: 32

Compression:

Stored size: 438 Bytes

Contents

# 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

Version data entries

32 entries across 32 versions & 4 rubygems

Version Path
rdoc-6.5.1.1 lib/rdoc/parser/rd.rb
rdoc-6.4.1.1 lib/rdoc/parser/rd.rb
rdoc-6.3.4.1 lib/rdoc/parser/rd.rb
rdoc-6.5.0 lib/rdoc/parser/rd.rb
ric-0.14.2 vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/parser/rd.rb
ric-0.14.1 vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/parser/rd.rb
ric-0.14.0 vendor/bundle/ruby/2.7.0/gems/rdoc-6.4.0/lib/rdoc/parser/rd.rb
rdoc-6.4.0 lib/rdoc/parser/rd.rb
rdoc-6.3.3 lib/rdoc/parser/rd.rb
rdoc-6.1.2.1 lib/rdoc/parser/rd.rb
rdoc-6.3.2 lib/rdoc/parser/rd.rb
gitlab-rdoc-6.3.2 lib/rdoc/parser/rd.rb
rdoc-6.3.1 lib/rdoc/parser/rd.rb
rdoc-6.3.0 lib/rdoc/parser/rd.rb
rdoc-6.2.1 lib/rdoc/parser/rd.rb
honeybadger-4.5.3 vendor/bundle/ruby/2.6.0/gems/rdoc-6.1.1/lib/rdoc/parser/rd.rb
rdoc-6.2.0 lib/rdoc/parser/rd.rb
rdoc-6.1.2 lib/rdoc/parser/rd.rb
rdoc-6.0.1.1 lib/rdoc/parser/rd.rb
ric-0.13.0 vendor/bundle/ruby/2.5.0/gems/rdoc-6.1.1/lib/rdoc/parser/rd.rb