index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
.appveyor.yml
36
-rw-r--r--
.cirrus.yml
93
-rw-r--r--
.document
7
-rw-r--r--
.gdbinit
73
-rw-r--r--
.git-blame-ignore-revs
28
-rw-r--r--
.github/CODEOWNERS
11
-rw-r--r--
.github/actions/setup/directories/action.yml
112
-rw-r--r--
.github/actions/setup/macos/action.yml
24
-rw-r--r--
.github/actions/setup/ubuntu/action.yml
53
-rw-r--r--
.github/actions/slack/action.yml
39
-rw-r--r--
.github/auto_request_review.yml
13
-rw-r--r--
.github/codeql/codeql-config.yml
3
-rw-r--r--
.github/dependabot.yml
2
-rw-r--r--
.github/workflows/annocheck.yml
123
-rw-r--r--
.github/workflows/auto_request_review.yml
19
-rw-r--r--
.github/workflows/baseruby.yml
69
-rw-r--r--
.github/workflows/bundled_gems.yml
82
-rw-r--r--
.github/workflows/check_dependencies.yml
70
-rw-r--r--
.github/workflows/check_misc.yml
81
-rw-r--r--
.github/workflows/cirrus-notify.yml
52
-rw-r--r--
.github/workflows/codeql-analysis.yml
105
-rw-r--r--
.github/workflows/compilers.yml
372
-rw-r--r--
.github/workflows/dependabot_automerge.yml
30
-rw-r--r--
.github/workflows/macos.yml
110
-rw-r--r--
.github/workflows/mingw.yml
149
-rw-r--r--
.github/workflows/mjit.yml
97
-rw-r--r--
.github/workflows/rjit-bindgen.yml
88
-rw-r--r--
.github/workflows/rjit.yml
117
-rw-r--r--
.github/workflows/scorecards.yml
72
-rw-r--r--
.github/workflows/spec_guards.yml
57
-rw-r--r--
.github/workflows/ubuntu.yml
156
-rw-r--r--
.github/workflows/wasm.yml
83
-rw-r--r--
.github/workflows/windows.yml
148
-rw-r--r--
.github/workflows/yjit-ubuntu.yml
180
-rw-r--r--
.gitignore
43
-rw-r--r--
.indent.pro
32
-rw-r--r--
.travis.yml
19
-rw-r--r--
LEGAL
38
-rw-r--r--
NEWS.md
374
-rw-r--r--
README.ja.md
27
-rw-r--r--
README.md
23
-rw-r--r--
addr2line.c
1165
-rw-r--r--
addr2line.h
4
-rw-r--r--
array.c
2797
-rw-r--r--
array.rb
88
-rw-r--r--
ast.c
322
-rw-r--r--
ast.rb
110
-rw-r--r--
benchmark/README.md
8
-rw-r--r--
benchmark/array_sort_int.yml
15
-rw-r--r--
benchmark/buffer_each.yml
27
-rw-r--r--
benchmark/buffer_get.yml
32
-rw-r--r--
benchmark/cgi_escape_html.yml
37
-rw-r--r--
benchmark/enum_minmax.yml
25
-rw-r--r--
benchmark/enum_sort.yml
15
-rw-r--r--
benchmark/enum_sort_by.yml
53
-rw-r--r--
benchmark/erb_escape_html.yml
31
-rw-r--r--
benchmark/io_write.rb
22
-rw-r--r--
benchmark/lib/benchmark_driver/runner/mjit.rb
34
-rw-r--r--
benchmark/lib/benchmark_driver/runner/mjit_exec.rb
237
-rw-r--r--
benchmark/loop_generator.rb
2
-rw-r--r--
benchmark/marshal_dump_load_integer.yml
22
-rw-r--r--
benchmark/masgn.yml
26
-rw-r--r--
benchmark/mjit_exec_jt2jt.yml
6
-rw-r--r--
benchmark/mjit_exec_vm2jt.yml
6
-rw-r--r--
benchmark/mjit_exec_vm2vm.yml
6
-rw-r--r--
benchmark/mjit_exivar.yml
18
-rw-r--r--
benchmark/mjit_integer.yml
32
-rw-r--r--
benchmark/mjit_kernel.yml
20
-rw-r--r--
benchmark/mjit_leave.yml
8
-rw-r--r--
benchmark/mjit_opt_cc_insns.yml
27
-rw-r--r--
benchmark/mjit_struct_aref.yml
10
-rw-r--r--
benchmark/numeric_methods.yml
16
-rw-r--r--
benchmark/range_bsearch_bignum.yml
10
-rw-r--r--
benchmark/range_bsearch_endpointless.yml
21
-rw-r--r--
benchmark/range_bsearch_fixnum.yml
10
-rw-r--r--
benchmark/range_min.yml
2
-rw-r--r--
benchmark/range_overlap.yml
19
-rw-r--r--
benchmark/regexp_dup.yml
6
-rw-r--r--
benchmark/regexp_new.yml
7
-rw-r--r--
benchmark/so_meteor_contest.rb
2
-rw-r--r--
benchmark/so_nbody.rb
58
-rw-r--r--
benchmark/string_concat.yml
51
-rw-r--r--
benchmark/string_rpartition.yml
18
-rw-r--r--
benchmark/time_parse.yml
2
-rw-r--r--
benchmark/vm_call_bmethod.yml
37
-rw-r--r--
benchmark/vm_call_method_missing.yml
62
-rw-r--r--
benchmark/vm_call_send_iseq.yml
77
-rw-r--r--
benchmark/vm_call_symproc.yml
83
-rw-r--r--
benchmark/vm_const.yml
6
-rw-r--r--
benchmark/vm_freezeobj.yml
6
-rw-r--r--
benchmark/vm_ivar_embedded_obj_init.yml
14
-rw-r--r--
benchmark/vm_ivar_extended_obj_init.yml
16
-rw-r--r--
benchmark/vm_ivar_generic_get.yml
17
-rw-r--r--
benchmark/vm_ivar_generic_set.yml
14
-rw-r--r--
benchmark/vm_ivar_get.yml
37
-rw-r--r--
benchmark/vm_ivar_get_unintialized.yml
12
-rw-r--r--
benchmark/vm_ivar_init.yml
14
-rw-r--r--
benchmark/vm_ivar_lazy_set.yml
12
-rw-r--r--
benchmark/vm_ivar_set_on_instance.yml
35
-rw-r--r--
benchmark/vm_ivar_set_subclass.yml
9
-rw-r--r--
benchmark/vm_lvar_cond_set.yml
8
-rw-r--r--
benchmark/vm_send_cfunc.yml
15
-rw-r--r--
bignum.c
1189
-rwxr-xr-x
bin/gem
21
-rwxr-xr-x
bootstraptest/runner.rb
96
-rw-r--r--
bootstraptest/test_attr.rb
16
-rw-r--r--
bootstraptest/test_gc.rb
2
-rw-r--r--
bootstraptest/test_insns.rb
14
-rw-r--r--
bootstraptest/test_io.rb
3
-rw-r--r--
bootstraptest/test_load.rb
2
-rw-r--r--
bootstraptest/test_ractor.rb
209
-rw-r--r--
bootstraptest/test_rjit.rb
44
-rw-r--r--
bootstraptest/test_syntax.rb
4
-rw-r--r--
bootstraptest/test_thread.rb
5
-rw-r--r--
bootstraptest/test_yjit.rb
1342
-rw-r--r--
builtin.c
3
-rw-r--r--
builtin.h
81
-rw-r--r--
ccan/check_type/check_type.h
2
-rw-r--r--
ccan/container_of/container_of.h
4
-rw-r--r--
ccan/list/list.h
2
-rw-r--r--
class.c
762
-rw-r--r--
common.mk
4490
-rw-r--r--
compar.c
24
-rw-r--r--
compile.c
8222
-rw-r--r--
complex.c
792
-rw-r--r--
configure.ac
744
-rw-r--r--
constant.h
2
-rw-r--r--
cont.c
1138
-rw-r--r--
coroutine/amd64/Context.S
42
-rw-r--r--
coroutine/amd64/Context.h
25
-rw-r--r--
coroutine/arm64/Context.h
25
-rw-r--r--
coroutine/loongarch64/Context.S
73
-rw-r--r--
coroutine/loongarch64/Context.h
46
-rw-r--r--
coroutine/ppc/Context.S
90
-rw-r--r--
coroutine/ppc/Context.h
58
-rw-r--r--
coroutine/ppc64/Context.S
89
-rw-r--r--
coroutine/ppc64/Context.h
57
-rw-r--r--
coroutine/universal/Context.S
6
-rw-r--r--
coroutine/universal/Context.h
6
-rw-r--r--
cygwin/GNUmakefile.in
31
-rw-r--r--
darray.h
183
-rw-r--r--
debug.c
393
-rw-r--r--
debug_counter.c
38
-rw-r--r--
debug_counter.h
96
-rw-r--r--
defs/gmake.mk
390
-rw-r--r--
defs/id.def
8
-rw-r--r--
defs/keywords
2
-rw-r--r--
defs/lex.c.src
2
-rw-r--r--
defs/tags.mk
18
-rw-r--r--
defs/universal.mk
5
-rw-r--r--
dir.c
2530
-rw-r--r--
dir.rb
379
-rw-r--r--
dln.c
187
-rw-r--r--
dln_find.c
248
-rw-r--r--
dmyenc.c
2
-rw-r--r--
doc/.document
3
-rw-r--r--
doc/ChangeLog-2.3.0
12188
-rw-r--r--
doc/ChangeLog/ChangeLog-0.06_to_0.52
(renamed from doc/ChangeLog-0.06_to_0.52)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-0.50_to_0.60
(renamed from doc/ChangeLog-0.50_to_0.60)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-0.60_to_1.1
(renamed from doc/ChangeLog-0.60_to_1.1)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-1.8.0
(renamed from doc/ChangeLog-1.8.0)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-1.9.3
(renamed from doc/ChangeLog-1.9.3)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-2.0.0
(renamed from doc/ChangeLog-2.0.0)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-2.1.0
(renamed from doc/ChangeLog-2.1.0)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-2.2.0
(renamed from doc/ChangeLog-2.2.0)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-2.3.0
12188
-rw-r--r--
doc/ChangeLog/ChangeLog-2.4.0
(renamed from doc/ChangeLog-2.4.0)
0
-rw-r--r--
doc/ChangeLog/ChangeLog-YARV
(renamed from doc/ChangeLog-YARV)
0
-rw-r--r--
doc/NEWS/NEWS-3.0.0.md
12
-rw-r--r--
doc/NEWS/NEWS-3.2.0.md
820
-rw-r--r--
doc/case_mapping.rdoc
4
-rw-r--r--
doc/command_injection.rdoc
4
-rw-r--r--
doc/contributing.md
1
-rw-r--r--
doc/contributing/building_ruby.md
168
-rw-r--r--
doc/contributing/documentation_guide.md
234
-rw-r--r--
doc/contributing/glossary.md
41
-rw-r--r--
doc/contributing/making_changes_to_stdlibs.md
2
-rw-r--r--
doc/contributing/testing_ruby.md
58
-rw-r--r--
doc/csv/options/common/col_sep.rdoc
6
-rw-r--r--
doc/csv/options/common/row_sep.rdoc
9
-rw-r--r--
doc/csv/options/generating/write_converters.rdoc
8
-rw-r--r--
doc/csv/options/generating/write_headers.rdoc
2
-rw-r--r--
doc/csv/options/parsing/liberal_parsing.rdoc
23
-rw-r--r--
doc/csv/recipes/filtering.rdoc
2
-rw-r--r--
doc/csv/recipes/generating.rdoc
4
-rw-r--r--
doc/csv/recipes/parsing.rdoc
4
-rw-r--r--
doc/csv/recipes/recipes.rdoc
2
-rw-r--r--
doc/date/calendars.rdoc
62
-rw-r--r--
doc/distribution.md
47
-rw-r--r--
doc/encodings.rdoc
21
-rw-r--r--
doc/examples/files.rdoc
26
-rw-r--r--
doc/extension.ja.rdoc
10
-rw-r--r--
doc/extension.rdoc
162
-rw-r--r--
doc/globals.rdoc
491
-rw-r--r--
doc/irb/irb.rd.ja
4
-rw-r--r--
doc/maintainers.md
514
-rw-r--r--
doc/maintainers.rdoc
416
-rw-r--r--
doc/net-http/examples.rdoc
31
-rw-r--r--
doc/net-http/included_getters.rdoc
3
-rw-r--r--
doc/optparse/argument_converters.rdoc
70
-rw-r--r--
doc/optparse/option_params.rdoc
8
-rw-r--r--
doc/optparse/tutorial.rdoc
70
-rw-r--r--
doc/packed_data.rdoc
590
-rw-r--r--
doc/ractor.md
8
-rw-r--r--
doc/rdoc/markup_reference.rb
1257
-rw-r--r--
doc/regexp.rdoc
1688
-rw-r--r--
doc/regexp/methods.rdoc
41
-rw-r--r--
doc/regexp/unicode_properties.rdoc
678
-rw-r--r--
doc/rjit/README.md
53
-rw-r--r--
doc/standard_library.rdoc
22
-rw-r--r--
doc/strftime_formatting.rdoc
527
-rw-r--r--
doc/string/encode.rdoc
47
-rw-r--r--
doc/string/length.rdoc
1
-rw-r--r--
doc/string/start_with_p.rdoc
2
-rw-r--r--
doc/syntax.rdoc
3
-rw-r--r--
doc/syntax/assignment.rdoc
6
-rw-r--r--
doc/syntax/comments.rdoc
2
-rw-r--r--
doc/syntax/control_expressions.rdoc
68
-rw-r--r--
doc/syntax/literals.rdoc
18
-rw-r--r--
doc/syntax/modules_and_classes.rdoc
4
-rw-r--r--
doc/syntax/operators.rdoc
75
-rw-r--r--
doc/syntax/pattern_matching.rdoc
28
-rw-r--r--
doc/syntax/refinements.rdoc
2
-rw-r--r--
doc/time/in.rdoc
7
-rw-r--r--
doc/time/mon-min.rdoc
8
-rw-r--r--
doc/time/msec.rdoc
2
-rw-r--r--
doc/time/nsec.rdoc
2
-rw-r--r--
doc/time/sec.rdoc
2
-rw-r--r--
doc/time/sec_i.rdoc
1
-rw-r--r--
doc/time/usec.rdoc
2
-rw-r--r--
doc/time/year.rdoc
1
-rw-r--r--
doc/time/zone_and_in.rdoc
8
-rw-r--r--
doc/timezones.rdoc
108
-rw-r--r--
doc/transcode.rdoc
52
-rw-r--r--
doc/windows.md
233
-rw-r--r--
doc/yjit/yjit.md
243
-rw-r--r--
enc/Makefile.in
2
-rw-r--r--
enc/ascii.c
6
-rw-r--r--
enc/cesu_8.c
23
-rw-r--r--
enc/depend
206
-rw-r--r--
enc/encdb.c
2
-rw-r--r--
enc/jis/props.h.blt
4
-rw-r--r--
enc/jis/props.kwd
2
-rw-r--r--
enc/jis/props.src
2
-rwxr-xr-x
enc/make_encmake.rb
2
-rw-r--r--
enc/trans/big5-uao-tbl.rb
2
-rw-r--r--
enc/trans/cp850-tbl.rb
2
-rw-r--r--
enc/trans/cp852-tbl.rb
2
-rw-r--r--
enc/trans/cp855-tbl.rb
2
-rw-r--r--
enc/trans/gbk-tbl.rb
2
-rw-r--r--
enc/trans/ibm437-tbl.rb
2
-rw-r--r--
enc/trans/ibm775-tbl.rb
2
-rw-r--r--
enc/trans/ibm852-tbl.rb
2
-rw-r--r--
enc/trans/ibm855-tbl.rb
2
-rw-r--r--
enc/trans/ibm857-tbl.rb
2
-rw-r--r--
enc/trans/ibm860-tbl.rb
2
-rw-r--r--
enc/trans/ibm861-tbl.rb
2
-rw-r--r--
enc/trans/ibm862-tbl.rb
2
-rw-r--r--
enc/trans/ibm863-tbl.rb
2
-rw-r--r--
enc/trans/ibm865-tbl.rb
2
-rw-r--r--
enc/trans/ibm866-tbl.rb
2
-rw-r--r--
enc/trans/ibm869-tbl.rb
2
-rw-r--r--
enc/trans/koi8-r-tbl.rb
2
-rw-r--r--
enc/trans/koi8-u-tbl.rb
2
-rw-r--r--
enc/trans/maccroatian-tbl.rb
2
-rw-r--r--
enc/trans/maccyrillic-tbl.rb
2
-rw-r--r--
enc/trans/macgreek-tbl.rb
2
-rw-r--r--
enc/trans/maciceland-tbl.rb
2
-rw-r--r--
enc/trans/macroman-tbl.rb
2
-rw-r--r--
enc/trans/macromania-tbl.rb
2
-rw-r--r--
enc/trans/macturkish-tbl.rb
2
-rw-r--r--
enc/trans/macukraine-tbl.rb
2
-rw-r--r--
enc/trans/newline.trans
20
-rw-r--r--
enc/trans/windows-1250-tbl.rb
2
-rw-r--r--
enc/trans/windows-1251-tbl.rb
2
-rw-r--r--
enc/trans/windows-1252-tbl.rb
2
-rw-r--r--
enc/trans/windows-1253-tbl.rb
2
-rw-r--r--
enc/trans/windows-1254-tbl.rb
2
-rw-r--r--
enc/trans/windows-1256-tbl.rb
2
-rw-r--r--
enc/trans/windows-1257-tbl.rb
2
-rw-r--r--
enc/trans/windows-874-tbl.rb
2
-rw-r--r--
enc/unicode/14.0.0/casefold.h
7629
-rw-r--r--
enc/unicode/14.0.0/name2ctype.h
44581
-rw-r--r--
enc/unicode/15.0.0/casefold.h
7629
-rw-r--r--
enc/unicode/15.0.0/name2ctype.h
45690
-rw-r--r--
enc/unicode/case-folding.rb
418
-rw-r--r--
enc/utf_16_32.h
2
-rw-r--r--
encindex.h
6
-rw-r--r--
encoding.c
559
-rw-r--r--
enum.c
1136
-rw-r--r--
enumerator.c
1032
-rw-r--r--
error.c
1214
-rw-r--r--
eval.c
836
-rw-r--r--
eval_error.c
464
-rw-r--r--
eval_intern.h
10
-rw-r--r--
eval_jump.c
38
-rw-r--r--
ext/-test-/RUBY_ALIGNOF/depend
3
-rw-r--r--
ext/-test-/abi/extconf.rb
1
-rw-r--r--
ext/-test-/arith_seq/beg_len_step/beg_len_step.c
19
-rw-r--r--
ext/-test-/arith_seq/beg_len_step/depend
160
-rw-r--r--
ext/-test-/arith_seq/beg_len_step/extconf.rb
2
-rw-r--r--
ext/-test-/arith_seq/extract/depend
3
-rw-r--r--
ext/-test-/array/concat/depend
3
-rw-r--r--
ext/-test-/array/resize/depend
3
-rw-r--r--
ext/-test-/bignum/depend
21
-rw-r--r--
ext/-test-/bug-14834/depend
3
-rw-r--r--
ext/-test-/bug-3571/depend
3
-rw-r--r--
ext/-test-/bug-5832/depend
3
-rw-r--r--
ext/-test-/bug_reporter/depend
3
-rw-r--r--
ext/-test-/class/depend
6
-rw-r--r--
ext/-test-/debug/depend
9
-rw-r--r--
ext/-test-/debug/inspector.c
14
-rw-r--r--
ext/-test-/debug/profile_frames.c
27
-rw-r--r--
ext/-test-/dln/empty/depend
3
-rw-r--r--
ext/-test-/econv/append.c
15
-rw-r--r--
ext/-test-/econv/extconf.rb
3
-rw-r--r--
ext/-test-/econv/init.c
11
-rw-r--r--
ext/-test-/enumerator_kw/depend
3
-rw-r--r--
ext/-test-/enumerator_kw/enumerator_kw.c
3
-rw-r--r--
ext/-test-/eval/eval.c
13
-rw-r--r--
ext/-test-/eval/extconf.rb
2
-rw-r--r--
ext/-test-/exception/depend
12
-rw-r--r--
ext/-test-/fatal/depend
3
-rw-r--r--
ext/-test-/file/depend
9
-rw-r--r--
ext/-test-/file/fs.c
14
-rw-r--r--
ext/-test-/float/depend
6
-rw-r--r--
ext/-test-/funcall/depend
3
-rw-r--r--
ext/-test-/funcall/funcall.c
12
-rw-r--r--
ext/-test-/gvl/call_without_gvl/call_without_gvl.c
2
-rw-r--r--
ext/-test-/gvl/call_without_gvl/depend
3
-rw-r--r--
ext/-test-/hash/depend
6
-rw-r--r--
ext/-test-/integer/depend
9
-rw-r--r--
ext/-test-/iseq_load/depend
3
-rw-r--r--
ext/-test-/iter/depend
9
-rw-r--r--
ext/-test-/load/dot.dot/depend
3
-rw-r--r--
ext/-test-/load/protect/depend
3
-rw-r--r--
ext/-test-/marshal/compat/depend
3
-rw-r--r--
ext/-test-/marshal/internal_ivar/depend
3
-rw-r--r--
ext/-test-/marshal/internal_ivar/internal_ivar.c
5
-rw-r--r--
ext/-test-/marshal/usr/depend
3
-rw-r--r--
ext/-test-/memory_status/depend
3
-rw-r--r--
ext/-test-/memory_status/memory_status.c
12
-rw-r--r--
ext/-test-/memory_view/depend
3
-rw-r--r--
ext/-test-/method/depend
6
-rw-r--r--
ext/-test-/notimplement/depend
3
-rw-r--r--
ext/-test-/num2int/depend
3
-rw-r--r--
ext/-test-/num2int/num2int.c
26
-rw-r--r--
ext/-test-/path_to_class/depend
3
-rw-r--r--
ext/-test-/popen_deadlock/depend
3
-rw-r--r--
ext/-test-/postponed_job/depend
3
-rw-r--r--
ext/-test-/printf/depend
3
-rw-r--r--
ext/-test-/printf/printf.c
64
-rw-r--r--
ext/-test-/proc/depend
9
-rw-r--r--
ext/-test-/proc/super.c
2
-rw-r--r--
ext/-test-/random/bad_version.c
135
-rw-r--r--
ext/-test-/random/depend
165
-rw-r--r--
ext/-test-/random/loop.c
1
-rw-r--r--
ext/-test-/rational/depend
4
-rw-r--r--
ext/-test-/rb_call_super_kw/depend
3
-rw-r--r--
ext/-test-/rb_call_super_kw/rb_call_super_kw.c
3
-rw-r--r--
ext/-test-/recursion/depend
3
-rw-r--r--
ext/-test-/regexp/depend
6
-rw-r--r--
ext/-test-/scan_args/depend
3
-rw-r--r--
ext/-test-/st/foreach/depend
3
-rw-r--r--
ext/-test-/st/foreach/foreach.c
108
-rw-r--r--
ext/-test-/st/numhash/depend
3
-rw-r--r--
ext/-test-/st/numhash/numhash.c
16
-rw-r--r--
ext/-test-/st/update/depend
3
-rw-r--r--
ext/-test-/st/update/update.c
12
-rw-r--r--
ext/-test-/string/coderange.c
8
-rw-r--r--
ext/-test-/string/cstr.c
24
-rw-r--r--
ext/-test-/string/depend
219
-rw-r--r--
ext/-test-/string/enc_dummy.c
15
-rw-r--r--
ext/-test-/string/qsort.c
14
-rw-r--r--
ext/-test-/string/set_len.c
10
-rw-r--r--
ext/-test-/struct/data.c
13
-rw-r--r--
ext/-test-/struct/depend
171
-rw-r--r--
ext/-test-/struct/member.c
2
-rw-r--r--
ext/-test-/symbol/depend
6
-rw-r--r--
ext/-test-/symbol/type.c
6
-rw-r--r--
ext/-test-/thread/instrumentation/depend
163
-rw-r--r--
ext/-test-/thread/instrumentation/extconf.rb
2
-rw-r--r--
ext/-test-/thread/instrumentation/instrumentation.c
136
-rw-r--r--
ext/-test-/thread_fd/depend
3
-rw-r--r--
ext/-test-/time/depend
9
-rw-r--r--
ext/-test-/tracepoint/depend
6
-rw-r--r--
ext/-test-/tracepoint/gc_hook.c
26
-rw-r--r--
ext/-test-/tracepoint/tracepoint.c
54
-rw-r--r--
ext/-test-/typeddata/depend
3
-rw-r--r--
ext/-test-/typeddata/typeddata.c
2
-rw-r--r--
ext/-test-/vm/at_exit.c
12
-rw-r--r--
ext/-test-/vm/depend
3
-rw-r--r--
ext/-test-/wait/depend
3
-rw-r--r--
ext/-test-/win32/console/attribute.c
18
-rw-r--r--
ext/-test-/win32/fd_setsize/fd_setsize.c
10
-rw-r--r--
ext/.document
3
-rw-r--r--
ext/Setup
3
-rw-r--r--
ext/Setup.atheos
6
-rw-r--r--
ext/Setup.nt
6
-rw-r--r--
ext/bigdecimal/bigdecimal.c
1431
-rw-r--r--
ext/bigdecimal/bigdecimal.gemspec
40
-rw-r--r--
ext/bigdecimal/bigdecimal.h
48
-rw-r--r--
ext/bigdecimal/depend
7
-rw-r--r--
ext/bigdecimal/extconf.rb
29
-rw-r--r--
ext/bigdecimal/lib/bigdecimal.rb
6
-rw-r--r--
ext/bigdecimal/lib/bigdecimal/util.rb
6
-rw-r--r--
ext/bigdecimal/missing.h
51
-rw-r--r--
ext/cgi/escape/depend
3
-rw-r--r--
ext/cgi/escape/escape.c
353
-rw-r--r--
ext/cgi/escape/extconf.rb
6
-rw-r--r--
ext/continuation/depend
3
-rw-r--r--
ext/coverage/coverage.c
219
-rw-r--r--
ext/coverage/depend
22
-rw-r--r--
ext/date/date.gemspec
24
-rw-r--r--
ext/date/date_core.c
1945
-rw-r--r--
ext/date/date_parse.c
72
-rw-r--r--
ext/date/date_strptime.c
105
-rw-r--r--
ext/date/depend
12
-rw-r--r--
ext/date/lib/date.rb
6
-rw-r--r--
ext/date/zonetab.h
4
-rw-r--r--
ext/date/zonetab.list
2
-rw-r--r--
ext/digest/bubblebabble/bubblebabble.c
2
-rw-r--r--
ext/digest/bubblebabble/depend
3
-rw-r--r--
ext/digest/depend
3
-rw-r--r--
ext/digest/digest.c
12
-rw-r--r--
ext/digest/digest.h
2
-rw-r--r--
ext/digest/digest_conf.rb
2
-rw-r--r--
ext/digest/lib/digest/version.rb
2
-rw-r--r--
ext/digest/md5/depend
7
-rw-r--r--
ext/digest/rmd160/depend
6
-rw-r--r--
ext/digest/sha1/depend
7
-rw-r--r--
ext/digest/sha2/depend
7
-rw-r--r--
ext/digest/sha2/sha2init.c
2
-rw-r--r--
ext/erb/escape/escape.c
95
-rw-r--r--
ext/erb/escape/extconf.rb
7
-rw-r--r--
ext/etc/depend
3
-rw-r--r--
ext/etc/etc.c
122
-rw-r--r--
ext/etc/extconf.rb
14
-rwxr-xr-x
ext/extmk.rb
121
-rw-r--r--
ext/fcntl/depend
3
-rw-r--r--
ext/fcntl/fcntl.c
6
-rw-r--r--
ext/fcntl/fcntl.gemspec
12
-rw-r--r--
ext/fiddle/closure.c
142
-rw-r--r--
ext/fiddle/conversions.c
52
-rw-r--r--
ext/fiddle/conversions.h
1
-rw-r--r--
ext/fiddle/depend
24
-rw-r--r--
ext/fiddle/extconf.rb
35
-rw-r--r--
ext/fiddle/extlibs
13
-rw-r--r--
ext/fiddle/fiddle.c
261
-rw-r--r--
ext/fiddle/fiddle.gemspec
3
-rw-r--r--
ext/fiddle/fiddle.h
38
-rw-r--r--
ext/fiddle/function.c
9
-rw-r--r--
ext/fiddle/handle.c
68
-rw-r--r--
ext/fiddle/lib/fiddle.rb
35
-rw-r--r--
ext/fiddle/lib/fiddle/closure.rb
25
-rw-r--r--
ext/fiddle/lib/fiddle/cparser.rb
42
-rw-r--r--
ext/fiddle/lib/fiddle/pack.rb
35
-rw-r--r--
ext/fiddle/lib/fiddle/value.rb
28
-rw-r--r--
ext/fiddle/lib/fiddle/version.rb
2
-rw-r--r--
ext/fiddle/pointer.c
50
-rwxr-xr-x
ext/fiddle/win32/libffi-config.rb
10
-rw-r--r--
ext/io/console/console.c
431
-rw-r--r--
ext/io/console/depend
3
-rw-r--r--
ext/io/console/extconf.rb
7
-rw-r--r--
ext/io/console/io-console.gemspec
2
-rw-r--r--
ext/io/nonblock/depend
3
-rw-r--r--
ext/io/nonblock/extconf.rb
7
-rw-r--r--
ext/io/nonblock/io-nonblock.gemspec
16
-rw-r--r--
ext/io/nonblock/nonblock.c
81
-rw-r--r--
ext/io/wait/depend
3
-rw-r--r--
ext/io/wait/extconf.rb
1
-rw-r--r--
ext/io/wait/io-wait.gemspec
22
-rw-r--r--
ext/io/wait/wait.c
178
-rw-r--r--
ext/json/VERSION
2
-rw-r--r--
ext/json/generator/depend
3
-rw-r--r--
ext/json/generator/generator.c
5
-rw-r--r--
ext/json/json.gemspec
6
-rw-r--r--
ext/json/lib/json/add/bigdecimal.rb
7
-rw-r--r--
ext/json/lib/json/common.rb
28
-rw-r--r--
ext/json/lib/json/version.rb
2
-rw-r--r--
ext/json/parser/depend
3
-rw-r--r--
ext/json/parser/parser.c
4799
-rw-r--r--
ext/json/parser/parser.rl
182
-rw-r--r--
ext/monitor/depend
3
-rw-r--r--
ext/monitor/lib/monitor.rb
13
-rw-r--r--
ext/monitor/monitor.c
2
-rw-r--r--
ext/nkf/depend
3
-rw-r--r--
ext/nkf/nkf-utf8/nkf.c
14
-rw-r--r--
ext/nkf/nkf.c
81
-rw-r--r--
ext/nkf/nkf.gemspec
13
-rw-r--r--
ext/objspace/depend
77
-rw-r--r--
ext/objspace/lib/objspace.rb
94
-rw-r--r--
ext/objspace/object_tracing.c
167
-rw-r--r--
ext/objspace/objspace.c
354
-rw-r--r--
ext/objspace/objspace_dump.c
288
-rw-r--r--
ext/openssl/History.md
145
-rw-r--r--
ext/openssl/depend
322
-rw-r--r--
ext/openssl/extconf.rb
150
-rw-r--r--
ext/openssl/lib/openssl/buffering.rb
7
-rw-r--r--
ext/openssl/lib/openssl/digest.rb
6
-rw-r--r--
ext/openssl/lib/openssl/pkey.rb
20
-rw-r--r--
ext/openssl/lib/openssl/ssl.rb
25
-rw-r--r--
ext/openssl/lib/openssl/version.rb
2
-rw-r--r--
ext/openssl/openssl.gemspec
20
-rw-r--r--
ext/openssl/ossl.c
268
-rw-r--r--
ext/openssl/ossl.h
21
-rw-r--r--
ext/openssl/ossl_asn1.c
21
-rw-r--r--
ext/openssl/ossl_bn.c
38
-rw-r--r--
ext/openssl/ossl_cipher.c
5
-rw-r--r--
ext/openssl/ossl_config.c
2
-rw-r--r--
ext/openssl/ossl_digest.c
2
-rw-r--r--
ext/openssl/ossl_engine.c
2
-rw-r--r--
ext/openssl/ossl_hmac.c
10
-rw-r--r--
ext/openssl/ossl_kdf.c
8
-rw-r--r--
ext/openssl/ossl_ns_spki.c
2
-rw-r--r--
ext/openssl/ossl_ocsp.c
16
-rw-r--r--
ext/openssl/ossl_pkcs12.c
2
-rw-r--r--
ext/openssl/ossl_pkcs7.c
6
-rw-r--r--
ext/openssl/ossl_pkey.c
261
-rw-r--r--
ext/openssl/ossl_pkey.h
2
-rw-r--r--
ext/openssl/ossl_pkey_dh.c
41
-rw-r--r--
ext/openssl/ossl_pkey_dsa.c
79
-rw-r--r--
ext/openssl/ossl_pkey_ec.c
142
-rw-r--r--
ext/openssl/ossl_pkey_rsa.c
93
-rw-r--r--
ext/openssl/ossl_provider.c
211
-rw-r--r--
ext/openssl/ossl_provider.h
5
-rw-r--r--
ext/openssl/ossl_ssl.c
405
-rw-r--r--
ext/openssl/ossl_ssl_session.c
6
-rw-r--r--
ext/openssl/ossl_ts.c
6
-rw-r--r--
ext/openssl/ossl_x509attr.c
2
-rw-r--r--
ext/openssl/ossl_x509cert.c
8
-rw-r--r--
ext/openssl/ossl_x509crl.c
8
-rw-r--r--
ext/openssl/ossl_x509ext.c
20
-rw-r--r--
ext/openssl/ossl_x509name.c
2
-rw-r--r--
ext/openssl/ossl_x509req.c
8
-rw-r--r--
ext/openssl/ossl_x509revoked.c
8
-rw-r--r--
ext/openssl/ossl_x509store.c
17
-rw-r--r--
ext/pathname/depend
3
-rw-r--r--
ext/pathname/lib/pathname.rb
17
-rw-r--r--
ext/pathname/pathname.c
30
-rw-r--r--
ext/pathname/pathname.gemspec
11
-rw-r--r--
ext/psych/depend
15
-rw-r--r--
ext/psych/extconf.rb
39
-rw-r--r--
ext/psych/extlibs
11
-rw-r--r--
ext/psych/lib/psych.rb
44
-rw-r--r--
ext/psych/lib/psych/class_loader.rb
2
-rw-r--r--
ext/psych/lib/psych/exception.rb
14
-rw-r--r--
ext/psych/lib/psych/parser.rb
13
-rw-r--r--
ext/psych/lib/psych/scalar_scanner.rb
2
-rw-r--r--
ext/psych/lib/psych/tree_builder.rb
4
-rw-r--r--
ext/psych/lib/psych/versions.rb
4
-rw-r--r--
ext/psych/lib/psych/visitors/to_ruby.rb
8
-rw-r--r--
ext/psych/lib/psych/visitors/yaml_tree.rb
20
-rw-r--r--
ext/psych/psych.gemspec
50
-rw-r--r--
ext/psych/psych_parser.c
52
-rw-r--r--
ext/pty/depend
4
-rw-r--r--
ext/pty/extconf.rb
6
-rw-r--r--
ext/pty/lib/expect.rb
16
-rw-r--r--
ext/pty/pty.c
190
-rw-r--r--
ext/racc/cparse/README
11
-rw-r--r--
ext/racc/cparse/cparse.c
863
-rw-r--r--
ext/racc/cparse/depend
162
-rw-r--r--
ext/racc/cparse/extconf.rb
9
-rw-r--r--
ext/rbconfig/sizeof/depend
6
-rw-r--r--
ext/readline/.gitignore
1
-rw-r--r--
ext/readline/README
10
-rw-r--r--
ext/readline/README.ja
386
-rw-r--r--
ext/readline/depend
175
-rw-r--r--
ext/readline/depend-gem
4
-rw-r--r--
ext/readline/extconf.rb
112
-rw-r--r--
ext/readline/readline-ext.gemspec
22
-rw-r--r--
ext/readline/readline.c
2144
-rw-r--r--
ext/ripper/README
1
-rw-r--r--
ext/ripper/depend
570
-rw-r--r--
ext/ripper/eventids2.c
29
-rw-r--r--
ext/ripper/eventids2.h
8
-rw-r--r--
ext/ripper/extconf.rb
15
-rw-r--r--
ext/ripper/lib/ripper/lexer.rb
2
-rw-r--r--
ext/ripper/ripper_init.c.tmpl
618
-rw-r--r--
ext/ripper/ripper_init.h
8
-rw-r--r--
ext/ripper/tools/dsl.rb
21
-rw-r--r--
ext/ripper/tools/generate.rb
39
-rw-r--r--
ext/ripper/tools/preproc.rb
70
-rw-r--r--
ext/socket/addrinfo.h
36
-rw-r--r--
ext/socket/ancdata.c
266
-rw-r--r--
ext/socket/basicsocket.c
76
-rw-r--r--
ext/socket/constants.c
6
-rw-r--r--
ext/socket/depend
315
-rw-r--r--
ext/socket/extconf.rb
43
-rw-r--r--
ext/socket/getaddrinfo.c
897
-rw-r--r--
ext/socket/getnameinfo.c
226
-rw-r--r--
ext/socket/ifaddr.c
8
-rw-r--r--
ext/socket/init.c
176
-rw-r--r--
ext/socket/ipsocket.c
190
-rw-r--r--
ext/socket/lib/socket.rb
9
-rw-r--r--
ext/socket/mkconstants.rb
7
-rw-r--r--
ext/socket/option.c
98
-rw-r--r--
ext/socket/raddrinfo.c
259
-rw-r--r--
ext/socket/rubysocket.h
26
-rw-r--r--
ext/socket/socket.c
457
-rw-r--r--
ext/socket/sockssocket.c
4
-rw-r--r--
ext/socket/tcpserver.c
2
-rw-r--r--
ext/socket/tcpsocket.c
18
-rw-r--r--
ext/socket/udpsocket.c
30
-rw-r--r--
ext/socket/unixserver.c
8
-rw-r--r--
ext/socket/unixsocket.c
150
-rw-r--r--
ext/stringio/depend
3
-rw-r--r--
ext/stringio/extconf.rb
1
-rw-r--r--
ext/stringio/stringio.c
504
-rw-r--r--
ext/stringio/stringio.gemspec
20
-rw-r--r--
ext/strscan/depend
3
-rw-r--r--
ext/strscan/extconf.rb
11
-rw-r--r--
ext/strscan/strscan.c
178
-rw-r--r--
ext/strscan/strscan.gemspec
23
-rw-r--r--
ext/syslog/depend
3
-rw-r--r--
ext/syslog/syslog.c
26
-rw-r--r--
ext/syslog/syslog.gemspec
9
-rw-r--r--
ext/win32/resolv/resolv.c
18
-rw-r--r--
ext/win32ole/win32ole.c
170
-rw-r--r--
ext/win32ole/win32ole.gemspec
12
-rw-r--r--
ext/win32ole/win32ole_event.c
18
-rw-r--r--
ext/win32ole/win32ole_typelib.c
16
-rw-r--r--
ext/zlib/depend
3
-rw-r--r--
ext/zlib/extconf.rb
7
-rw-r--r--
ext/zlib/zlib.c
4
-rw-r--r--
file.c
3433
-rw-r--r--
gc.c
6749
-rw-r--r--
gc.h
143
-rw-r--r--
gc.rb
234
-rw-r--r--
gem_prelude.rb
9
-rw-r--r--
gems/bundled_gems
39
-rw-r--r--
gems/lib/core_assertions.rb
1
-rw-r--r--
gems/lib/rake/extensiontask.rb
10
-rw-r--r--
goruby.c
32
-rw-r--r--
hash.c
1383
-rw-r--r--
hrtime.h
11
-rw-r--r--
id_table.c
144
-rw-r--r--
id_table.h
5
-rw-r--r--
include/ruby/assert.h
2
-rw-r--r--
include/ruby/backward/2/attributes.h
24
-rw-r--r--
include/ruby/debug.h
35
-rw-r--r--
include/ruby/fiber/scheduler.h
158
-rw-r--r--
include/ruby/intern.h
1
-rw-r--r--
include/ruby/internal/abi.h
11
-rw-r--r--
include/ruby/internal/anyargs.h
15
-rw-r--r--
include/ruby/internal/arithmetic.h
3
-rw-r--r--
include/ruby/internal/arithmetic/long.h
2
-rw-r--r--
include/ruby/internal/attr/nodiscard.h
2
-rw-r--r--
include/ruby/internal/attr/packed_struct.h
43
-rw-r--r--
include/ruby/internal/config.h
6
-rw-r--r--
include/ruby/internal/core/rarray.h
222
-rw-r--r--
include/ruby/internal/core/rclass.h
49
-rw-r--r--
include/ruby/internal/core/rfile.h
4
-rw-r--r--
include/ruby/internal/core/rhash.h
13
-rw-r--r--
include/ruby/internal/core/rmatch.h
14
-rw-r--r--
include/ruby/internal/core/robject.h
57
-rw-r--r--
include/ruby/internal/core/rstring.h
118
-rw-r--r--
include/ruby/internal/core/rtypeddata.h
18
-rw-r--r--
include/ruby/internal/dllexport.h
34
-rw-r--r--
include/ruby/internal/encoding/ctype.h
101
-rw-r--r--
include/ruby/internal/encoding/encoding.h
27
-rw-r--r--
include/ruby/internal/encoding/string.h
2
-rw-r--r--
include/ruby/internal/encoding/transcode.h
18
-rw-r--r--
include/ruby/internal/error.h
36
-rw-r--r--
include/ruby/internal/eval.h
33
-rw-r--r--
include/ruby/internal/event.h
5
-rw-r--r--
include/ruby/internal/fl_type.h
90
-rw-r--r--
include/ruby/internal/gc.h
792
-rw-r--r--
include/ruby/internal/has/c_attribute.h
12
-rw-r--r--
include/ruby/internal/intern/array.h
6
-rw-r--r--
include/ruby/internal/intern/bignum.h
2
-rw-r--r--
include/ruby/internal/intern/class.h
12
-rw-r--r--
include/ruby/internal/intern/cont.h
22
-rw-r--r--
include/ruby/internal/intern/error.h
2
-rw-r--r--
include/ruby/internal/intern/file.h
2
-rw-r--r--
include/ruby/internal/intern/gc.h
392
-rw-r--r--
include/ruby/internal/intern/object.h
4
-rw-r--r--
include/ruby/internal/intern/process.h
9
-rw-r--r--
include/ruby/internal/intern/re.h
5
-rw-r--r--
include/ruby/internal/intern/select/posix.h
2
-rw-r--r--
include/ruby/internal/intern/signal.h
6
-rw-r--r--
include/ruby/internal/intern/struct.h
30
-rw-r--r--
include/ruby/internal/memory.h
12
-rw-r--r--
include/ruby/internal/newobj.h
4
-rw-r--r--
include/ruby/internal/rgengc.h
443
-rw-r--r--
include/ruby/internal/scan_args.h
2
-rw-r--r--
include/ruby/internal/special_consts.h
87
-rw-r--r--
include/ruby/io.h
215
-rw-r--r--
include/ruby/io/buffer.h
31
-rw-r--r--
include/ruby/memory_view.h
6
-rw-r--r--
include/ruby/onigmo.h
8
-rw-r--r--
include/ruby/random.h
63
-rw-r--r--
include/ruby/re.h
25
-rw-r--r--
include/ruby/ruby.h
39
-rw-r--r--
include/ruby/st.h
6
-rw-r--r--
include/ruby/thread.h
76
-rw-r--r--
include/ruby/thread_native.h
5
-rw-r--r--
include/ruby/util.h
13
-rw-r--r--
include/ruby/version.h
5
-rw-r--r--
include/ruby/win32.h
34
-rw-r--r--
inits.c
14
-rw-r--r--
insns.def
262
-rw-r--r--
internal.h
11
-rw-r--r--
internal/array.h
67
-rw-r--r--
internal/basic_operators.h
63
-rw-r--r--
internal/bignum.h
2
-rw-r--r--
internal/bits.h
19
-rw-r--r--
internal/class.h
130
-rw-r--r--
internal/cmdlineopt.h
15
-rw-r--r--
internal/compar.h
32
-rw-r--r--
internal/compile.h
3
-rw-r--r--
internal/cont.h
10
-rw-r--r--
internal/encoding.h
4
-rw-r--r--
internal/error.h
26
-rw-r--r--
internal/fixnum.h
2
-rw-r--r--
internal/gc.h
229
-rw-r--r--
internal/hash.h
94
-rw-r--r--
internal/imemo.h
10
-rw-r--r--
internal/io.h
99
-rw-r--r--
internal/numeric.h
10
-rw-r--r--
internal/object.h
26
-rw-r--r--
internal/parse.h
120
-rw-r--r--
internal/proc.h
2
-rw-r--r--
internal/process.h
15
-rw-r--r--
internal/range.h
4
-rw-r--r--
internal/rational.h
1
-rw-r--r--
internal/re.h
4
-rw-r--r--
internal/ruby_parser.h
69
-rw-r--r--
internal/sanitizers.h
4
-rw-r--r--
internal/signal.h
4
-rw-r--r--
internal/string.h
25
-rw-r--r--
internal/struct.h
44
-rw-r--r--
internal/symbol.h
1
-rw-r--r--
internal/thread.h
25
-rw-r--r--
internal/variable.h
66
-rw-r--r--
internal/vm.h
25
-rw-r--r--
io.c
6432
-rw-r--r--
io.rb
13
-rw-r--r--
io_buffer.c
2273
-rw-r--r--
iseq.c
2342
-rw-r--r--
iseq.h
97
-rw-r--r--
kernel.rb
160
-rw-r--r--
lex.c.blt
2
-rw-r--r--
lib/English.gemspec
4
-rw-r--r--
lib/English.rb
40
-rw-r--r--
lib/abbrev.gemspec
11
-rw-r--r--
lib/abbrev.rb
1
-rw-r--r--
lib/base64.gemspec
13
-rw-r--r--
lib/base64.rb
3
-rw-r--r--
lib/benchmark.gemspec
30
-rw-r--r--
lib/benchmark.rb
2
-rw-r--r--
lib/benchmark/benchmark.gemspec
29
-rw-r--r--
lib/benchmark/version.rb
4
-rw-r--r--
lib/bundled_gems.rb
101
-rw-r--r--
lib/bundler.rb
122
-rw-r--r--
lib/bundler/build_metadata.rb
2
-rw-r--r--
lib/bundler/bundler.gemspec
18
-rw-r--r--
lib/bundler/cli.rb
60
-rw-r--r--
lib/bundler/cli/add.rb
2
-rw-r--r--
lib/bundler/cli/binstubs.rb
8
-rw-r--r--
lib/bundler/cli/check.rb
4
-rw-r--r--
lib/bundler/cli/common.rb
4
-rw-r--r--
lib/bundler/cli/console.rb
4
-rw-r--r--
lib/bundler/cli/doctor.rb
10
-rw-r--r--
lib/bundler/cli/gem.rb
108
-rw-r--r--
lib/bundler/cli/info.rb
2
-rw-r--r--
lib/bundler/cli/init.rb
8
-rw-r--r--
lib/bundler/cli/install.rb
18
-rw-r--r--
lib/bundler/cli/issue.rb
2
-rw-r--r--
lib/bundler/cli/lock.rb
13
-rw-r--r--
lib/bundler/cli/open.rb
18
-rw-r--r--
lib/bundler/cli/outdated.rb
21
-rw-r--r--
lib/bundler/cli/platform.rb
12
-rw-r--r--
lib/bundler/cli/show.rb
4
-rw-r--r--
lib/bundler/cli/update.rb
1
-rw-r--r--
lib/bundler/cli/viz.rb
2
-rw-r--r--
lib/bundler/compact_index_client/cache.rb
2
-rw-r--r--
lib/bundler/compact_index_client/updater.rb
92
-rw-r--r--
lib/bundler/constants.rb
4
-rw-r--r--
lib/bundler/current_ruby.rb
25
-rw-r--r--
lib/bundler/definition.rb
427
-rw-r--r--
lib/bundler/dep_proxy.rb
55
-rw-r--r--
lib/bundler/dependency.rb
106
-rw-r--r--
lib/bundler/digest.rb
4
-rw-r--r--
lib/bundler/dsl.rb
33
-rw-r--r--
lib/bundler/endpoint_specification.rb
15
-rw-r--r--
lib/bundler/env.rb
12
-rw-r--r--
lib/bundler/environment_preserver.rb
5
-rw-r--r--
lib/bundler/errors.rb
30
-rw-r--r--
lib/bundler/feature_flag.rb
2
-rw-r--r--
lib/bundler/fetcher.rb
105
-rw-r--r--
lib/bundler/fetcher/base.rb
18
-rw-r--r--
lib/bundler/fetcher/compact_index.rb
32
-rw-r--r--
lib/bundler/fetcher/dependency.rb
10
-rw-r--r--
lib/bundler/fetcher/downloader.rb
9
-rw-r--r--
lib/bundler/fetcher/index.rb
3
-rw-r--r--
lib/bundler/force_platform.rb
18
-rw-r--r--
lib/bundler/friendly_errors.rb
32
-rw-r--r--
lib/bundler/gem_helper.rb
7
-rw-r--r--
lib/bundler/gem_helpers.rb
11
-rw-r--r--
lib/bundler/gem_version_promoter.rb
153
-rw-r--r--
lib/bundler/graph.rb
6
-rw-r--r--
lib/bundler/index.rb
147
-rw-r--r--
lib/bundler/injector.rb
13
-rw-r--r--
lib/bundler/inline.rb
30
-rw-r--r--
lib/bundler/installer.rb
57
-rw-r--r--
lib/bundler/installer/gem_installer.rb
6
-rw-r--r--
lib/bundler/installer/parallel_installer.rb
38
-rw-r--r--
lib/bundler/installer/standalone.rb
54
-rw-r--r--
lib/bundler/lazy_specification.rb
109
-rw-r--r--
lib/bundler/lockfile_generator.rb
6
-rw-r--r--
lib/bundler/lockfile_parser.rb
106
-rw-r--r--
lib/bundler/man/bundle-add.1
10
-rw-r--r--
lib/bundler/man/bundle-add.1.ronn
7
-rw-r--r--
lib/bundler/man/bundle-binstubs.1
2
-rw-r--r--
lib/bundler/man/bundle-cache.1
12
-rw-r--r--
lib/bundler/man/bundle-cache.1.ronn
11
-rw-r--r--
lib/bundler/man/bundle-check.1
2
-rw-r--r--
lib/bundler/man/bundle-clean.1
4
-rw-r--r--
lib/bundler/man/bundle-clean.1.ronn
2
-rw-r--r--
lib/bundler/man/bundle-config.1
39
-rw-r--r--
lib/bundler/man/bundle-config.1.ronn
33
-rw-r--r--
lib/bundler/man/bundle-console.1
53
-rw-r--r--
lib/bundler/man/bundle-console.1.ronn
44
-rw-r--r--
lib/bundler/man/bundle-doctor.1
2
-rw-r--r--
lib/bundler/man/bundle-exec.1
12
-rw-r--r--
lib/bundler/man/bundle-exec.1.ronn
12
-rw-r--r--
lib/bundler/man/bundle-gem.1
64
-rw-r--r--
lib/bundler/man/bundle-gem.1.ronn
10
-rw-r--r--
lib/bundler/man/bundle-help.1
13
-rw-r--r--
lib/bundler/man/bundle-help.1.ronn
12
-rw-r--r--
lib/bundler/man/bundle-info.1
6
-rw-r--r--
lib/bundler/man/bundle-info.1.ronn
6
-rw-r--r--
lib/bundler/man/bundle-init.1
6
-rw-r--r--
lib/bundler/man/bundle-init.1.ronn
2
-rw-r--r--
lib/bundler/man/bundle-inject.1
7
-rw-r--r--
lib/bundler/man/bundle-inject.1.ronn
4
-rw-r--r--
lib/bundler/man/bundle-install.1
35
-rw-r--r--
lib/bundler/man/bundle-install.1.ronn
35
-rw-r--r--
lib/bundler/man/bundle-list.1
2
-rw-r--r--
lib/bundler/man/bundle-lock.1
2
-rw-r--r--
lib/bundler/man/bundle-open.1
24
-rw-r--r--
lib/bundler/man/bundle-open.1.ronn
10
-rw-r--r--
lib/bundler/man/bundle-outdated.1
22
-rw-r--r--
lib/bundler/man/bundle-outdated.1.ronn
21
-rw-r--r--
lib/bundler/man/bundle-platform.1
22
-rw-r--r--
lib/bundler/man/bundle-platform.1.ronn
21
-rw-r--r--
lib/bundler/man/bundle-plugin.1
81
-rw-r--r--
lib/bundler/man/bundle-plugin.1.ronn
59
-rw-r--r--
lib/bundler/man/bundle-pristine.1
2
-rw-r--r--
lib/bundler/man/bundle-remove.1
2
-rw-r--r--
lib/bundler/man/bundle-show.1
2
-rw-r--r--
lib/bundler/man/bundle-update.1
2
-rw-r--r--
lib/bundler/man/bundle-version.1
35
-rw-r--r--
lib/bundler/man/bundle-version.1.ronn
24
-rw-r--r--
lib/bundler/man/bundle-viz.1
5
-rw-r--r--
lib/bundler/man/bundle-viz.1.ronn
2
-rw-r--r--
lib/bundler/man/bundle.1
25
-rw-r--r--
lib/bundler/man/bundle.1.ronn
19
-rw-r--r--
lib/bundler/man/gemfile.5
207
-rw-r--r--
lib/bundler/man/gemfile.5.ronn
199
-rw-r--r--
lib/bundler/man/index.txt
4
-rw-r--r--
lib/bundler/match_metadata.rb
13
-rw-r--r--
lib/bundler/match_platform.rb
3
-rw-r--r--
lib/bundler/match_remote_metadata.rb
29
-rw-r--r--
lib/bundler/mirror.rb
12
-rw-r--r--
lib/bundler/plugin.rb
6
-rw-r--r--
lib/bundler/plugin/api/source.rb
6
-rw-r--r--
lib/bundler/plugin/index.rb
10
-rw-r--r--
lib/bundler/plugin/installer.rb
7
-rw-r--r--
lib/bundler/plugin/installer/rubygems.rb
4
-rw-r--r--
lib/bundler/process_lock.rb
2
-rw-r--r--
lib/bundler/remote_specification.rb
19
-rw-r--r--
lib/bundler/resolver.rb
674
-rw-r--r--
lib/bundler/resolver/base.rb
107
-rw-r--r--
lib/bundler/resolver/candidate.rb
94
-rw-r--r--
lib/bundler/resolver/incompatibility.rb
15
-rw-r--r--
lib/bundler/resolver/package.rb
72
-rw-r--r--
lib/bundler/resolver/root.rb
25
-rw-r--r--
lib/bundler/resolver/spec_group.rb
112
-rw-r--r--
lib/bundler/ruby_dsl.rb
29
-rw-r--r--
lib/bundler/ruby_version.rb
25
-rw-r--r--
lib/bundler/rubygems_ext.rb
140
-rw-r--r--
lib/bundler/rubygems_gem_installer.rb
52
-rw-r--r--
lib/bundler/rubygems_integration.rb
103
-rw-r--r--
lib/bundler/runtime.rb
3
-rw-r--r--
lib/bundler/safe_marshal.rb
31
-rw-r--r--
lib/bundler/self_manager.rb
32
-rw-r--r--
lib/bundler/settings.rb
131
-rw-r--r--
lib/bundler/setup.rb
5
-rw-r--r--
lib/bundler/shared_helpers.rb
31
-rw-r--r--
lib/bundler/source.rb
2
-rw-r--r--
lib/bundler/source/git.rb
97
-rw-r--r--
lib/bundler/source/git/git_proxy.rb
320
-rw-r--r--
lib/bundler/source/metadata.rb
33
-rw-r--r--
lib/bundler/source/path.rb
12
-rw-r--r--
lib/bundler/source/path/installer.rb
23
-rw-r--r--
lib/bundler/source/rubygems.rb
237
-rw-r--r--
lib/bundler/source_list.rb
10
-rw-r--r--
lib/bundler/spec_set.rb
96
-rw-r--r--
lib/bundler/stub_specification.rb
14
-rw-r--r--
lib/bundler/templates/Executable
2
-rw-r--r--
lib/bundler/templates/Executable.bundler
15
-rw-r--r--
lib/bundler/templates/Executable.standalone
2
-rw-r--r--
lib/bundler/templates/gems.rb
5
-rw-r--r--
lib/bundler/templates/newgem/Cargo.toml.tt
7
-rw-r--r--
lib/bundler/templates/newgem/Gemfile.tt
3
-rw-r--r--
lib/bundler/templates/newgem/README.md.tt
10
-rw-r--r--
lib/bundler/templates/newgem/Rakefile.tt
19
-rw-r--r--
lib/bundler/templates/newgem/bin/console.tt
4
-rw-r--r--
lib/bundler/templates/newgem/circleci/config.yml.tt
12
-rw-r--r--
lib/bundler/templates/newgem/ext/newgem/Cargo.toml.tt
15
-rw-r--r--
lib/bundler/templates/newgem/ext/newgem/extconf-c.rb.tt
10
-rw-r--r--
lib/bundler/templates/newgem/ext/newgem/extconf-rust.rb.tt
6
-rw-r--r--
lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt
5
-rw-r--r--
lib/bundler/templates/newgem/ext/newgem/newgem.c.tt
2
-rw-r--r--
lib/bundler/templates/newgem/ext/newgem/src/lib.rs.tt
12
-rw-r--r--
lib/bundler/templates/newgem/github/workflows/main.yml.tt
12
-rw-r--r--
lib/bundler/templates/newgem/gitignore.tt
3
-rw-r--r--
lib/bundler/templates/newgem/gitlab-ci.yml.tt
17
-rw-r--r--
lib/bundler/templates/newgem/newgem.gemspec.tt
11
-rw-r--r--
lib/bundler/templates/newgem/standard.yml.tt
2
-rw-r--r--
lib/bundler/templates/newgem/travis.yml.tt
6
-rw-r--r--
lib/bundler/ui/rg_proxy.rb
2
-rw-r--r--
lib/bundler/ui/shell.rb
47
-rw-r--r--
lib/bundler/ui/silent.rb
26
-rw-r--r--
lib/bundler/uri_normalizer.rb
23
-rw-r--r--
lib/bundler/vendor/connection_pool/lib/connection_pool.rb
4
-rw-r--r--
lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb
6
-rw-r--r--
lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb
1
-rw-r--r--
lib/bundler/vendor/fileutils/lib/fileutils.rb
1760
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo.rb
11
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
57
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
88
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
255
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb
36
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
66
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
62
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
63
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
61
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb
126
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb
46
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb
36
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb
164
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
149
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb
6
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb
112
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb
67
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb
839
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb
46
-rw-r--r--
lib/bundler/vendor/molinillo/lib/molinillo/state.rb
58
-rw-r--r--
lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
2
-rw-r--r--
lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb
1
-rw-r--r--
lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb
30
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub.rb
31
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/assignment.rb
20
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/basic_package_source.rb
189
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/failure_writer.rb
182
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb
150
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/package.rb
43
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/partial_solution.rb
121
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/rubygems.rb
45
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb
19
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/static_package_source.rb
60
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/term.rb
105
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/version.rb
3
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb
129
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb
411
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb
248
-rw-r--r--
lib/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb
178
-rw-r--r--
lib/bundler/vendor/thor/lib/thor.rb
2
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/actions.rb
7
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/actions/create_file.rb
2
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb
4
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb
2
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/base.rb
9
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/error.rb
22
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/group.rb
2
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/parser/arguments.rb
2
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/parser/option.rb
10
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/parser/options.rb
8
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/rake_compat.rb
4
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/runner.rb
54
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/shell/basic.rb
4
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/shell/color.rb
2
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/util.rb
8
-rw-r--r--
lib/bundler/vendor/thor/lib/thor/version.rb
2
-rw-r--r--
lib/bundler/vendor/tmpdir/lib/tmpdir.rb
154
-rw-r--r--
lib/bundler/vendor/uri/lib/uri.rb
5
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/common.rb
80
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/file.rb
8
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/ftp.rb
3
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/generic.rb
34
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/http.rb
42
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/https.rb
3
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/ldap.rb
2
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/ldaps.rb
3
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/mailto.rb
4
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb
24
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb
17
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/version.rb
2
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/ws.rb
3
-rw-r--r--
lib/bundler/vendor/uri/lib/uri/wss.rb
3
-rw-r--r--
lib/bundler/vendored_molinillo.rb
4
-rw-r--r--
lib/bundler/vendored_persistent.rb
34
-rw-r--r--
lib/bundler/vendored_pub_grub.rb
4
-rw-r--r--
lib/bundler/vendored_tmpdir.rb
4
-rw-r--r--
lib/bundler/version.rb
6
-rw-r--r--
lib/bundler/version_ranges.rb
122
-rw-r--r--
lib/bundler/worker.rb
12
-rw-r--r--
lib/bundler/yaml_serializer.rb
13
-rw-r--r--
lib/cgi.rb
2
-rw-r--r--
lib/cgi/cgi.gemspec
19
-rw-r--r--
lib/cgi/cookie.rb
44
-rw-r--r--
lib/cgi/core.rb
45
-rw-r--r--
lib/cgi/session.rb
2
-rw-r--r--
lib/cgi/util.rb
58
-rw-r--r--
lib/csv.rb
491
-rw-r--r--
lib/csv/delete_suffix.rb
18
-rw-r--r--
lib/csv/fields_converter.rb
5
-rw-r--r--
lib/csv/input_record_separator.rb
15
-rw-r--r--
lib/csv/match_p.rb
20
-rw-r--r--
lib/csv/parser.rb
296
-rw-r--r--
lib/csv/row.rb
231
-rw-r--r--
lib/csv/table.rb
626
-rw-r--r--
lib/csv/version.rb
2
-rw-r--r--
lib/csv/writer.rb
10
-rw-r--r--
lib/delegate.gemspec
29
-rw-r--r--
lib/delegate.rb
2
-rw-r--r--
lib/delegate/delegate.gemspec
29
-rw-r--r--
lib/did_you_mean.rb
4
-rw-r--r--
lib/did_you_mean/core_ext/name_error.rb
55
-rw-r--r--
lib/did_you_mean/formatters/verbose_formatter.rb
3
-rw-r--r--
lib/did_you_mean/spell_checkers/method_name_checker.rb
7
-rw-r--r--
lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
2
-rw-r--r--
lib/did_you_mean/version.rb
2
-rw-r--r--
lib/drb/version.rb
2
-rw-r--r--
lib/erb.gemspec
13
-rw-r--r--
lib/erb.rb
583
-rw-r--r--
lib/erb/compiler.rb
472
-rw-r--r--
lib/erb/def_method.rb
47
-rw-r--r--
lib/erb/util.rb
63
-rw-r--r--
lib/erb/version.rb
2
-rw-r--r--
lib/error_highlight/base.rb
98
-rw-r--r--
lib/error_highlight/core_ext.rb
72
-rw-r--r--
lib/error_highlight/version.rb
2
-rw-r--r--
lib/fileutils.rb
1505
-rw-r--r--
lib/find.gemspec
11
-rw-r--r--
lib/find.rb
2
-rw-r--r--
lib/forwardable.rb
4
-rw-r--r--
lib/getoptlong.gemspec
30
-rw-r--r--
lib/getoptlong.rb
4
-rw-r--r--
lib/getoptlong/getoptlong.gemspec
30
-rw-r--r--
lib/ipaddr.rb
46
-rw-r--r--
lib/irb.rb
507
-rw-r--r--
lib/irb/cmd/backtrace.rb
21
-rw-r--r--
lib/irb/cmd/break.rb
21
-rw-r--r--
lib/irb/cmd/catch.rb
21
-rw-r--r--
lib/irb/cmd/chws.rb
12
-rw-r--r--
lib/irb/cmd/continue.rb
17
-rw-r--r--
lib/irb/cmd/debug.rb
80
-rw-r--r--
lib/irb/cmd/delete.rb
17
-rw-r--r--
lib/irb/cmd/edit.rb
60
-rw-r--r--
lib/irb/cmd/finish.rb
17
-rw-r--r--
lib/irb/cmd/fork.rb
40
-rw-r--r--
lib/irb/cmd/help.rb
54
-rw-r--r--
lib/irb/cmd/info.rb
31
-rw-r--r--
lib/irb/cmd/irb_info.rb
33
-rw-r--r--
lib/irb/cmd/load.rb
40
-rw-r--r--
lib/irb/cmd/ls.rb
58
-rw-r--r--
lib/irb/cmd/measure.rb
3
-rw-r--r--
lib/irb/cmd/next.rb
17
-rw-r--r--
lib/irb/cmd/nop.rb
46
-rw-r--r--
lib/irb/cmd/pushws.rb
15
-rw-r--r--
lib/irb/cmd/show_cmds.rb
53
-rw-r--r--
lib/irb/cmd/show_doc.rb
48
-rw-r--r--
lib/irb/cmd/show_source.rb
88
-rw-r--r--
lib/irb/cmd/step.rb
17
-rw-r--r--
lib/irb/cmd/subirb.rb
88
-rw-r--r--
lib/irb/cmd/whereami.rb
3
-rw-r--r--
lib/irb/color.rb
80
-rw-r--r--
lib/irb/color_printer.rb
10
-rw-r--r--
lib/irb/completion.rb
185
-rw-r--r--
lib/irb/context.rb
134
-rw-r--r--
lib/irb/debug.rb
115
-rw-r--r--
lib/irb/debug/ui.rb
104
-rw-r--r--
lib/irb/ext/change-ws.rb
6
-rw-r--r--
lib/irb/ext/eval_history.rb
149
-rw-r--r--
lib/irb/ext/history.rb
155
-rw-r--r--
lib/irb/ext/loader.rb
34
-rw-r--r--
lib/irb/ext/multi-irb.rb
7
-rw-r--r--
lib/irb/ext/save-history.rb
130
-rw-r--r--
lib/irb/ext/tracer.rb
14
-rw-r--r--
lib/irb/ext/use-loader.rb
6
-rw-r--r--
lib/irb/ext/workspaces.rb
6
-rw-r--r--
lib/irb/extend-command.rb
230
-rw-r--r--
lib/irb/frame.rb
6
-rw-r--r--
lib/irb/help.rb
10
-rw-r--r--
lib/irb/history.rb
76
-rw-r--r--
lib/irb/init.rb
72
-rw-r--r--
lib/irb/input-method.rb
227
-rw-r--r--
lib/irb/inspector.rb
34
-rw-r--r--
lib/irb/irb.gemspec
14
-rw-r--r--
lib/irb/lc/error.rb
11
-rw-r--r--
lib/irb/lc/help-message
96
-rw-r--r--
lib/irb/lc/ja/encoding_aliases.rb
13
-rw-r--r--
lib/irb/lc/ja/error.rb
13
-rw-r--r--
lib/irb/lc/ja/help-message
12
-rw-r--r--
lib/irb/locale.rb
60
-rw-r--r--
lib/irb/magic-file.rb
38
-rw-r--r--
lib/irb/nesting_parser.rb
227
-rw-r--r--
lib/irb/notifier.rb
6
-rw-r--r--
lib/irb/output-method.rb
6
-rw-r--r--
lib/irb/pager.rb
86
-rw-r--r--
lib/irb/ruby-lex.rb
1146
-rw-r--r--
lib/irb/source_finder.rb
64
-rw-r--r--
lib/irb/src_encoding.rb
7
-rw-r--r--
lib/irb/statement.rb
80
-rw-r--r--
lib/irb/version.rb
10
-rw-r--r--
lib/irb/workspace.rb
40
-rw-r--r--
lib/irb/ws-for-case-2.rb
6
-rw-r--r--
lib/irb/xmp.rb
6
-rw-r--r--
lib/logger.rb
49
-rw-r--r--
lib/logger/formatter.rb
5
-rw-r--r--
lib/logger/log_device.rb
6
-rw-r--r--
lib/logger/logger.gemspec
1
-rw-r--r--
lib/logger/severity.rb
19
-rw-r--r--
lib/logger/version.rb
2
-rw-r--r--
lib/mkmf.rb
173
-rw-r--r--
lib/mutex_m.gemspec
1
-rw-r--r--
lib/mutex_m.rb
14
-rw-r--r--
lib/net/http.rb
2050
-rw-r--r--
lib/net/http/backward.rb
2
-rw-r--r--
lib/net/http/exceptions.rb
55
-rw-r--r--
lib/net/http/generic_request.rb
109
-rw-r--r--
lib/net/http/header.rb
791
-rw-r--r--
lib/net/http/net-http.gemspec
13
-rw-r--r--
lib/net/http/proxy_delta.rb
2
-rw-r--r--
lib/net/http/request.rb
79
-rw-r--r--
lib/net/http/requests.rb
352
-rw-r--r--
lib/net/http/response.rb
197
-rw-r--r--
lib/net/http/responses.rb
1313
-rw-r--r--
lib/net/http/status.rb
13
-rw-r--r--
lib/net/https.rb
2
-rw-r--r--
lib/net/net-protocol.gemspec
2
-rw-r--r--
lib/net/protocol.rb
75
-rw-r--r--
lib/observer.gemspec
32
-rw-r--r--
lib/observer/observer.gemspec
32
-rw-r--r--
lib/open-uri.gemspec
13
-rw-r--r--
lib/open-uri.rb
41
-rw-r--r--
lib/open3.rb
730
-rw-r--r--
lib/open3/open3.gemspec
2
-rw-r--r--
lib/open3/version.rb
2
-rw-r--r--
lib/optparse.rb
82
-rw-r--r--
lib/ostruct.gemspec
28
-rw-r--r--
lib/ostruct.rb
12
-rw-r--r--
lib/ostruct/ostruct.gemspec
27
-rw-r--r--
lib/pp.gemspec
11
-rw-r--r--
lib/pp.rb
23
-rw-r--r--
lib/prettyprint.gemspec
11
-rw-r--r--
lib/prettyprint.rb
6
-rw-r--r--
lib/prism.rb
64
-rw-r--r--
lib/prism/debug.rb
157
-rw-r--r--
lib/prism/desugar_compiler.rb
206
-rw-r--r--
lib/prism/ffi.rb
251
-rw-r--r--
lib/prism/lex_compat.rb
838
-rw-r--r--
lib/prism/node_ext.rb
55
-rw-r--r--
lib/prism/node_inspector.rb
68
-rw-r--r--
lib/prism/pack.rb
185
-rw-r--r--
lib/prism/parse_result.rb
266
-rw-r--r--
lib/prism/parse_result/comments.rb
172
-rw-r--r--
lib/prism/parse_result/newlines.rb
60
-rw-r--r--
lib/prism/pattern.rb
239
-rw-r--r--
lib/prism/prism.gemspec
114
-rw-r--r--
lib/prism/ripper_compat.rb
174
-rw-r--r--
lib/pstore.gemspec
32
-rw-r--r--
lib/pstore.rb
578
-rw-r--r--
lib/pstore/pstore.gemspec
32
-rw-r--r--
lib/racc.rb
6
-rw-r--r--
lib/racc/compat.rb
33
-rw-r--r--
lib/racc/debugflags.rb
60
-rw-r--r--
lib/racc/exception.rb
16
-rw-r--r--
lib/racc/grammar.rb
1118
-rw-r--r--
lib/racc/grammarfileparser.rb
561
-rw-r--r--
lib/racc/info.rb
17
-rw-r--r--
lib/racc/iset.rb
92
-rw-r--r--
lib/racc/logfilegenerator.rb
212
-rw-r--r--
lib/racc/parser-text.rb
637
-rw-r--r--
lib/racc/parser.rb
632
-rw-r--r--
lib/racc/parserfilegenerator.rb
468
-rw-r--r--
lib/racc/racc.gemspec
58
-rw-r--r--
lib/racc/sourcetext.rb
35
-rw-r--r--
lib/racc/state.rb
972
-rw-r--r--
lib/racc/statetransitiontable.rb
311
-rw-r--r--
lib/racc/static.rb
5
-rw-r--r--
lib/random/formatter.rb
194
-rw-r--r--
lib/rdoc/alias.rb
1
-rw-r--r--
lib/rdoc/anon_class.rb
1
-rw-r--r--
lib/rdoc/any_method.rb
19
-rw-r--r--
lib/rdoc/attr.rb
1
-rw-r--r--
lib/rdoc/class_module.rb
1
-rw-r--r--
lib/rdoc/comment.rb
57
-rw-r--r--
lib/rdoc/constant.rb
1
-rw-r--r--
lib/rdoc/context/section.rb
1
-rw-r--r--
lib/rdoc/cross_reference.rb
1
-rw-r--r--
lib/rdoc/encoding.rb
7
-rw-r--r--
lib/rdoc/erb_partial.rb
1
-rw-r--r--
lib/rdoc/erbio.rb
9
-rw-r--r--
lib/rdoc/extend.rb
1
-rw-r--r--
lib/rdoc/generator/darkfish.rb
8
-rw-r--r--
lib/rdoc/generator/json_index.rb
4
-rw-r--r--
lib/rdoc/generator/markup.rb
3
-rw-r--r--
lib/rdoc/generator/ri.rb
1
-rw-r--r--
lib/rdoc/generator/template/darkfish/_head.rhtml
20
-rw-r--r--
lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
6
-rw-r--r--
lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml
2
-rw-r--r--
lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
29
-rw-r--r--
lib/rdoc/generator/template/darkfish/class.rhtml
48
-rw-r--r--
lib/rdoc/generator/template/darkfish/css/rdoc.css
40
-rw-r--r--
lib/rdoc/generator/template/darkfish/index.rhtml
2
-rw-r--r--
lib/rdoc/generator/template/darkfish/js/darkfish.js
15
-rw-r--r--
lib/rdoc/generator/template/darkfish/js/search.js
8
-rw-r--r--
lib/rdoc/generator/template/darkfish/table_of_contents.rhtml
13
-rw-r--r--
lib/rdoc/generator/template/json_index/js/navigation.js
16
-rw-r--r--
lib/rdoc/ghost_method.rb
1
-rw-r--r--
lib/rdoc/include.rb
1
-rw-r--r--
lib/rdoc/known_classes.rb
9
-rw-r--r--
lib/rdoc/markdown.rb
500
-rw-r--r--
lib/rdoc/markdown/entities.rb
1
-rw-r--r--
lib/rdoc/markdown/literals.rb
109
-rw-r--r--
lib/rdoc/markup.rb
633
-rw-r--r--
lib/rdoc/markup/attr_changer.rb
1
-rw-r--r--
lib/rdoc/markup/attr_span.rb
1
-rw-r--r--
lib/rdoc/markup/attribute_manager.rb
34
-rw-r--r--
lib/rdoc/markup/attributes.rb
1
-rw-r--r--
lib/rdoc/markup/blank_line.rb
1
-rw-r--r--
lib/rdoc/markup/block_quote.rb
1
-rw-r--r--
lib/rdoc/markup/document.rb
1
-rw-r--r--
lib/rdoc/markup/formatter.rb
1
-rw-r--r--
lib/rdoc/markup/hard_break.rb
1
-rw-r--r--
lib/rdoc/markup/heading.rb
1
-rw-r--r--
lib/rdoc/markup/include.rb
1
-rw-r--r--
lib/rdoc/markup/indented_paragraph.rb
1
-rw-r--r--
lib/rdoc/markup/list.rb
1
-rw-r--r--
lib/rdoc/markup/list_item.rb
1
-rw-r--r--
lib/rdoc/markup/paragraph.rb
1
-rw-r--r--
lib/rdoc/markup/parser.rb
18
-rw-r--r--
lib/rdoc/markup/raw.rb
1
-rw-r--r--
lib/rdoc/markup/regexp_handling.rb
1
-rw-r--r--
lib/rdoc/markup/rule.rb
1
-rw-r--r--
lib/rdoc/markup/to_ansi.rb
1
-rw-r--r--
lib/rdoc/markup/to_html.rb
31
-rw-r--r--
lib/rdoc/markup/to_html_crossref.rb
1
-rw-r--r--
lib/rdoc/markup/to_html_snippet.rb
1
-rw-r--r--
lib/rdoc/markup/to_joined_paragraph.rb
5
-rw-r--r--
lib/rdoc/markup/to_label.rb
1
-rw-r--r--
lib/rdoc/markup/to_markdown.rb
1
-rw-r--r--
lib/rdoc/markup/to_rdoc.rb
24
-rw-r--r--
lib/rdoc/markup/to_table_of_contents.rb
1
-rw-r--r--
lib/rdoc/markup/to_test.rb
1
-rw-r--r--
lib/rdoc/markup/to_tt_only.rb
1
-rw-r--r--
lib/rdoc/markup/verbatim.rb
1
-rw-r--r--
lib/rdoc/meta_method.rb
1
-rw-r--r--
lib/rdoc/method_attr.rb
1
-rw-r--r--
lib/rdoc/mixin.rb
1
-rw-r--r--
lib/rdoc/normal_class.rb
1
-rw-r--r--
lib/rdoc/normal_module.rb
1
-rw-r--r--
lib/rdoc/options.rb
17
-rw-r--r--
lib/rdoc/parser.rb
17
-rw-r--r--
lib/rdoc/parser/c.rb
50
-rw-r--r--
lib/rdoc/parser/changelog.rb
1
-rw-r--r--
lib/rdoc/parser/markdown.rb
2
-rw-r--r--
lib/rdoc/parser/rd.rb
1
-rw-r--r--
lib/rdoc/parser/ripper_state_lex.rb
2
-rw-r--r--
lib/rdoc/parser/ruby.rb
18
-rw-r--r--
lib/rdoc/parser/ruby_tools.rb
2
-rw-r--r--
lib/rdoc/parser/text.rb
1
-rw-r--r--
lib/rdoc/rd/block_parser.rb
686
-rw-r--r--
lib/rdoc/rd/inline.rb
1
-rw-r--r--
lib/rdoc/rd/inline_parser.rb
664
-rw-r--r--
lib/rdoc/rdoc.gemspec
24
-rw-r--r--
lib/rdoc/rdoc.rb
22
-rw-r--r--
lib/rdoc/require.rb
1
-rw-r--r--
lib/rdoc/ri/driver.rb
81
-rw-r--r--
lib/rdoc/ri/store.rb
1
-rw-r--r--
lib/rdoc/single_class.rb
1
-rw-r--r--
lib/rdoc/stats/quiet.rb
1
-rw-r--r--
lib/rdoc/stats/verbose.rb
2
-rw-r--r--
lib/rdoc/task.rb
30
-rw-r--r--
lib/rdoc/token_stream.rb
1
-rw-r--r--
lib/rdoc/top_level.rb
1
-rw-r--r--
lib/rdoc/version.rb
2
-rw-r--r--
lib/reline.rb
229
-rw-r--r--
lib/reline/ansi.rb
129
-rw-r--r--
lib/reline/config.rb
14
-rw-r--r--
lib/reline/general_io.rb
19
-rw-r--r--
lib/reline/key_stroke.rb
57
-rw-r--r--
lib/reline/line_editor.rb
527
-rw-r--r--
lib/reline/reline.gemspec
2
-rw-r--r--
lib/reline/terminfo.rb
16
-rw-r--r--
lib/reline/unicode.rb
83
-rw-r--r--
lib/reline/unicode/east_asian_width.rb
150
-rw-r--r--
lib/reline/version.rb
2
-rw-r--r--
lib/reline/windows.rb
6
-rw-r--r--
lib/resolv-replace.gemspec
2
-rw-r--r--
lib/resolv.gemspec
11
-rw-r--r--
lib/resolv.rb
16
-rw-r--r--
lib/rinda/rinda.gemspec
11
-rw-r--r--
lib/rinda/rinda.rb
2
-rw-r--r--
lib/ruby_vm/rjit/assembler.rb
1129
-rw-r--r--
lib/ruby_vm/rjit/block.rb
11
-rw-r--r--
lib/ruby_vm/rjit/branch_stub.rb
24
-rw-r--r--
lib/ruby_vm/rjit/c_pointer.rb
360
-rw-r--r--
lib/ruby_vm/rjit/c_type.rb
91
-rw-r--r--
lib/ruby_vm/rjit/code_block.rb
87
-rw-r--r--
lib/ruby_vm/rjit/compiler.rb
509
-rw-r--r--
lib/ruby_vm/rjit/context.rb
377
-rw-r--r--
lib/ruby_vm/rjit/entry_stub.rb
7
-rw-r--r--
lib/ruby_vm/rjit/exit_compiler.rb
164
-rw-r--r--
lib/ruby_vm/rjit/hooks.rb
36
-rw-r--r--
lib/ruby_vm/rjit/insn_compiler.rb
5964
-rw-r--r--
lib/ruby_vm/rjit/invariants.rb
155
-rw-r--r--
lib/ruby_vm/rjit/jit_state.rb
65
-rw-r--r--
lib/ruby_vm/rjit/stats.rb
188
-rw-r--r--
lib/ruby_vm/rjit/type.rb
221
-rw-r--r--
lib/rubygems.rb
222
-rw-r--r--
lib/rubygems/available_set.rb
15
-rw-r--r--
lib/rubygems/basic_specification.rb
69
-rw-r--r--
lib/rubygems/bundler_version_finder.rb
8
-rw-r--r--
lib/rubygems/command.rb
122
-rw-r--r--
lib/rubygems/command_manager.rb
58
-rw-r--r--
lib/rubygems/commands/build_command.rb
20
-rw-r--r--
lib/rubygems/commands/cert_command.rb
76
-rw-r--r--
lib/rubygems/commands/check_command.rb
53
-rw-r--r--
lib/rubygems/commands/cleanup_command.rb
51
-rw-r--r--
lib/rubygems/commands/contents_command.rb
35
-rw-r--r--
lib/rubygems/commands/dependency_command.rb
43
-rw-r--r--
lib/rubygems/commands/environment_command.rb
24
-rw-r--r--
lib/rubygems/commands/exec_command.rb
249
-rw-r--r--
lib/rubygems/commands/fetch_command.rb
19
-rw-r--r--
lib/rubygems/commands/generate_index_command.rb
35
-rw-r--r--
lib/rubygems/commands/help_command.rb
23
-rw-r--r--
lib/rubygems/commands/info_command.rb
6
-rw-r--r--
lib/rubygems/commands/install_command.rb
57
-rw-r--r--
lib/rubygems/commands/list_command.rb
7
-rw-r--r--
lib/rubygems/commands/lock_command.rb
9
-rw-r--r--
lib/rubygems/commands/mirror_command.rb
7
-rw-r--r--
lib/rubygems/commands/open_command.rb
23
-rw-r--r--
lib/rubygems/commands/outdated_command.rb
11
-rw-r--r--
lib/rubygems/commands/owner_command.rb
43
-rw-r--r--
lib/rubygems/commands/pristine_command.rb
84
-rw-r--r--
lib/rubygems/commands/push_command.rb
19
-rw-r--r--
lib/rubygems/commands/query_command.rb
18
-rw-r--r--
lib/rubygems/commands/rdoc_command.rb
40
-rw-r--r--
lib/rubygems/commands/search_command.rb
7
-rw-r--r--
lib/rubygems/commands/server_command.rb
7
-rw-r--r--
lib/rubygems/commands/setup_command.rb
236
-rw-r--r--
lib/rubygems/commands/signin_command.rb
19
-rw-r--r--
lib/rubygems/commands/signout_command.rb
15
-rw-r--r--
lib/rubygems/commands/sources_command.rb
65
-rw-r--r--
lib/rubygems/commands/specification_command.rb
43
-rw-r--r--
lib/rubygems/commands/stale_command.rb
9
-rw-r--r--
lib/rubygems/commands/uninstall_command.rb
108
-rw-r--r--
lib/rubygems/commands/unpack_command.rb
45
-rw-r--r--
lib/rubygems/commands/update_command.rb
134
-rw-r--r--
lib/rubygems/commands/which_command.rb
15
-rw-r--r--
lib/rubygems/commands/yank_command.rb
27
-rw-r--r--
lib/rubygems/compatibility.rb
11
-rw-r--r--
lib/rubygems/config_file.rb
159
-rw-r--r--
lib/rubygems/core_ext/kernel_gem.rb
13
-rw-r--r--
lib/rubygems/core_ext/kernel_require.rb
192
-rw-r--r--
lib/rubygems/core_ext/kernel_warn.rb
73
-rw-r--r--
lib/rubygems/core_ext/tcpsocket_init.rb
6
-rw-r--r--
lib/rubygems/defaults.rb
57
-rw-r--r--
lib/rubygems/dependency.rb
52
-rw-r--r--
lib/rubygems/dependency_installer.rb
100
-rw-r--r--
lib/rubygems/dependency_list.rb
15
-rw-r--r--
lib/rubygems/deprecate.rb
37
-rw-r--r--
lib/rubygems/doctor.rb
45
-rw-r--r--
lib/rubygems/errors.rb
13
-rw-r--r--
lib/rubygems/exceptions.rb
27
-rw-r--r--
lib/rubygems/ext.rb
15
-rw-r--r--
lib/rubygems/ext/build_error.rb
3
-rw-r--r--
lib/rubygems/ext/builder.rb
76
-rw-r--r--
lib/rubygems/ext/cargo_builder.rb
333
-rw-r--r--
lib/rubygems/ext/cargo_builder/link_flag_converter.rb
27
-rw-r--r--
lib/rubygems/ext/cmake_builder.rb
4
-rw-r--r--
lib/rubygems/ext/configure_builder.rb
3
-rw-r--r--
lib/rubygems/ext/ext_conf_builder.rb
97
-rw-r--r--
lib/rubygems/ext/rake_builder.rb
14
-rw-r--r--
lib/rubygems/gem_runner.rb
31
-rw-r--r--
lib/rubygems/gemcutter_utilities.rb
147
-rw-r--r--
lib/rubygems/gemcutter_utilities/webauthn_listener.rb
105
-rw-r--r--
lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb
163
-rw-r--r--
lib/rubygems/gemcutter_utilities/webauthn_poller.rb
78
-rw-r--r--
lib/rubygems/indexer.rb
66
-rw-r--r--
lib/rubygems/install_default_message.rb
5
-rw-r--r--
lib/rubygems/install_message.rb
5
-rw-r--r--
lib/rubygems/install_update_options.rb
132
-rw-r--r--
lib/rubygems/installer.rb
173
-rw-r--r--
lib/rubygems/installer_uninstaller_utils.rb
6
-rw-r--r--
lib/rubygems/local_remote_options.rb
48
-rw-r--r--
lib/rubygems/mock_gem_ui.rb
85
-rw-r--r--
lib/rubygems/name_tuple.rb
15
-rw-r--r--
lib/rubygems/optparse.rb
2
-rw-r--r--
lib/rubygems/optparse/lib/optparse.rb
35
-rw-r--r--
lib/rubygems/package.rb
154
-rw-r--r--
lib/rubygems/package/digest_io.rb
3
-rw-r--r--
lib/rubygems/package/file_source.rb
5
-rw-r--r--
lib/rubygems/package/io_source.rb
1
-rw-r--r--
lib/rubygems/package/old.rb
19
-rw-r--r--
lib/rubygems/package/source.rb
1
-rw-r--r--
lib/rubygems/package/tar_header.rb
137
-rw-r--r--
lib/rubygems/package/tar_reader.rb
46
-rw-r--r--
lib/rubygems/package/tar_reader/entry.rb
129
-rw-r--r--
lib/rubygems/package/tar_writer.rb
25
-rw-r--r--
lib/rubygems/package_task.rb
9
-rw-r--r--
lib/rubygems/path_support.rb
3
-rw-r--r--
lib/rubygems/platform.rb
163
-rw-r--r--
lib/rubygems/psych_additions.rb
10
-rw-r--r--
lib/rubygems/psych_tree.rb
3
-rw-r--r--
lib/rubygems/query_utils.rb
92
-rw-r--r--
lib/rubygems/rdoc.rb
5
-rw-r--r--
lib/rubygems/remote_fetcher.rb
71
-rw-r--r--
lib/rubygems/request.rb
70
-rw-r--r--
lib/rubygems/request/connection_pools.rb
10
-rw-r--r--
lib/rubygems/request/http_pool.rb
3
-rw-r--r--
lib/rubygems/request/https_pool.rb
1
-rw-r--r--
lib/rubygems/request_set.rb
46
-rw-r--r--
lib/rubygems/request_set/gem_dependency_api.rb
269
-rw-r--r--
lib/rubygems/request_set/lockfile.rb
23
-rw-r--r--
lib/rubygems/request_set/lockfile/parser.rb
61
-rw-r--r--
lib/rubygems/request_set/lockfile/tokenizer.rb
38
-rw-r--r--
lib/rubygems/requirement.rb
41
-rw-r--r--
lib/rubygems/resolver.rb
98
-rw-r--r--
lib/rubygems/resolver/activation_request.rb
15
-rw-r--r--
lib/rubygems/resolver/api_set.rb
12
-rw-r--r--
lib/rubygems/resolver/api_specification.rb
13
-rw-r--r--
lib/rubygems/resolver/best_set.rb
13
-rw-r--r--
lib/rubygems/resolver/composed_set.rb
3
-rw-r--r--
lib/rubygems/resolver/conflict.rb
35
-rw-r--r--
lib/rubygems/resolver/current_set.rb
1
-rw-r--r--
lib/rubygems/resolver/dependency_request.rb
5
-rw-r--r--
lib/rubygems/resolver/git_set.rb
5
-rw-r--r--
lib/rubygems/resolver/git_specification.rb
13
-rw-r--r--
lib/rubygems/resolver/index_set.rb
15
-rw-r--r--
lib/rubygems/resolver/index_specification.rb
14
-rw-r--r--
lib/rubygems/resolver/installed_specification.rb
11
-rw-r--r--
lib/rubygems/resolver/installer_set.rb
41
-rw-r--r--
lib/rubygems/resolver/local_specification.rb
7
-rw-r--r--
lib/rubygems/resolver/lock_set.rb
11
-rw-r--r--
lib/rubygems/resolver/lock_specification.rb
9
-rw-r--r--
lib/rubygems/resolver/molinillo.rb
3
-rw-r--r--
lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
2
-rw-r--r--
lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb
58
-rw-r--r--
lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
2
-rw-r--r--
lib/rubygems/resolver/requirement_list.rb
1
-rw-r--r--
lib/rubygems/resolver/set.rb
1
-rw-r--r--
lib/rubygems/resolver/source_set.rb
2
-rw-r--r--
lib/rubygems/resolver/spec_specification.rb
1
-rw-r--r--
lib/rubygems/resolver/specification.rb
3
-rw-r--r--
lib/rubygems/resolver/stats.rb
3
-rw-r--r--
lib/rubygems/resolver/vendor_set.rb
3
-rw-r--r--
lib/rubygems/resolver/vendor_specification.rb
7
-rw-r--r--
lib/rubygems/s3_uri_signer.rb
26
-rw-r--r--
lib/rubygems/safe_marshal.rb
74
-rw-r--r--
lib/rubygems/safe_marshal/elements.rb
138
-rw-r--r--
lib/rubygems/safe_marshal/reader.rb
299
-rw-r--r--
lib/rubygems/safe_marshal/visitors/stream_printer.rb
31
-rw-r--r--
lib/rubygems/safe_marshal/visitors/to_ruby.rb
385
-rw-r--r--
lib/rubygems/safe_marshal/visitors/visitor.rb
74
-rw-r--r--
lib/rubygems/safe_yaml.rb
35
-rw-r--r--
lib/rubygems/security.rb
104
-rw-r--r--
lib/rubygems/security/policies.rb
97
-rw-r--r--
lib/rubygems/security/policy.rb
53
-rw-r--r--
lib/rubygems/security/signer.rb
23
-rw-r--r--
lib/rubygems/security/trust_dir.rb
23
-rw-r--r--
lib/rubygems/security_option.rb
13
-rw-r--r--
lib/rubygems/shellwords.rb
3
-rw-r--r--
lib/rubygems/source.rb
64
-rw-r--r--
lib/rubygems/source/git.rb
50
-rw-r--r--
lib/rubygems/source/installed.rb
5
-rw-r--r--
lib/rubygems/source/local.rb
87
-rw-r--r--
lib/rubygems/source/lock.rb
5
-rw-r--r--
lib/rubygems/source/specific_file.rb
4
-rw-r--r--
lib/rubygems/source/vendor.rb
3
-rw-r--r--
lib/rubygems/source_list.rb
18
-rw-r--r--
lib/rubygems/spec_fetcher.rb
99
-rw-r--r--
lib/rubygems/specification.rb
537
-rw-r--r--
lib/rubygems/specification_policy.rb
147
-rw-r--r--
lib/rubygems/stub_specification.rb
51
-rw-r--r--
lib/rubygems/text.rb
5
-rw-r--r--
lib/rubygems/tsort.rb
2
-rw-r--r--
lib/rubygems/tsort/lib/tsort.rb
618
-rw-r--r--
lib/rubygems/uninstaller.rb
59
-rw-r--r--
lib/rubygems/update_suggestion.rb
69
-rw-r--r--
lib/rubygems/uri.rb
75
-rw-r--r--
lib/rubygems/uri_formatter.rb
4
-rw-r--r--
lib/rubygems/user_interaction.rb
82
-rw-r--r--
lib/rubygems/util.rb
37
-rw-r--r--
lib/rubygems/util/licenses.rb
222
-rw-r--r--
lib/rubygems/util/list.rb
5
-rw-r--r--
lib/rubygems/validator.rb
29
-rw-r--r--
lib/rubygems/version.rb
43
-rw-r--r--
lib/rubygems/version_option.rb
14
-rw-r--r--
lib/rubygems/yaml_serializer.rb
88
-rw-r--r--
lib/securerandom.gemspec
11
-rw-r--r--
lib/securerandom.rb
14
-rw-r--r--
lib/set.rb
36
-rw-r--r--
lib/set/set.gemspec
13
-rw-r--r--
lib/shellwords.gemspec
12
-rw-r--r--
lib/shellwords.rb
2
-rw-r--r--
lib/singleton.gemspec
30
-rw-r--r--
lib/singleton.rb
7
-rw-r--r--
lib/singleton/singleton.gemspec
30
-rw-r--r--
lib/syntax_suggest.rb
3
-rw-r--r--
lib/syntax_suggest/api.rb
201
-rw-r--r--
lib/syntax_suggest/around_block_scan.rb
232
-rw-r--r--
lib/syntax_suggest/block_expand.rb
165
-rw-r--r--
lib/syntax_suggest/capture/before_after_keyword_ends.rb
85
-rw-r--r--
lib/syntax_suggest/capture/falling_indent_lines.rb
71
-rw-r--r--
lib/syntax_suggest/capture_code_context.rb
245
-rw-r--r--
lib/syntax_suggest/clean_document.rb
306
-rw-r--r--
lib/syntax_suggest/cli.rb
130
-rw-r--r--
lib/syntax_suggest/code_block.rb
100
-rw-r--r--
lib/syntax_suggest/code_frontier.rb
178
-rw-r--r--
lib/syntax_suggest/code_line.rb
237
-rw-r--r--
lib/syntax_suggest/code_search.rb
139
-rw-r--r--
lib/syntax_suggest/core_ext.rb
114
-rw-r--r--
lib/syntax_suggest/display_code_with_line_numbers.rb
70
-rw-r--r--
lib/syntax_suggest/display_invalid_blocks.rb
83
-rw-r--r--
lib/syntax_suggest/explain_syntax.rb
103
-rw-r--r--
lib/syntax_suggest/left_right_lex_count.rb
168
-rw-r--r--
lib/syntax_suggest/lex_all.rb
55
-rw-r--r--
lib/syntax_suggest/lex_value.rb
70
-rw-r--r--
lib/syntax_suggest/parse_blocks_from_indent_line.rb
60
-rw-r--r--
lib/syntax_suggest/pathname_from_message.rb
59
-rw-r--r--
lib/syntax_suggest/priority_engulf_queue.rb
63
-rw-r--r--
lib/syntax_suggest/priority_queue.rb
105
-rw-r--r--
lib/syntax_suggest/ripper_errors.rb
36
-rw-r--r--
lib/syntax_suggest/scan_history.rb
134
-rw-r--r--
lib/syntax_suggest/syntax_suggest.gemspec
32
-rw-r--r--
lib/syntax_suggest/unvisited_lines.rb
36
-rw-r--r--
lib/syntax_suggest/version.rb
5
-rw-r--r--
lib/tempfile.gemspec
15
-rw-r--r--
lib/tempfile.rb
149
-rw-r--r--
lib/time.gemspec
13
-rw-r--r--
lib/time.rb
9
-rw-r--r--
lib/timeout.gemspec
32
-rw-r--r--
lib/timeout.rb
52
-rw-r--r--
lib/timeout/timeout.gemspec
30
-rw-r--r--
lib/tmpdir.gemspec
6
-rw-r--r--
lib/tmpdir.rb
34
-rw-r--r--
lib/tsort.gemspec
11
-rw-r--r--
lib/tsort.rb
3
-rw-r--r--
lib/un.gemspec
11
-rw-r--r--
lib/un.rb
11
-rw-r--r--
lib/unicode_normalize/tables.rb
77
-rw-r--r--
lib/uri/common.rb
388
-rw-r--r--
lib/uri/rfc2396_parser.rb
4
-rw-r--r--
lib/uri/rfc3986_parser.rb
129
-rw-r--r--
lib/uri/uri.gemspec
18
-rw-r--r--
lib/uri/version.rb
2
-rw-r--r--
lib/weakref.gemspec
34
-rw-r--r--
lib/weakref.rb
2
-rw-r--r--
lib/weakref/weakref.gemspec
34
-rw-r--r--
lib/yaml.rb
1
-rw-r--r--
lib/yaml/yaml.gemspec
13
-rwxr-xr-x
libexec/bundle
21
-rwxr-xr-x
libexec/erb
12
-rwxr-xr-x
libexec/irb
2
-rwxr-xr-x
libexec/racc
320
-rwxr-xr-x
libexec/syntax_suggest
7
-rw-r--r--
load.c
768
-rw-r--r--
localeinit.c
12
-rw-r--r--
main.c
35
-rw-r--r--
man/irb.1
25
-rw-r--r--
man/ruby.1
118
-rw-r--r--
marshal.c
1795
-rw-r--r--
math.c
148
-rw-r--r--
memory_view.c
14
-rw-r--r--
method.h
17
-rw-r--r--
mini_builtin.c
24
-rw-r--r--
misc/.vscode/launch.json
13
-rw-r--r--
misc/.vscode/settings.json
8
-rw-r--r--
misc/.vscode/tasks.json
14
-rw-r--r--
misc/README
1
-rw-r--r--
misc/gdb.py
181
-rwxr-xr-x
misc/lldb_cruby.py
81
-rw-r--r--
misc/lldb_disasm.py
13
-rw-r--r--
misc/lldb_rb/commands/command_template.py
30
-rw-r--r--
misc/lldb_rb/commands/heap_page_command.py
26
-rw-r--r--
misc/lldb_rb/commands/print_flags_command.py
31
-rw-r--r--
misc/lldb_rb/commands/rb_id2str_command.py
49
-rw-r--r--
misc/lldb_rb/commands/rclass_ext_command.py
14
-rw-r--r--
misc/lldb_rb/commands/rp_command.py
15
-rw-r--r--
misc/lldb_rb/constants.py
6
-rw-r--r--
misc/lldb_rb/lldb_interface.py
7
-rw-r--r--
misc/lldb_rb/rb_base_command.py
57
-rw-r--r--
misc/lldb_rb/rb_heap_structs.py
143
-rw-r--r--
misc/lldb_rb/utils.py
279
-rw-r--r--
missing/dtoa.c
11
-rw-r--r--
missing/explicit_bzero.c
5
-rw-r--r--
missing/flock.c
8
-rw-r--r--
missing/procstat_vm.c
34
-rw-r--r--
mjit.c
1073
-rw-r--r--
mjit.h
231
-rw-r--r--
mjit_compile.c
596
-rw-r--r--
mjit_worker.c
1522
-rw-r--r--
node.c
1421
-rw-r--r--
node.h
541
-rw-r--r--
node_dump.c
1128
-rw-r--r--
numeric.c
1775
-rw-r--r--
numeric.rb
400
-rw-r--r--
object.c
1258
-rw-r--r--
pack.c
2271
-rw-r--r--
pack.rb
298
-rw-r--r--
parse.y
18914
-rw-r--r--
parser_bits.h
564
-rw-r--r--
parser_node.h
32
-rw-r--r--
parser_st.c
163
-rw-r--r--
parser_st.h
162
-rw-r--r--
parser_value.h
106
-rw-r--r--
prelude.rb
2
-rw-r--r--
prism/api_pack.c
256
-rw-r--r--
prism/config.yml
2481
-rw-r--r--
prism/defines.h
45
-rw-r--r--
prism/diagnostic.c
287
-rw-r--r--
prism/diagnostic.h
231
-rw-r--r--
prism/enc/pm_big5.c
52
-rw-r--r--
prism/enc/pm_encoding.h
95
-rw-r--r--
prism/enc/pm_euc_jp.c
58
-rw-r--r--
prism/enc/pm_gbk.c
61
-rw-r--r--
prism/enc/pm_shift_jis.c
56
-rw-r--r--
prism/enc/pm_tables.c
507
-rw-r--r--
prism/enc/pm_unicode.c
2324
-rw-r--r--
prism/enc/pm_windows_31j.c
56
-rw-r--r--
prism/extension.c
626
-rw-r--r--
prism/extension.h
18
-rw-r--r--
prism/node.h
41
-rw-r--r--
prism/pack.c
493
-rw-r--r--
prism/pack.h
141
-rw-r--r--
prism/parser.h
418
-rw-r--r--
prism/prism.c
14602
-rw-r--r--
prism/prism.h
82
-rw-r--r--
prism/regexp.c
580
-rw-r--r--
prism/regexp.h
19
-rw-r--r--
prism/templates/ext/prism/api_node.c.erb
208
-rw-r--r--
prism/templates/include/prism/ast.h.erb
116
-rw-r--r--
prism/templates/lib/prism/compiler.rb.erb
41
-rw-r--r--
prism/templates/lib/prism/dispatcher.rb.erb
88
-rw-r--r--
prism/templates/lib/prism/dsl.rb.erb
45
-rw-r--r--
prism/templates/lib/prism/mutation_compiler.rb.erb
19
-rw-r--r--
prism/templates/lib/prism/node.rb.erb
226
-rw-r--r--
prism/templates/lib/prism/serialize.rb.erb
233
-rw-r--r--
prism/templates/lib/prism/visitor.rb.erb
46
-rw-r--r--
prism/templates/src/node.c.erb
157
-rw-r--r--
prism/templates/src/prettyprint.c.erb
111
-rw-r--r--
prism/templates/src/serialize.c.erb
299
-rw-r--r--
prism/templates/src/token_type.c.erb
18
-rwxr-xr-x
prism/templates/template.rb
390
-rw-r--r--
prism/unescape.c
637
-rw-r--r--
prism/unescape.h
48
-rw-r--r--
prism/util/pm_buffer.c
103
-rw-r--r--
prism/util/pm_buffer.h
51
-rw-r--r--
prism/util/pm_char.c
272
-rw-r--r--
prism/util/pm_char.h
91
-rw-r--r--
prism/util/pm_constant_pool.c
252
-rw-r--r--
prism/util/pm_constant_pool.h
83
-rw-r--r--
prism/util/pm_list.c
41
-rw-r--r--
prism/util/pm_list.h
67
-rw-r--r--
prism/util/pm_memchr.c
33
-rw-r--r--
prism/util/pm_memchr.h
14
-rw-r--r--
prism/util/pm_newline_list.c
134
-rw-r--r--
prism/util/pm_newline_list.h
61
-rw-r--r--
prism/util/pm_state_stack.c
19
-rw-r--r--
prism/util/pm_state_stack.h
24
-rw-r--r--
prism/util/pm_string.c
200
-rw-r--r--
prism/util/pm_string.h
62
-rw-r--r--
prism/util/pm_string_list.c
29
-rw-r--r--
prism/util/pm_string_list.h
25
-rw-r--r--
prism/util/pm_strncasecmp.c
17
-rw-r--r--
prism/util/pm_strpbrk.c
66
-rw-r--r--
prism/util/pm_strpbrk.h
29
-rw-r--r--
prism/version.h
4
-rw-r--r--
prism_compile.c
2524
-rw-r--r--
prism_init.c
9
-rw-r--r--
probes_helper.h
16
-rw-r--r--
proc.c
1075
-rw-r--r--
process.c
4488
-rw-r--r--
ractor.c
1826
-rw-r--r--
ractor.rb
377
-rw-r--r--
ractor_core.h
188
-rw-r--r--
random.c
530
-rw-r--r--
range.c
875
-rw-r--r--
rational.c
816
-rw-r--r--
re.c
2009
-rw-r--r--
regcomp.c
104
-rw-r--r--
regenc.c
15
-rw-r--r--
regenc.h
9
-rw-r--r--
regexec.c
904
-rw-r--r--
regint.h
43
-rw-r--r--
regparse.c
33
-rw-r--r--
rjit.c
477
-rw-r--r--
rjit.h
103
-rw-r--r--
rjit.rb
41
-rw-r--r--
rjit_c.c
541
-rw-r--r--
rjit_c.h
165
-rw-r--r--
rjit_c.rb
1693
-rw-r--r--
ruby-runner.c
75
-rw-r--r--
ruby.c
2492
-rw-r--r--
ruby_parser.c
938
-rw-r--r--
rubyparser.h
1450
-rw-r--r--
rubystub.c
29
-rw-r--r--
sample/all-ruby-quine.rb
24
-rw-r--r--
sample/coverage.rb
2
-rw-r--r--
sample/dir.rb
11
-rw-r--r--
sample/drb/README.rdoc
2
-rw-r--r--
sample/from.rb
2
-rwxr-xr-x
sample/mine.rb
8
-rw-r--r--
sample/mpart.rb
44
-rw-r--r--
sample/trick2018/02-mame/entry.rb
4
-rw-r--r--
sample/trick2022/01-tompng/Gemfile
2
-rw-r--r--
sample/trick2022/01-tompng/Gemfile.lock
13
-rw-r--r--
sample/trick2022/01-tompng/authors.markdown
3
-rw-r--r--
sample/trick2022/01-tompng/entry.rb
40
-rw-r--r--
sample/trick2022/01-tompng/remarks.markdown
51
-rw-r--r--
sample/trick2022/02-tompng/authors.markdown
3
-rw-r--r--
sample/trick2022/02-tompng/entry.rb
32
-rw-r--r--
sample/trick2022/02-tompng/remarks.markdown
32
-rw-r--r--
sample/trick2022/03-mame/authors.markdown
3
-rw-r--r--
sample/trick2022/03-mame/entry.rb
27
-rw-r--r--
sample/trick2022/03-mame/remarks.markdown
96
-rw-r--r--
sample/trick2022/03-mame/test.txt
13
-rw-r--r--
sample/trick2022/README.md
14
-rw-r--r--
sample/uumerge.rb
2
-rw-r--r--
scheduler.c
429
-rw-r--r--
shape.c
898
-rw-r--r--
shape.h
232
-rw-r--r--
signal.c
615
-rw-r--r--
siphash.c
87
-rw-r--r--
spec/README.md
28
-rw-r--r--
spec/bundler/bundler/bundler_spec.rb
203
-rw-r--r--
spec/bundler/bundler/cli_spec.rb
46
-rw-r--r--
spec/bundler/bundler/definition_spec.rb
45
-rw-r--r--
spec/bundler/bundler/dep_proxy_spec.rb
32
-rw-r--r--
spec/bundler/bundler/dependency_spec.rb
160
-rw-r--r--
spec/bundler/bundler/digest_spec.rb
15
-rw-r--r--
spec/bundler/bundler/dsl_spec.rb
13
-rw-r--r--
spec/bundler/bundler/endpoint_specification_spec.rb
25
-rw-r--r--
spec/bundler/bundler/env_spec.rb
12
-rw-r--r--
spec/bundler/bundler/fetcher/dependency_spec.rb
18
-rw-r--r--
spec/bundler/bundler/fetcher/downloader_spec.rb
30
-rw-r--r--
spec/bundler/bundler/fetcher/index_spec.rb
23
-rw-r--r--
spec/bundler/bundler/fetcher_spec.rb
96
-rw-r--r--
spec/bundler/bundler/friendly_errors_spec.rb
14
-rw-r--r--
spec/bundler/bundler/gem_helper_spec.rb
5
-rw-r--r--
spec/bundler/bundler/gem_version_promoter_spec.rb
246
-rw-r--r--
spec/bundler/bundler/installer/gem_installer_spec.rb
15
-rw-r--r--
spec/bundler/bundler/installer/parallel_installer_spec.rb
38
-rw-r--r--
spec/bundler/bundler/lockfile_parser_spec.rb
4
-rw-r--r--
spec/bundler/bundler/plugin/api/source_spec.rb
4
-rw-r--r--
spec/bundler/bundler/plugin/index_spec.rb
10
-rw-r--r--
spec/bundler/bundler/plugin_spec.rb
26
-rw-r--r--
spec/bundler/bundler/remote_specification_spec.rb
2
-rw-r--r--
spec/bundler/bundler/resolver/candidate_spec.rb
21
-rw-r--r--
spec/bundler/bundler/ruby_dsl_spec.rb
83
-rw-r--r--
spec/bundler/bundler/ruby_version_spec.rb
20
-rw-r--r--
spec/bundler/bundler/rubygems_integration_spec.rb
11
-rw-r--r--
spec/bundler/bundler/settings/validator_spec.rb
6
-rw-r--r--
spec/bundler/bundler/settings_spec.rb
2
-rw-r--r--
spec/bundler/bundler/shared_helpers_spec.rb
11
-rw-r--r--
spec/bundler/bundler/source/git/git_proxy_spec.rb
53
-rw-r--r--
spec/bundler/bundler/vendored_persistent_spec.rb
77
-rw-r--r--
spec/bundler/bundler/version_ranges_spec.rb
40
-rw-r--r--
spec/bundler/bundler/yaml_serializer_spec.rb
16
-rw-r--r--
spec/bundler/cache/gems_spec.rb
12
-rw-r--r--
spec/bundler/cache/git_spec.rb
77
-rw-r--r--
spec/bundler/commands/add_spec.rb
15
-rw-r--r--
spec/bundler/commands/binstubs_spec.rb
56
-rw-r--r--
spec/bundler/commands/cache_spec.rb
14
-rw-r--r--
spec/bundler/commands/check_spec.rb
6
-rw-r--r--
spec/bundler/commands/clean_spec.rb
15
-rw-r--r--
spec/bundler/commands/config_spec.rb
60
-rw-r--r--
spec/bundler/commands/doctor_spec.rb
4
-rw-r--r--
spec/bundler/commands/exec_spec.rb
45
-rw-r--r--
spec/bundler/commands/fund_spec.rb
16
-rw-r--r--
spec/bundler/commands/help_spec.rb
4
-rw-r--r--
spec/bundler/commands/info_spec.rb
18
-rw-r--r--
spec/bundler/commands/init_spec.rb
38
-rw-r--r--
spec/bundler/commands/inject_spec.rb
2
-rw-r--r--
spec/bundler/commands/install_spec.rb
156
-rw-r--r--
spec/bundler/commands/lock_spec.rb
758
-rw-r--r--
spec/bundler/commands/newgem_spec.rb
217
-rw-r--r--
spec/bundler/commands/open_spec.rb
60
-rw-r--r--
spec/bundler/commands/outdated_spec.rb
209
-rw-r--r--
spec/bundler/commands/platform_spec.rb
1307
-rw-r--r--
spec/bundler/commands/pristine_spec.rb
4
-rw-r--r--
spec/bundler/commands/remove_spec.rb
36
-rw-r--r--
spec/bundler/commands/show_spec.rb
6
-rw-r--r--
spec/bundler/commands/update_spec.rb
280
-rw-r--r--
spec/bundler/commands/viz_spec.rb
12
-rw-r--r--
spec/bundler/install/allow_offline_install_spec.rb
7
-rw-r--r--
spec/bundler/install/binstubs_spec.rb
4
-rw-r--r--
spec/bundler/install/bundler_spec.rb
91
-rw-r--r--
spec/bundler/install/deploy_spec.rb
141
-rw-r--r--
spec/bundler/install/gemfile/force_ruby_platform_spec.rb
118
-rw-r--r--
spec/bundler/install/gemfile/gemspec_spec.rb
157
-rw-r--r--
spec/bundler/install/gemfile/git_spec.rb
119
-rw-r--r--
spec/bundler/install/gemfile/path_spec.rb
109
-rw-r--r--
spec/bundler/install/gemfile/platform_spec.rb
125
-rw-r--r--
spec/bundler/install/gemfile/ruby_spec.rb
14
-rw-r--r--
spec/bundler/install/gemfile/sources_spec.rb
214
-rw-r--r--
spec/bundler/install/gemfile/specific_platform_spec.rb
735
-rw-r--r--
spec/bundler/install/gemfile_spec.rb
2
-rw-r--r--
spec/bundler/install/gems/compact_index_spec.rb
56
-rw-r--r--
spec/bundler/install/gems/dependency_api_spec.rb
42
-rw-r--r--
spec/bundler/install/gems/flex_spec.rb
73
-rw-r--r--
spec/bundler/install/gems/fund_spec.rb
43
-rw-r--r--
spec/bundler/install/gems/native_extensions_spec.rb
6
-rw-r--r--
spec/bundler/install/gems/resolving_spec.rb
318
-rw-r--r--
spec/bundler/install/gems/standalone_spec.rb
100
-rw-r--r--
spec/bundler/install/gems/sudo_spec.rb
205
-rw-r--r--
spec/bundler/install/gemspecs_spec.rb
3
-rw-r--r--
spec/bundler/install/git_spec.rb
111
-rw-r--r--
spec/bundler/install/global_cache_spec.rb
6
-rw-r--r--
spec/bundler/install/path_spec.rb
2
-rw-r--r--
spec/bundler/install/process_lock_spec.rb
22
-rw-r--r--
spec/bundler/install/yanked_spec.rb
139
-rw-r--r--
spec/bundler/lock/git_spec.rb
127
-rw-r--r--
spec/bundler/lock/lockfile_spec.rb
273
-rw-r--r--
spec/bundler/other/ext_spec.rb
4
-rw-r--r--
spec/bundler/other/major_deprecation_spec.rb
11
-rw-r--r--
spec/bundler/other/platform_spec.rb
1288
-rw-r--r--
spec/bundler/plugins/install_spec.rb
30
-rw-r--r--
spec/bundler/plugins/source/example_spec.rb
14
-rw-r--r--
spec/bundler/quality_es_spec.rb
4
-rw-r--r--
spec/bundler/quality_spec.rb
26
-rw-r--r--
spec/bundler/realworld/dependency_api_spec.rb
10
-rw-r--r--
spec/bundler/realworld/edgecases_spec.rb
369
-rw-r--r--
spec/bundler/realworld/ffi_spec.rb
2
-rw-r--r--
spec/bundler/realworld/fixtures/warbler/Gemfile.lock
2
-rw-r--r--
spec/bundler/realworld/gemfile_source_header_spec.rb
10
-rw-r--r--
spec/bundler/realworld/git_spec.rb
11
-rw-r--r--
spec/bundler/realworld/mirror_probe_spec.rb
10
-rw-r--r--
spec/bundler/realworld/slow_perf_spec.rb
19
-rw-r--r--
spec/bundler/resolver/basic_spec.rb
97
-rw-r--r--
spec/bundler/resolver/platform_spec.rb
161
-rw-r--r--
spec/bundler/runtime/inline_spec.rb
184
-rw-r--r--
spec/bundler/runtime/platform_spec.rb
151
-rw-r--r--
spec/bundler/runtime/require_spec.rb
2
-rw-r--r--
spec/bundler/runtime/self_management_spec.rb
37
-rw-r--r--
spec/bundler/runtime/setup_spec.rb
242
-rw-r--r--
spec/bundler/spec_helper.rb
32
-rw-r--r--
spec/bundler/support/activate.rb
9
-rw-r--r--
spec/bundler/support/api_request_limit_hax.rb
16
-rw-r--r--
spec/bundler/support/artifice/compact_index.rb
118
-rw-r--r--
spec/bundler/support/artifice/compact_index_api_missing.rb
13
-rw-r--r--
spec/bundler/support/artifice/compact_index_basic_authentication.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_checksum_mismatch.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_concurrent_download.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_creds_diff_host.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_extra.rb
35
-rw-r--r--
spec/bundler/support/artifice/compact_index_extra_api.rb
50
-rw-r--r--
spec/bundler/support/artifice/compact_index_extra_api_missing.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_extra_missing.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_forbidden.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_host_redirect.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_no_gem.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_partial_update.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_partial_update_no_etag_not_incremental.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_precompiled_before.rb
25
-rw-r--r--
spec/bundler/support/artifice/compact_index_range_not_satisfiable.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_rate_limited.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_redirects.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_strict_basic_authentication.rb
8
-rw-r--r--
spec/bundler/support/artifice/compact_index_wrong_dependencies.rb
6
-rw-r--r--
spec/bundler/support/artifice/compact_index_wrong_gem_checksum.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint.rb
113
-rw-r--r--
spec/bundler/support/artifice/endpoint_500.rb
7
-rw-r--r--
spec/bundler/support/artifice/endpoint_api_forbidden.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_basic_authentication.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_creds_diff_host.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_extra.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_extra_api.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_extra_missing.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_fallback.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_host_redirect.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_marshal_fail.rb
11
-rw-r--r--
spec/bundler/support/artifice/endpoint_marshal_fail_basic_authentication.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_mirror_source.rb
4
-rw-r--r--
spec/bundler/support/artifice/endpoint_redirect.rb
6
-rw-r--r--
spec/bundler/support/artifice/endpoint_strict_basic_authentication.rb
8
-rw-r--r--
spec/bundler/support/artifice/endpoint_timeout.rb
6
-rw-r--r--
spec/bundler/support/artifice/fail.rb
11
-rw-r--r--
spec/bundler/support/artifice/helpers/artifice.rb
30
-rw-r--r--
spec/bundler/support/artifice/helpers/compact_index.rb
118
-rw-r--r--
spec/bundler/support/artifice/helpers/compact_index_extra.rb
33
-rw-r--r--
spec/bundler/support/artifice/helpers/compact_index_extra_api.rb
48
-rw-r--r--
spec/bundler/support/artifice/helpers/endpoint.rb
112
-rw-r--r--
spec/bundler/support/artifice/helpers/endpoint_extra.rb
29
-rw-r--r--
spec/bundler/support/artifice/helpers/endpoint_fallback.rb
15
-rw-r--r--
spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb
9
-rw-r--r--
spec/bundler/support/artifice/helpers/rack_request.rb
100
-rw-r--r--
spec/bundler/support/artifice/vcr.rb
33
-rw-r--r--
spec/bundler/support/artifice/windows.rb
7
-rw-r--r--
spec/bundler/support/builders.rb
54
-rw-r--r--
spec/bundler/support/bundle.rb
7
-rw-r--r--
spec/bundler/support/filters.rb
9
-rw-r--r--
spec/bundler/support/hax.rb
29
-rw-r--r--
spec/bundler/support/helpers.rb
65
-rw-r--r--
spec/bundler/support/indexes.rb
47
-rw-r--r--
spec/bundler/support/matchers.rb
16
-rw-r--r--
spec/bundler/support/path.rb
47
-rw-r--r--
spec/bundler/support/platforms.rb
42
-rw-r--r--
spec/bundler/support/rubygems_ext.rb
25
-rw-r--r--
spec/bundler/support/rubygems_version_manager.rb
2
-rw-r--r--
spec/bundler/support/sudo.rb
18
-rw-r--r--
spec/bundler/update/gems/fund_spec.rb
16
-rw-r--r--
spec/bundler/update/git_spec.rb
14
-rw-r--r--
spec/bundler/update/redownload_spec.rb
10
-rw-r--r--
spec/default.mspec
74
-rw-r--r--
spec/lib/formatter_overrides.rb
6
-rw-r--r--
spec/lib/spec_coverage.rb
1
-rwxr-xr-x
spec/mspec/lib/mspec/commands/mkspec.rb
16
-rwxr-xr-x
spec/mspec/lib/mspec/commands/mspec.rb
5
-rw-r--r--
spec/mspec/lib/mspec/guards/superuser.rb
10
-rw-r--r--
spec/mspec/lib/mspec/guards/version.rb
28
-rw-r--r--
spec/mspec/lib/mspec/helpers/io.rb
4
-rw-r--r--
spec/mspec/lib/mspec/helpers/ruby_exe.rb
45
-rw-r--r--
spec/mspec/lib/mspec/matchers/complain.rb
2
-rw-r--r--
spec/mspec/lib/mspec/runner/actions/leakchecker.rb
3
-rw-r--r--
spec/mspec/lib/mspec/runner/actions/timeout.rb
64
-rw-r--r--
spec/mspec/lib/mspec/runner/context.rb
1
-rw-r--r--
spec/mspec/lib/mspec/runner/formatters/base.rb
8
-rw-r--r--
spec/mspec/lib/mspec/runner/mspec.rb
9
-rw-r--r--
spec/mspec/lib/mspec/runner/shared.rb
8
-rw-r--r--
spec/mspec/lib/mspec/utils/name_map.rb
7
-rw-r--r--
spec/mspec/lib/mspec/utils/options.rb
6
-rw-r--r--
spec/mspec/lib/mspec/utils/script.rb
1
-rw-r--r--
spec/mspec/lib/mspec/utils/warnings.rb
43
-rw-r--r--
spec/mspec/spec/commands/mkspec_spec.rb
2
-rw-r--r--
spec/mspec/spec/commands/mspec_spec.rb
27
-rw-r--r--
spec/mspec/spec/helpers/ruby_exe_spec.rb
22
-rw-r--r--
spec/mspec/spec/runner/context_spec.rb
2
-rw-r--r--
spec/mspec/spec/utils/script_spec.rb
5
-rwxr-xr-x
spec/mspec/tool/check_require_spec_helper.rb
34
-rw-r--r--
spec/mspec/tool/remove_old_guards.rb
51
-rwxr-xr-x
spec/mspec/tool/tag_from_output.rb
26
-rw-r--r--
spec/ruby/.mspec.constants
1
-rw-r--r--
spec/ruby/.rubocop.yml
12
-rw-r--r--
spec/ruby/.rubocop_todo.yml
12
-rw-r--r--
spec/ruby/CONTRIBUTING.md
19
-rw-r--r--
spec/ruby/README.md
11
-rw-r--r--
spec/ruby/command_line/backtrace_limit_spec.rb
44
-rw-r--r--
spec/ruby/command_line/dash_upper_u_spec.rb
7
-rw-r--r--
spec/ruby/command_line/dash_v_spec.rb
2
-rw-r--r--
spec/ruby/command_line/fixtures/bin/embedded_ruby.txt
2
-rw-r--r--
spec/ruby/command_line/fixtures/freeze_flag_required_diff_enc.rb
bin
121 -> 90 bytes
-rw-r--r--
spec/ruby/core/argf/bytes_spec.rb
16
-rw-r--r--
spec/ruby/core/argf/chars_spec.rb
16
-rw-r--r--
spec/ruby/core/argf/codepoints_spec.rb
16
-rw-r--r--
spec/ruby/core/argf/lines_spec.rb
16
-rw-r--r--
spec/ruby/core/array/all_spec.rb
13
-rw-r--r--
spec/ruby/core/array/any_spec.rb
12
-rw-r--r--
spec/ruby/core/array/assoc_spec.rb
2
-rw-r--r--
spec/ruby/core/array/count_spec.rb
11
-rw-r--r--
spec/ruby/core/array/delete_if_spec.rb
30
-rw-r--r--
spec/ruby/core/array/drop_spec.rb
12
-rw-r--r--
spec/ruby/core/array/drop_while_spec.rb
16
-rw-r--r--
spec/ruby/core/array/each_index_spec.rb
18
-rw-r--r--
spec/ruby/core/array/each_spec.rb
5
-rw-r--r--
spec/ruby/core/array/fill_spec.rb
88
-rw-r--r--
spec/ruby/core/array/fixtures/classes.rb
72
-rw-r--r--
spec/ruby/core/array/flatten_spec.rb
24
-rw-r--r--
spec/ruby/core/array/initialize_spec.rb
4
-rw-r--r--
spec/ruby/core/array/intersect_spec.rb
53
-rw-r--r--
spec/ruby/core/array/keep_if_spec.rb
1
-rw-r--r--
spec/ruby/core/array/multiply_spec.rb
18
-rw-r--r--
spec/ruby/core/array/new_spec.rb
4
-rw-r--r--
spec/ruby/core/array/none_spec.rb
13
-rw-r--r--
spec/ruby/core/array/one_spec.rb
13
-rw-r--r--
spec/ruby/core/array/pack/c_spec.rb
16
-rw-r--r--
spec/ruby/core/array/pack/m_spec.rb
10
-rw-r--r--
spec/ruby/core/array/pack/shared/basic.rb
40
-rw-r--r--
spec/ruby/core/array/pack/shared/float.rb
74
-rw-r--r--
spec/ruby/core/array/pack/shared/integer.rb
108
-rw-r--r--
spec/ruby/core/array/pack/shared/numeric_basic.rb
10
-rw-r--r--
spec/ruby/core/array/pack/shared/unicode.rb
16
-rw-r--r--
spec/ruby/core/array/pack/w_spec.rb
16
-rw-r--r--
spec/ruby/core/array/plus_spec.rb
21
-rw-r--r--
spec/ruby/core/array/product_spec.rb
5
-rw-r--r--
spec/ruby/core/array/reject_spec.rb
15
-rw-r--r--
spec/ruby/core/array/reverse_each_spec.rb
16
-rw-r--r--
spec/ruby/core/array/rindex_spec.rb
17
-rw-r--r--
spec/ruby/core/array/sample_spec.rb
22
-rw-r--r--
spec/ruby/core/array/shared/collect.rb
32
-rw-r--r--
spec/ruby/core/array/shared/index.rb
4
-rw-r--r--
spec/ruby/core/array/shared/intersection.rb
3
-rw-r--r--
spec/ruby/core/array/shared/iterable_and_tolerating_size_increasing.rb
25
-rw-r--r--
spec/ruby/core/array/shared/keep_if.rb
35
-rw-r--r--
spec/ruby/core/array/shared/select.rb
3
-rw-r--r--
spec/ruby/core/array/shared/slice.rb
496
-rw-r--r--
spec/ruby/core/array/shared/unshift.rb
18
-rw-r--r--
spec/ruby/core/array/shuffle_spec.rb
14
-rw-r--r--
spec/ruby/core/array/slice_spec.rb
60
-rw-r--r--
spec/ruby/core/array/sort_by_spec.rb
33
-rw-r--r--
spec/ruby/core/array/sum_spec.rb
21
-rw-r--r--
spec/ruby/core/array/take_spec.rb
12
-rw-r--r--
spec/ruby/core/array/take_while_spec.rb
16
-rw-r--r--
spec/ruby/core/array/to_h_spec.rb
6
-rw-r--r--
spec/ruby/core/array/try_convert_spec.rb
2
-rw-r--r--
spec/ruby/core/array/uniq_spec.rb
46
-rw-r--r--
spec/ruby/core/array/values_at_spec.rb
1
-rw-r--r--
spec/ruby/core/array/zip_spec.rb
6
-rw-r--r--
spec/ruby/core/basicobject/fixtures/classes.rb
228
-rw-r--r--
spec/ruby/core/basicobject/instance_eval_spec.rb
192
-rw-r--r--
spec/ruby/core/basicobject/method_missing_spec.rb
1
-rw-r--r--
spec/ruby/core/binding/eval_spec.rb
99
-rw-r--r--
spec/ruby/core/binding/source_location_spec.rb
5
-rw-r--r--
spec/ruby/core/builtin_constants/builtin_constants_spec.rb
6
-rw-r--r--
spec/ruby/core/class/attached_object_spec.rb
31
-rw-r--r--
spec/ruby/core/class/dup_spec.rb
3
-rw-r--r--
spec/ruby/core/class/subclasses_spec.rb
22
-rw-r--r--
spec/ruby/core/complex/inspect_spec.rb
19
-rw-r--r--
spec/ruby/core/complex/polar_spec.rb
16
-rw-r--r--
spec/ruby/core/complex/to_s_spec.rb
10
-rw-r--r--
spec/ruby/core/data/constants_spec.rb
22
-rw-r--r--
spec/ruby/core/data/define_spec.rb
36
-rw-r--r--
spec/ruby/core/data/fixtures/classes.rb
5
-rw-r--r--
spec/ruby/core/data/initialize_spec.rb
58
-rw-r--r--
spec/ruby/core/dir/exist_spec.rb
8
-rw-r--r--
spec/ruby/core/dir/fchdir_spec.rb
68
-rw-r--r--
spec/ruby/core/dir/fixtures/common.rb
1
-rw-r--r--
spec/ruby/core/dir/foreach_spec.rb
10
-rw-r--r--
spec/ruby/core/dir/glob_spec.rb
130
-rw-r--r--
spec/ruby/core/dir/home_spec.rb
49
-rw-r--r--
spec/ruby/core/dir/mkdir_spec.rb
18
-rw-r--r--
spec/ruby/core/dir/shared/chroot.rb
13
-rw-r--r--
spec/ruby/core/dir/shared/exist.rb
8
-rw-r--r--
spec/ruby/core/dir/shared/glob.rb
31
-rw-r--r--
spec/ruby/core/encoding/converter/primitive_convert_spec.rb
4
-rw-r--r--
spec/ruby/core/encoding/default_external_spec.rb
8
-rw-r--r--
spec/ruby/core/encoding/invalid_byte_sequence_error/destination_encoding_name_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/invalid_byte_sequence_error/destination_encoding_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/invalid_byte_sequence_error/error_bytes_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/invalid_byte_sequence_error/readagain_bytes_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/invalid_byte_sequence_error/source_encoding_name_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/invalid_byte_sequence_error/source_encoding_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/name_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/replicate_spec.rb
114
-rw-r--r--
spec/ruby/core/encoding/to_s_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/undefined_conversion_error/destination_encoding_name_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/undefined_conversion_error/destination_encoding_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/undefined_conversion_error/error_char_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/undefined_conversion_error/source_encoding_name_spec.rb
1
-rw-r--r--
spec/ruby/core/encoding/undefined_conversion_error/source_encoding_spec.rb
1
-rw-r--r--
spec/ruby/core/enumerable/all_spec.rb
6
-rw-r--r--
spec/ruby/core/enumerable/any_spec.rb
6
-rw-r--r--
spec/ruby/core/enumerable/chunk_spec.rb
5
-rw-r--r--
spec/ruby/core/enumerable/compact_spec.rb
11
-rw-r--r--
spec/ruby/core/enumerable/each_cons_spec.rb
6
-rw-r--r--
spec/ruby/core/enumerable/each_slice_spec.rb
6
-rw-r--r--
spec/ruby/core/enumerable/grep_spec.rb
49
-rw-r--r--
spec/ruby/core/enumerable/grep_v_spec.rb
49
-rw-r--r--
spec/ruby/core/enumerable/none_spec.rb
6
-rw-r--r--
spec/ruby/core/enumerable/one_spec.rb
7
-rw-r--r--
spec/ruby/core/enumerable/shared/inject.rb
44
-rw-r--r--
spec/ruby/core/enumerable/sum_spec.rb
19
-rw-r--r--
spec/ruby/core/enumerable/tally_spec.rb
13
-rw-r--r--
spec/ruby/core/enumerable/zip_spec.rb
5
-rw-r--r--
spec/ruby/core/enumerator/chain/initialize_spec.rb
4
-rw-r--r--
spec/ruby/core/enumerator/chain/inspect_spec.rb
4
-rw-r--r--
spec/ruby/core/enumerator/each_spec.rb
18
-rw-r--r--
spec/ruby/core/enumerator/generator/initialize_spec.rb
4
-rw-r--r--
spec/ruby/core/enumerator/initialize_spec.rb
12
-rw-r--r--
spec/ruby/core/enumerator/inspect_spec.rb
5
-rw-r--r--
spec/ruby/core/enumerator/lazy/compact_spec.rb
16
-rw-r--r--
spec/ruby/core/enumerator/lazy/initialize_spec.rb
4
-rw-r--r--
spec/ruby/core/enumerator/lazy/lazy_spec.rb
4
-rw-r--r--
spec/ruby/core/enumerator/new_spec.rb
47
-rw-r--r--
spec/ruby/core/enumerator/product/each_spec.rb
73
-rw-r--r--
spec/ruby/core/enumerator/product/initialize_copy_spec.rb
54
-rw-r--r--
spec/ruby/core/enumerator/product/initialize_spec.rb
33
-rw-r--r--
spec/ruby/core/enumerator/product/inspect_spec.rb
22
-rw-r--r--
spec/ruby/core/enumerator/product/rewind_spec.rb
64
-rw-r--r--
spec/ruby/core/enumerator/product/size_spec.rb
64
-rw-r--r--
spec/ruby/core/enumerator/product_spec.rb
93
-rw-r--r--
spec/ruby/core/enumerator/rewind_spec.rb
4
-rw-r--r--
spec/ruby/core/env/clone_spec.rb
23
-rw-r--r--
spec/ruby/core/env/delete_spec.rb
16
-rw-r--r--
spec/ruby/core/env/dup_spec.rb
11
-rw-r--r--
spec/ruby/core/env/except_spec.rb
44
-rw-r--r--
spec/ruby/core/env/index_spec.rb
14
-rw-r--r--
spec/ruby/core/env/indexes_spec.rb
1
-rw-r--r--
spec/ruby/core/env/indices_spec.rb
1
-rw-r--r--
spec/ruby/core/env/key_spec.rb
32
-rw-r--r--
spec/ruby/core/env/shared/include.rb
7
-rw-r--r--
spec/ruby/core/env/shared/key.rb
31
-rw-r--r--
spec/ruby/core/env/shared/update.rb
8
-rw-r--r--
spec/ruby/core/env/shared/value.rb
7
-rw-r--r--
spec/ruby/core/env/slice_spec.rb
10
-rw-r--r--
spec/ruby/core/env/to_a_spec.rb
5
-rw-r--r--
spec/ruby/core/exception/case_compare_spec.rb
2
-rw-r--r--
spec/ruby/core/exception/detailed_message_spec.rb
35
-rw-r--r--
spec/ruby/core/exception/equal_value_spec.rb
14
-rw-r--r--
spec/ruby/core/exception/fixtures/common.rb
4
-rw-r--r--
spec/ruby/core/exception/fixtures/thread_fiber_ensure.rb
22
-rw-r--r--
spec/ruby/core/exception/fixtures/thread_fiber_ensure_non_root_fiber.rb
25
-rw-r--r--
spec/ruby/core/exception/full_message_spec.rb
21
-rw-r--r--
spec/ruby/core/exception/no_method_error_spec.rb
79
-rw-r--r--
spec/ruby/core/exception/signal_exception_spec.rb
6
-rw-r--r--
spec/ruby/core/exception/top_level_spec.rb
12
-rw-r--r--
spec/ruby/core/false/case_compare_spec.rb
14
-rw-r--r--
spec/ruby/core/false/singleton_method_spec.rb
15
-rw-r--r--
spec/ruby/core/fiber/blocking_spec.rb
79
-rw-r--r--
spec/ruby/core/fiber/inspect_spec.rb
36
-rw-r--r--
spec/ruby/core/fiber/kill_spec.rb
90
-rw-r--r--
spec/ruby/core/fiber/raise_spec.rb
28
-rw-r--r--
spec/ruby/core/fiber/resume_spec.rb
15
-rw-r--r--
spec/ruby/core/fiber/storage_spec.rb
158
-rw-r--r--
spec/ruby/core/file/absolute_path_spec.rb
2
-rw-r--r--
spec/ruby/core/file/atime_spec.rb
4
-rw-r--r--
spec/ruby/core/file/ctime_spec.rb
2
-rw-r--r--
spec/ruby/core/file/dirname_spec.rb
39
-rw-r--r--
spec/ruby/core/file/exist_spec.rb
8
-rw-r--r--
spec/ruby/core/file/mtime_spec.rb
18
-rw-r--r--
spec/ruby/core/file/new_spec.rb
57
-rw-r--r--
spec/ruby/core/file/open_spec.rb
19
-rw-r--r--
spec/ruby/core/file/realpath_spec.rb
4
-rw-r--r--
spec/ruby/core/file/shared/fnmatch.rb
8
-rw-r--r--
spec/ruby/core/file/shared/path.rb
14
-rw-r--r--
spec/ruby/core/file/utime_spec.rb
8
-rw-r--r--
spec/ruby/core/float/comparison_spec.rb
35
-rw-r--r--
spec/ruby/core/float/divide_spec.rb
4
-rw-r--r--
spec/ruby/core/float/divmod_spec.rb
2
-rw-r--r--
spec/ruby/core/float/gt_spec.rb
21
-rw-r--r--
spec/ruby/core/float/gte_spec.rb
21
-rw-r--r--
spec/ruby/core/float/lt_spec.rb
21
-rw-r--r--
spec/ruby/core/float/lte_spec.rb
21
-rw-r--r--
spec/ruby/core/float/magnitude_spec.rb
1
-rw-r--r--
spec/ruby/core/float/round_spec.rb
64
-rw-r--r--
spec/ruby/core/float/shared/equal.rb
21
-rw-r--r--
spec/ruby/core/float/shared/to_i.rb
4
-rw-r--r--
spec/ruby/core/gc/auto_compact_spec.rb
36
-rw-r--r--
spec/ruby/core/hash/compact_spec.rb
24
-rw-r--r--
spec/ruby/core/hash/constructor_spec.rb
18
-rw-r--r--
spec/ruby/core/hash/except_spec.rb
50
-rw-r--r--
spec/ruby/core/hash/fetch_spec.rb
2
-rw-r--r--
spec/ruby/core/hash/fetch_values_spec.rb
2
-rw-r--r--
spec/ruby/core/hash/hash_spec.rb
9
-rw-r--r--
spec/ruby/core/hash/index_spec.rb
9
-rw-r--r--
spec/ruby/core/hash/new_spec.rb
13
-rw-r--r--
spec/ruby/core/hash/ruby2_keywords_hash_spec.rb
24
-rw-r--r--
spec/ruby/core/hash/shared/each.rb
37
-rw-r--r--
spec/ruby/core/hash/shared/equal.rb
90
-rw-r--r--
spec/ruby/core/hash/to_a_spec.rb
10
-rw-r--r--
spec/ruby/core/hash/to_proc_spec.rb
16
-rw-r--r--
spec/ruby/core/hash/transform_keys_spec.rb
32
-rw-r--r--
spec/ruby/core/hash/try_convert_spec.rb
2
-rw-r--r--
spec/ruby/core/integer/bit_and_spec.rb
2
-rw-r--r--
spec/ruby/core/integer/bit_or_spec.rb
6
-rw-r--r--
spec/ruby/core/integer/bit_xor_spec.rb
4
-rw-r--r--
spec/ruby/core/integer/ceildiv_spec.rb
22
-rw-r--r--
spec/ruby/core/integer/chr_spec.rb
39
-rw-r--r--
spec/ruby/core/integer/fdiv_spec.rb
5
-rw-r--r--
spec/ruby/core/integer/left_shift_spec.rb
32
-rw-r--r--
spec/ruby/core/integer/right_shift_spec.rb
32
-rw-r--r--
spec/ruby/core/integer/shared/arithmetic_coerce.rb
20
-rw-r--r--
spec/ruby/core/integer/try_convert_spec.rb
12
-rw-r--r--
spec/ruby/core/integer/zero_spec.rb
12
-rw-r--r--
spec/ruby/core/io/advise_spec.rb
14
-rw-r--r--
spec/ruby/core/io/binread_spec.rb
10
-rw-r--r--
spec/ruby/core/io/bytes_spec.rb
47
-rw-r--r--
spec/ruby/core/io/chars_spec.rb
30
-rw-r--r--
spec/ruby/core/io/codepoints_spec.rb
38
-rw-r--r--
spec/ruby/core/io/eof_spec.rb
2
-rw-r--r--
spec/ruby/core/io/fixtures/classes.rb
26
-rw-r--r--
spec/ruby/core/io/flush_spec.rb
10
-rw-r--r--
spec/ruby/core/io/foreach_spec.rb
19
-rw-r--r--
spec/ruby/core/io/getbyte_spec.rb
16
-rw-r--r--
spec/ruby/core/io/gets_spec.rb
71
-rw-r--r--
spec/ruby/core/io/initialize_spec.rb
11
-rw-r--r--
spec/ruby/core/io/lineno_spec.rb
9
-rw-r--r--
spec/ruby/core/io/lines_spec.rb
46
-rw-r--r--
spec/ruby/core/io/new_spec.rb
2
-rw-r--r--
spec/ruby/core/io/nonblock_spec.rb
46
-rw-r--r--
spec/ruby/core/io/path_spec.rb
14
-rw-r--r--
spec/ruby/core/io/pipe_spec.rb
11
-rw-r--r--
spec/ruby/core/io/pread_spec.rb
2
-rw-r--r--
spec/ruby/core/io/print_spec.rb
25
-rw-r--r--
spec/ruby/core/io/pwrite_spec.rb
2
-rw-r--r--
spec/ruby/core/io/read_nonblock_spec.rb
49
-rw-r--r--
spec/ruby/core/io/read_spec.rb
110
-rw-r--r--
spec/ruby/core/io/readchar_spec.rb
66
-rw-r--r--
spec/ruby/core/io/readline_spec.rb
33
-rw-r--r--
spec/ruby/core/io/readlines_spec.rb
51
-rw-r--r--
spec/ruby/core/io/readpartial_spec.rb
17
-rw-r--r--
spec/ruby/core/io/rewind_spec.rb
15
-rw-r--r--
spec/ruby/core/io/select_spec.rb
15
-rw-r--r--
spec/ruby/core/io/set_encoding_by_bom_spec.rb
187
-rw-r--r--
spec/ruby/core/io/set_encoding_spec.rb
49
-rw-r--r--
spec/ruby/core/io/shared/binwrite.rb
13
-rw-r--r--
spec/ruby/core/io/shared/each.rb
82
-rw-r--r--
spec/ruby/core/io/shared/new.rb
50
-rw-r--r--
spec/ruby/core/io/shared/pos.rb
8
-rw-r--r--
spec/ruby/core/io/shared/readlines.rb
133
-rw-r--r--
spec/ruby/core/io/shared/write.rb
75
-rw-r--r--
spec/ruby/core/io/sysread_spec.rb
31
-rw-r--r--
spec/ruby/core/io/sysseek_spec.rb
2
-rw-r--r--
spec/ruby/core/io/syswrite_spec.rb
11
-rw-r--r--
spec/ruby/core/io/try_convert_spec.rb
2
-rw-r--r--
spec/ruby/core/io/ungetc_spec.rb
16
-rw-r--r--
spec/ruby/core/io/write_nonblock_spec.rb
11
-rw-r--r--
spec/ruby/core/io/write_spec.rb
169
-rw-r--r--
spec/ruby/core/kernel/Complex_spec.rb
93
-rw-r--r--
spec/ruby/core/kernel/Integer_spec.rb
25
-rw-r--r--
spec/ruby/core/kernel/__dir___spec.rb
16
-rw-r--r--
spec/ruby/core/kernel/at_exit_spec.rb
61
-rw-r--r--
spec/ruby/core/kernel/clone_spec.rb
86
-rw-r--r--
spec/ruby/core/kernel/define_singleton_method_spec.rb
6
-rw-r--r--
spec/ruby/core/kernel/eval_spec.rb
48
-rw-r--r--
spec/ruby/core/kernel/exit_spec.rb
10
-rw-r--r--
spec/ruby/core/kernel/fixtures/Complex.rb
5
-rw-r--r--
spec/ruby/core/kernel/fixtures/at_exit.rb
3
-rw-r--r--
spec/ruby/core/kernel/fixtures/warn_core_method.rb
2
-rw-r--r--
spec/ruby/core/kernel/initialize_clone_spec.rb
10
-rw-r--r--
spec/ruby/core/kernel/initialize_copy_spec.rb
9
-rw-r--r--
spec/ruby/core/kernel/instance_variable_get_spec.rb
6
-rw-r--r--
spec/ruby/core/kernel/instance_variable_set_spec.rb
6
-rw-r--r--
spec/ruby/core/kernel/iterator_spec.rb
14
-rw-r--r--
spec/ruby/core/kernel/lambda_spec.rb
74
-rw-r--r--
spec/ruby/core/kernel/method_spec.rb
21
-rw-r--r--
spec/ruby/core/kernel/open_spec.rb
87
-rw-r--r--
spec/ruby/core/kernel/p_spec.rb
6
-rw-r--r--
spec/ruby/core/kernel/proc_spec.rb
18
-rw-r--r--
spec/ruby/core/kernel/remove_instance_variable_spec.rb
13
-rw-r--r--
spec/ruby/core/kernel/require_relative_spec.rb
8
-rw-r--r--
spec/ruby/core/kernel/require_spec.rb
20
-rw-r--r--
spec/ruby/core/kernel/shared/load.rb
45
-rw-r--r--
spec/ruby/core/kernel/shared/require.rb
54
-rw-r--r--
spec/ruby/core/kernel/shared/sprintf.rb
85
-rw-r--r--
spec/ruby/core/kernel/shared/sprintf_encoding.rb
33
-rw-r--r--
spec/ruby/core/kernel/singleton_class_spec.rb
51
-rw-r--r--
spec/ruby/core/kernel/sleep_spec.rb
27
-rw-r--r--
spec/ruby/core/kernel/taint_spec.rb
16
-rw-r--r--
spec/ruby/core/kernel/tainted_spec.rb
20
-rw-r--r--
spec/ruby/core/kernel/test_spec.rb
4
-rw-r--r--
spec/ruby/core/kernel/trust_spec.rb
18
-rw-r--r--
spec/ruby/core/kernel/untaint_spec.rb
18
-rw-r--r--
spec/ruby/core/kernel/untrust_spec.rb
16
-rw-r--r--
spec/ruby/core/kernel/untrusted_spec.rb
18
-rw-r--r--
spec/ruby/core/kernel/warn_spec.rb
141
-rw-r--r--
spec/ruby/core/main/fixtures/using.rb
1
-rw-r--r--
spec/ruby/core/main/fixtures/using_in_main.rb
5
-rw-r--r--
spec/ruby/core/main/fixtures/using_in_method.rb
5
-rw-r--r--
spec/ruby/core/main/private_spec.rb
12
-rw-r--r--
spec/ruby/core/main/public_spec.rb
12
-rw-r--r--
spec/ruby/core/main/using_spec.rb
20
-rw-r--r--
spec/ruby/core/marshal/dump_spec.rb
265
-rw-r--r--
spec/ruby/core/marshal/fixtures/classes.rb
4
-rw-r--r--
spec/ruby/core/marshal/fixtures/marshal_data.rb
96
-rw-r--r--
spec/ruby/core/marshal/shared/load.rb
300
-rw-r--r--
spec/ruby/core/matchdata/byteoffset_spec.rb
95
-rw-r--r--
spec/ruby/core/matchdata/captures_spec.rb
13
-rw-r--r--
spec/ruby/core/matchdata/deconstruct_keys_spec.rb
65
-rw-r--r--
spec/ruby/core/matchdata/deconstruct_spec.rb
8
-rw-r--r--
spec/ruby/core/matchdata/element_reference_spec.rb
28
-rw-r--r--
spec/ruby/core/matchdata/named_captures_spec.rb
12
-rw-r--r--
spec/ruby/core/matchdata/post_match_spec.rb
8
-rw-r--r--
spec/ruby/core/matchdata/pre_match_spec.rb
8
-rw-r--r--
spec/ruby/core/matchdata/shared/captures.rb
13
-rw-r--r--
spec/ruby/core/matchdata/to_a_spec.rb
8
-rw-r--r--
spec/ruby/core/matchdata/to_s_spec.rb
8
-rw-r--r--
spec/ruby/core/matchdata/values_at_spec.rb
73
-rw-r--r--
spec/ruby/core/math/cos_spec.rb
26
-rw-r--r--
spec/ruby/core/math/ldexp_spec.rb
6
-rw-r--r--
spec/ruby/core/method/compose_spec.rb
3
-rw-r--r--
spec/ruby/core/method/fixtures/classes.rb
30
-rw-r--r--
spec/ruby/core/method/owner_spec.rb
6
-rw-r--r--
spec/ruby/core/method/parameters_spec.rb
16
-rw-r--r--
spec/ruby/core/method/private_spec.rb
28
-rw-r--r--
spec/ruby/core/method/protected_spec.rb
28
-rw-r--r--
spec/ruby/core/method/public_spec.rb
28
-rw-r--r--
spec/ruby/core/method/shared/to_s.rb
30
-rw-r--r--
spec/ruby/core/method/source_location_spec.rb
9
-rw-r--r--
spec/ruby/core/method/super_method_spec.rb
21
-rw-r--r--
spec/ruby/core/method/unbind_spec.rb
12
-rw-r--r--
spec/ruby/core/module/alias_method_spec.rb
20
-rw-r--r--
spec/ruby/core/module/attr_accessor_spec.rb
16
-rw-r--r--
spec/ruby/core/module/attr_reader_spec.rb
16
-rw-r--r--
spec/ruby/core/module/attr_spec.rb
22
-rw-r--r--
spec/ruby/core/module/attr_writer_spec.rb
16
-rw-r--r--
spec/ruby/core/module/autoload_spec.rb
30
-rw-r--r--
spec/ruby/core/module/class_variables_spec.rb
8
-rw-r--r--
spec/ruby/core/module/const_added_spec.rb
35
-rw-r--r--
spec/ruby/core/module/const_defined_spec.rb
28
-rw-r--r--
spec/ruby/core/module/const_get_spec.rb
2
-rw-r--r--
spec/ruby/core/module/const_set_spec.rb
18
-rw-r--r--
spec/ruby/core/module/const_source_location_spec.rb
14
-rw-r--r--
spec/ruby/core/module/define_method_spec.rb
81
-rw-r--r--
spec/ruby/core/module/fixtures/classes.rb
39
-rw-r--r--
spec/ruby/core/module/fixtures/module.rb
4
-rw-r--r--
spec/ruby/core/module/include_spec.rb
4
-rw-r--r--
spec/ruby/core/module/included_modules_spec.rb
2
-rw-r--r--
spec/ruby/core/module/instance_method_spec.rb
42
-rw-r--r--
spec/ruby/core/module/method_added_spec.rb
73
-rw-r--r--
spec/ruby/core/module/module_function_spec.rb
136
-rw-r--r--
spec/ruby/core/module/name_spec.rb
54
-rw-r--r--
spec/ruby/core/module/prepend_spec.rb
51
-rw-r--r--
spec/ruby/core/module/private_class_method_spec.rb
14
-rw-r--r--
spec/ruby/core/module/public_class_method_spec.rb
20
-rw-r--r--
spec/ruby/core/module/refine_spec.rb
2
-rw-r--r--
spec/ruby/core/module/refinements_spec.rb
45
-rw-r--r--
spec/ruby/core/module/ruby2_keywords_spec.rb
23
-rw-r--r--
spec/ruby/core/module/set_temporary_name_spec.rb
68
-rw-r--r--
spec/ruby/core/module/shared/class_eval.rb
27
-rw-r--r--
spec/ruby/core/module/shared/set_visibility.rb
28
-rw-r--r--
spec/ruby/core/module/undefined_instance_methods_spec.rb
26
-rw-r--r--
spec/ruby/core/module/used_refinements_spec.rb
87
-rw-r--r--
spec/ruby/core/mutex/lock_spec.rb
4
-rw-r--r--
spec/ruby/core/mutex/owned_spec.rb
18
-rw-r--r--
spec/ruby/core/nil/singleton_method_spec.rb
15
-rw-r--r--
spec/ruby/core/numeric/clone_spec.rb
10
-rw-r--r--
spec/ruby/core/numeric/fdiv_spec.rb
1
-rw-r--r--
spec/ruby/core/numeric/magnitude_spec.rb
1
-rw-r--r--
spec/ruby/core/numeric/quo_spec.rb
1
-rw-r--r--
spec/ruby/core/numeric/remainder_spec.rb
3
-rw-r--r--
spec/ruby/core/numeric/shared/quo.rb
7
-rw-r--r--
spec/ruby/core/numeric/shared/step.rb
8
-rw-r--r--
spec/ruby/core/numeric/step_spec.rb
85
-rw-r--r--
spec/ruby/core/objectspace/define_finalizer_spec.rb
100
-rw-r--r--
spec/ruby/core/objectspace/weakkeymap/delete_spec.rb
40
-rw-r--r--
spec/ruby/core/objectspace/weakkeymap/element_reference_spec.rb
26
-rw-r--r--
spec/ruby/core/objectspace/weakkeymap/element_set_spec.rb
71
-rw-r--r--
spec/ruby/core/objectspace/weakkeymap/getkey_spec.rb
14
-rw-r--r--
spec/ruby/core/objectspace/weakkeymap/inspect_spec.rb
17
-rw-r--r--
spec/ruby/core/objectspace/weakkeymap/key_spec.rb
33
-rw-r--r--
spec/ruby/core/objectspace/weakmap/delete_spec.rb
30
-rw-r--r--
spec/ruby/core/proc/compose_spec.rb
46
-rw-r--r--
spec/ruby/core/proc/eql_spec.rb
8
-rw-r--r--
spec/ruby/core/proc/equal_value_spec.rb
8
-rw-r--r--
spec/ruby/core/proc/lambda_spec.rb
8
-rw-r--r--
spec/ruby/core/proc/new_spec.rb
35
-rw-r--r--
spec/ruby/core/proc/parameters_spec.rb
26
-rw-r--r--
spec/ruby/core/proc/ruby2_keywords_spec.rb
22
-rw-r--r--
spec/ruby/core/proc/shared/dup.rb
8
-rw-r--r--
spec/ruby/core/proc/shared/equal.rb
17
-rw-r--r--
spec/ruby/core/proc/source_location_spec.rb
13
-rw-r--r--
spec/ruby/core/process/_fork_spec.rb
24
-rw-r--r--
spec/ruby/core/process/argv0_spec.rb
25
-rw-r--r--
spec/ruby/core/process/clock_gettime_spec.rb
101
-rw-r--r--
spec/ruby/core/process/constants_spec.rb
1
-rw-r--r--
spec/ruby/core/process/detach_spec.rb
35
-rw-r--r--
spec/ruby/core/process/egid_spec.rb
41
-rw-r--r--
spec/ruby/core/process/euid_spec.rb
12
-rw-r--r--
spec/ruby/core/process/exec_spec.rb
2
-rw-r--r--
spec/ruby/core/process/exit_spec.rb
2
-rw-r--r--
spec/ruby/core/process/fixtures/argv0.rb
6
-rw-r--r--
spec/ruby/core/process/spawn_spec.rb
32
-rw-r--r--
spec/ruby/core/process/status/equal_value_spec.rb
2
-rw-r--r--
spec/ruby/core/process/status/exited_spec.rb
2
-rw-r--r--
spec/ruby/core/process/status/exitstatus_spec.rb
2
-rw-r--r--
spec/ruby/core/process/status/signaled_spec.rb
2
-rw-r--r--
spec/ruby/core/process/status/success_spec.rb
2
-rw-r--r--
spec/ruby/core/process/status/termsig_spec.rb
4
-rw-r--r--
spec/ruby/core/process/status/to_i_spec.rb
2
-rw-r--r--
spec/ruby/core/process/status/wait_spec.rb
158
-rw-r--r--
spec/ruby/core/process/times_spec.rb
39
-rw-r--r--
spec/ruby/core/process/wait2_spec.rb
4
-rw-r--r--
spec/ruby/core/process/wait_spec.rb
2
-rw-r--r--
spec/ruby/core/process/warmup_spec.rb
11
-rw-r--r--
spec/ruby/core/queue/deq_spec.rb
7
-rw-r--r--
spec/ruby/core/queue/initialize_spec.rb
46
-rw-r--r--
spec/ruby/core/queue/pop_spec.rb
7
-rw-r--r--
spec/ruby/core/queue/shift_spec.rb
7
-rw-r--r--
spec/ruby/core/random/bytes_spec.rb
1
-rw-r--r--
spec/ruby/core/random/default_spec.rb
24
-rw-r--r--
spec/ruby/core/random/new_spec.rb
1
-rw-r--r--
spec/ruby/core/range/case_compare_spec.rb
6
-rw-r--r--
spec/ruby/core/range/clone_spec.rb
26
-rw-r--r--
spec/ruby/core/range/cover_spec.rb
4
-rw-r--r--
spec/ruby/core/range/dup_spec.rb
4
-rw-r--r--
spec/ruby/core/range/frozen_spec.rb
34
-rw-r--r--
spec/ruby/core/range/include_spec.rb
4
-rw-r--r--
spec/ruby/core/range/initialize_spec.rb
15
-rw-r--r--
spec/ruby/core/range/last_spec.rb
6
-rw-r--r--
spec/ruby/core/range/max_spec.rb
18
-rw-r--r--
spec/ruby/core/range/minmax_spec.rb
24
-rw-r--r--
spec/ruby/core/range/new_spec.rb
8
-rw-r--r--
spec/ruby/core/range/shared/cover_and_include.rb
1
-rw-r--r--
spec/ruby/core/range/size_spec.rb
27
-rw-r--r--
spec/ruby/core/range/step_spec.rb
52
-rw-r--r--
spec/ruby/core/rational/abs_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/ceil_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/coerce_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/comparison_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/denominator_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/div_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/divide_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/divmod_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/equal_value_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/exponent_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/fdiv_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/floor_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/hash_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/inspect_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/integer_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/magnitude_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/modulo_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/multiply_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/numerator_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/plus_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/quo_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/remainder_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/to_f_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/to_i_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/to_r_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/to_s_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/truncate_spec.rb
1
-rw-r--r--
spec/ruby/core/rational/zero_spec.rb
1
-rw-r--r--
spec/ruby/core/refinement/extend_object_spec.rb
6
-rw-r--r--
spec/ruby/core/refinement/fixtures/classes.rb
10
-rw-r--r--
spec/ruby/core/refinement/import_methods_spec.rb
269
-rw-r--r--
spec/ruby/core/refinement/include_spec.rb
27
-rw-r--r--
spec/ruby/core/refinement/prepend_spec.rb
27
-rw-r--r--
spec/ruby/core/refinement/refined_class_spec.rb
17
-rw-r--r--
spec/ruby/core/regexp/compile_spec.rb
4
-rw-r--r--
spec/ruby/core/regexp/initialize_spec.rb
14
-rw-r--r--
spec/ruby/core/regexp/linear_time_spec.rb
25
-rw-r--r--
spec/ruby/core/regexp/new_spec.rb
14
-rw-r--r--
spec/ruby/core/regexp/shared/new.rb
196
-rw-r--r--
spec/ruby/core/regexp/shared/quote.rb
10
-rw-r--r--
spec/ruby/core/regexp/source_spec.rb
22
-rw-r--r--
spec/ruby/core/regexp/timeout_spec.rb
35
-rw-r--r--
spec/ruby/core/regexp/try_convert_spec.rb
6
-rw-r--r--
spec/ruby/core/signal/trap_spec.rb
16
-rw-r--r--
spec/ruby/core/sizedqueue/append_spec.rb
7
-rw-r--r--
spec/ruby/core/sizedqueue/deq_spec.rb
7
-rw-r--r--
spec/ruby/core/sizedqueue/enq_spec.rb
7
-rw-r--r--
spec/ruby/core/sizedqueue/pop_spec.rb
7
-rw-r--r--
spec/ruby/core/sizedqueue/push_spec.rb
7
-rw-r--r--
spec/ruby/core/sizedqueue/shift_spec.rb
7
-rw-r--r--
spec/ruby/core/string/append_spec.rb
1
-rw-r--r--
spec/ruby/core/string/byteindex_spec.rb
304
-rw-r--r--
spec/ruby/core/string/byterindex_spec.rb
359
-rw-r--r--
spec/ruby/core/string/byteslice_spec.rb
6
-rw-r--r--
spec/ruby/core/string/bytesplice_spec.rb
133
-rw-r--r--
spec/ruby/core/string/capitalize_spec.rb
20
-rw-r--r--
spec/ruby/core/string/casecmp_spec.rb
10
-rw-r--r--
spec/ruby/core/string/center_spec.rb
25
-rw-r--r--
spec/ruby/core/string/chars_spec.rb
8
-rw-r--r--
spec/ruby/core/string/chomp_spec.rb
19
-rw-r--r--
spec/ruby/core/string/chop_spec.rb
12
-rw-r--r--
spec/ruby/core/string/clone_spec.rb
4
-rw-r--r--
spec/ruby/core/string/concat_spec.rb
1
-rw-r--r--
spec/ruby/core/string/dedup_spec.rb
8