ruby--ruby/.document

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

52 lines
650 B
Plaintext
Raw Normal View History

# This file determines which files in the
# Ruby hierarchy will be processed by the RDoc
# tool when it is given the top-level directory
# as an argument
# Process all the C source files
*.c
*.y
# prelude
prelude.rb
rbconfig.rb
2021-01-15 03:29:39 +00:00
2020-02-12 08:40:25 +00:00
array.rb
ast.rb
dir.rb
gc.rb
2019-12-24 04:12:28 +00:00
io.rb
2020-03-17 10:37:07 +00:00
kernel.rb
marshal.rb
2021-01-15 03:29:39 +00:00
numeric.rb
2021-06-19 04:07:46 +00:00
nilclass.rb
2019-11-08 02:54:39 +00:00
pack.rb
2021-01-15 03:29:39 +00:00
ractor.rb
string.rb
2021-01-15 02:48:55 +00:00
timev.rb
thread_sync.rb
2019-12-24 04:12:28 +00:00
trace_point.rb
warning.rb
# the lib/ directory (which has its own .document file)
lib
# and some of the ext/ directory (which has its own .document file)
ext
# rdoc files
NEWS.md
README.md
README.ja.md
COPYING
COPYING.ja
LEGAL
# win32/README.win32 linked from README.md
win32
doc