diff options
Diffstat (limited to 'lib/rdoc/parser/text.rb')
| -rw-r--r-- | lib/rdoc/parser/text.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/rdoc/parser/text.rb b/lib/rdoc/parser/text.rb deleted file mode 100644 index 01de0cc595..0000000000 --- a/lib/rdoc/parser/text.rb +++ /dev/null @@ -1,12 +0,0 @@ -# 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 - |
