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