mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
19 lines
252 B
Ruby
19 lines
252 B
Ruby
|
##
|
||
|
# :include: rdoc/README
|
||
|
|
||
|
module RDoc
|
||
|
|
||
|
##
|
||
|
# RDoc version you are using
|
||
|
|
||
|
VERSION = "2.0.0"
|
||
|
|
||
|
##
|
||
|
# Name of the dotfile that contains the description of files to be processed
|
||
|
# in the current directory
|
||
|
|
||
|
DOT_DOC_FILENAME = ".document"
|
||
|
|
||
|
end
|
||
|
|