summaryrefslogtreecommitdiff
path: root/lib/rdoc/parser/text.rb
blob: 01de0cc595d1d799d787cb185d98dcf5f60fe397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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