-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathb.rb
More file actions
79 lines (79 loc) · 2.21 KB
/
Copy pathb.rb
File metadata and controls
79 lines (79 loc) · 2.21 KB
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
autoload :Benchmark, "benchmark"
autoload :Bundler, "bundler"
autoload :CGI, "cgi"
autoload :Continuation, "continuation"
autoload :Coverage, "coverage"
autoload :Date, "date"
autoload :DateTime, "date"
autoload :Delegator, "delegate"
autoload :SimpleDelegator, "delegate"
autoload :DidYouMean, "did_you_mean"
autoload :Digest, "digest"
autoload :ERB, "erb"
autoload :ErrorHighlight, "error_highlight"
autoload :Etc, "etc"
autoload :Fcntl, "fcntl"
autoload :Fiddle, "fiddle"
autoload :FileUtils, "fileutils"
autoload :Find, "find"
autoload :Forwardable, "forwardable"
autoload :SingleForwardable, "forwardable"
autoload :IPAddr, "ipaddr"
autoload :IRB, "irb"
autoload :JSON, "json"
autoload :Logger, "logger"
autoload :MakeMakefile, "mkmf"
autoload :Monitor, "monitor"
autoload :MonitorMixin, "monitor"
module Net
autoload :HTTP, "net/http"
autoload :Protocol, "net/protocol"
end
autoload :OpenURI, "open-uri"
autoload :Open3, "open3"
autoload :OpenSSL, "openssl"
autoload :OptionParser, "optionparser"
autoload :OptParse, "optparse"
autoload :OpenStruct, "ostruct"
autoload :Pathname, "pathname"
autoload :PP, "pp"
autoload :PrettyPrint, "prettyprint"
autoload :Prism, "prism"
autoload :PStore, "pstore"
autoload :Psych, "psych"
autoload :PTY, "pty"
autoload :RbConfig, "rbconfig"
autoload :RDoc, "rdoc"
autoload :Reline, "reline"
autoload :Resolv, "resolv"
autoload :Ripper, "ripper"
autoload :Gem, "rubygems"
autoload :SecureRandom, "securerandom"
autoload :SortedSet, "set"
autoload :Shellwords, "shellwords"
autoload :Singleton, "singleton"
autoload :RactorLocalSingleton, "singleton"
autoload :Addrinfo, "socket"
autoload :BasicSocket, "socket"
autoload :IPSocket, "socket"
autoload :Socket, "socket"
autoload :SocketError, "socket"
autoload :TCPServer, "socket"
autoload :TCPSocket, "socket"
autoload :UDPSocket, "socket"
autoload :UNIXServer, "socket"
autoload :UNIXSocket, "socket"
autoload :StringIO, "stringio"
autoload :ScanError, "strscan"
autoload :StringScanner, "strscan"
autoload :SyntaxSuggest, "syntax_suggest"
autoload :Tempfile, "tempfile"
autoload :Timeout, "timeout"
autoload :TSort, "tsort"
autoload :UN, "un"
autoload :URI, "uri"
autoload :WeakRef, "weakref"
autoload :YAML, "yaml"
# yaml/dbm
# yaml/store
autoload :Zlib, "zlib"