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