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