forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglobals_2_3_0.rb
88 lines (87 loc) · 1.29 KB
/
globals_2_3_0.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
STDLIB_FILES = %w[
English.rb
abbrev.rb
base64.rb
benchmark.rb
cgi
cgi.rb
cmath.rb
csv.rb
date
date.rb
debug.rb
delegate.rb
drb
drb.rb
e2mmap.rb
erb.rb
fileutils.rb
find.rb
forwardable.rb
getoptlong.rb
ipaddr.rb
irb
irb.rb
logger.rb
mathn.rb
matrix
matrix.rb
monitor.rb
mutex_m.rb
net
observer.rb
open-uri.rb
open3.rb
optionparser.rb
optparse
optparse.rb
ostruct.rb
pp.rb
prettyprint.rb
prime.rb
profile.rb
profiler.rb
pstore.rb
rbconfig
resolv-replace.rb
resolv.rb
rexml
rinda
rss
rss.rb
scanf.rb
set.rb
shell
shell.rb
shellwords.rb
singleton.rb
sync.rb
thwait.rb
time.rb
tmpdir.rb
tracer.rb
tsort.rb
un.rb
unicode_normalize
unicode_normalize.rb
uri
uri.rb
webrick
webrick.rb
xmlrpc
xmlrpc.rb
yaml
yaml.rb
]
EXT_FILES = {
'ext/bigdecimal/lib/bigdecimal' => 'bigdecimal',
'ext/digest/lib/digest.rb' => 'digest.rb',
'ext/digest/sha2/lib/sha2.rb' => 'digest/sha2.rb',
'ext/nkf/lib/kconv.rb' => 'kconv.rb',
'ext/pathname/lib/pathname.rb' => 'pathname.rb',
'ext/pty/lib/expect.rb' => 'expect.rb',
'ext/socket/lib/socket.rb' => 'socket.rb',
'ext/win32/lib/win32' => 'win32',
'ext/fiddle/lib/fiddle.rb' => 'fiddle.rb',
'ext/fiddle/lib/fiddle' => 'fiddle'
}