2004-01-02 09:01:12 +03:00
|
|
|
# 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
|
2017-04-23 04:31:37 +03:00
|
|
|
*.y
|
2004-01-02 09:01:12 +03:00
|
|
|
|
2010-03-29 16:48:43 +04:00
|
|
|
# prelude
|
|
|
|
prelude.rb
|
2016-09-14 15:52:00 +03:00
|
|
|
rbconfig.rb
|
2021-01-15 06:29:39 +03:00
|
|
|
|
2020-02-12 11:40:25 +03:00
|
|
|
array.rb
|
2019-11-07 12:29:20 +03:00
|
|
|
ast.rb
|
2020-01-18 07:59:21 +03:00
|
|
|
dir.rb
|
2019-11-08 09:27:32 +03:00
|
|
|
gc.rb
|
2019-12-24 07:12:28 +03:00
|
|
|
io.rb
|
2020-03-17 13:37:07 +03:00
|
|
|
kernel.rb
|
2021-09-18 16:34:15 +03:00
|
|
|
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
|
2022-04-07 22:29:04 +03:00
|
|
|
string.rb
|
2022-11-16 08:34:30 +03:00
|
|
|
symbol.rb
|
2021-01-15 05:48:55 +03:00
|
|
|
timev.rb
|
2022-07-26 18:40:00 +03:00
|
|
|
thread_sync.rb
|
2019-12-24 07:12:28 +03:00
|
|
|
trace_point.rb
|
|
|
|
warning.rb
|
2022-12-23 01:43:58 +03:00
|
|
|
yjit.rb
|
2019-11-07 12:22:08 +03:00
|
|
|
|
2024-01-11 16:46:49 +03:00
|
|
|
# Errno::*
|
|
|
|
known_errors.inc
|
|
|
|
|
2004-01-02 09:01:12 +03:00
|
|
|
# the lib/ directory (which has its own .document file)
|
|
|
|
lib
|
2004-10-10 07:35:51 +04:00
|
|
|
|
|
|
|
# and some of the ext/ directory (which has its own .document file)
|
|
|
|
ext
|
2009-09-17 04:40:49 +04:00
|
|
|
|
2009-09-17 08:12:38 +04:00
|
|
|
# rdoc files
|
2020-01-15 06:42:47 +03:00
|
|
|
NEWS.md
|
2012-11-28 03:55:31 +04:00
|
|
|
|
2015-01-18 11:47:15 +03:00
|
|
|
README.md
|
|
|
|
README.ja.md
|
2012-12-03 23:12:03 +04:00
|
|
|
|
2018-04-10 18:29:16 +03:00
|
|
|
COPYING
|
|
|
|
COPYING.ja
|
|
|
|
|
2018-12-01 15:05:37 +03:00
|
|
|
LEGAL
|
|
|
|
|
2012-12-11 11:57:56 +04:00
|
|
|
doc
|