1##
2# Indicates this parser is text and doesn't contain code constructs.
3#
4# Include this module in a RDoc::Parser subclass to make it show up as a file,
5# not as part of a class or module.
6#--
7# This is not named File to avoid overriding ::File
8
9module RDoc::Parser::Text
10end
11
12