ruby/.document

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

55 строки
655 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

# 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 06:29:39 +03:00
2020-02-12 11:40:25 +03:00
array.rb
ast.rb
dir.rb
gc.rb
2019-12-24 07:12:28 +03:00
io.rb
2020-03-17 13:37:07 +03:00
kernel.rb
marshal.rb
2023-03-07 10:17:25 +03:00
rjit.rb
2021-01-15 06:29:39 +03:00
numeric.rb
2021-06-19 07:07:46 +03:00
nilclass.rb
2019-11-08 05:54:39 +03:00
pack.rb
2021-01-15 06:29:39 +03:00
ractor.rb
string.rb
symbol.rb
2021-01-15 05:48:55 +03:00
timev.rb
thread_sync.rb
2019-12-24 07:12:28 +03:00
trace_point.rb
warning.rb
yjit.rb
2024-01-11 16:46:49 +03:00
# Errno::*
known_errors.inc
# 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
doc