refrigerator 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,219 @@
1
+ ARGF.class
2
+ ArgumentError
3
+ Array
4
+ BasicObject
5
+ Bignum
6
+ Binding
7
+ Class
8
+ Comparable
9
+ Complex
10
+ Data
11
+ Dir
12
+ EOFError
13
+ Encoding
14
+ Encoding::CompatibilityError
15
+ Encoding::Converter
16
+ Encoding::ConverterNotFoundError
17
+ Encoding::InvalidByteSequenceError
18
+ Encoding::UndefinedConversionError
19
+ EncodingError
20
+ Enumerable
21
+ Enumerator
22
+ Enumerator::Generator
23
+ Enumerator::Yielder
24
+ Errno
25
+ Errno::E2BIG
26
+ Errno::EACCES
27
+ Errno::EADDRINUSE
28
+ Errno::EADDRNOTAVAIL
29
+ Errno::EAFNOSUPPORT
30
+ Errno::EAGAIN
31
+ Errno::EALREADY
32
+ Errno::EAUTH
33
+ Errno::EBADF
34
+ Errno::EBADRPC
35
+ Errno::EBUSY
36
+ Errno::ECANCELED
37
+ Errno::ECHILD
38
+ Errno::ECONNABORTED
39
+ Errno::ECONNREFUSED
40
+ Errno::ECONNRESET
41
+ Errno::EDEADLK
42
+ Errno::EDESTADDRREQ
43
+ Errno::EDOM
44
+ Errno::EDQUOT
45
+ Errno::EEXIST
46
+ Errno::EFAULT
47
+ Errno::EFBIG
48
+ Errno::EFTYPE
49
+ Errno::EHOSTDOWN
50
+ Errno::EHOSTUNREACH
51
+ Errno::EIDRM
52
+ Errno::EILSEQ
53
+ Errno::EINPROGRESS
54
+ Errno::EINTR
55
+ Errno::EINVAL
56
+ Errno::EIO
57
+ Errno::EIPSEC
58
+ Errno::EISCONN
59
+ Errno::EISDIR
60
+ Errno::ELOOP
61
+ Errno::EMEDIUMTYPE
62
+ Errno::EMFILE
63
+ Errno::EMLINK
64
+ Errno::EMSGSIZE
65
+ Errno::ENAMETOOLONG
66
+ Errno::ENEEDAUTH
67
+ Errno::ENETDOWN
68
+ Errno::ENETRESET
69
+ Errno::ENETUNREACH
70
+ Errno::ENFILE
71
+ Errno::ENOATTR
72
+ Errno::ENOBUFS
73
+ Errno::ENODEV
74
+ Errno::ENOENT
75
+ Errno::ENOEXEC
76
+ Errno::ENOLCK
77
+ Errno::ENOMEDIUM
78
+ Errno::ENOMEM
79
+ Errno::ENOMSG
80
+ Errno::ENOPROTOOPT
81
+ Errno::ENOSPC
82
+ Errno::ENOSYS
83
+ Errno::ENOTBLK
84
+ Errno::ENOTCONN
85
+ Errno::ENOTDIR
86
+ Errno::ENOTEMPTY
87
+ Errno::ENOTSOCK
88
+ Errno::ENOTSUP
89
+ Errno::ENOTTY
90
+ Errno::ENXIO
91
+ Errno::EOPNOTSUPP
92
+ Errno::EOVERFLOW
93
+ Errno::EPERM
94
+ Errno::EPFNOSUPPORT
95
+ Errno::EPIPE
96
+ Errno::EPROCLIM
97
+ Errno::EPROCUNAVAIL
98
+ Errno::EPROGMISMATCH
99
+ Errno::EPROGUNAVAIL
100
+ Errno::EPROTONOSUPPORT
101
+ Errno::EPROTOTYPE
102
+ Errno::ERANGE
103
+ Errno::EREMOTE
104
+ Errno::EROFS
105
+ Errno::ERPCMISMATCH
106
+ Errno::ESHUTDOWN
107
+ Errno::ESOCKTNOSUPPORT
108
+ Errno::ESPIPE
109
+ Errno::ESRCH
110
+ Errno::ESTALE
111
+ Errno::ETIMEDOUT
112
+ Errno::ETOOMANYREFS
113
+ Errno::ETXTBSY
114
+ Errno::EUSERS
115
+ Errno::EXDEV
116
+ Errno::NOERROR
117
+ Exception
118
+ FalseClass
119
+ Fiber
120
+ FiberError
121
+ File
122
+ File::Constants
123
+ File::Stat
124
+ FileTest
125
+ Fixnum
126
+ Float
127
+ FloatDomainError
128
+ GC
129
+ GC::Profiler
130
+ Gem
131
+ Gem::CommandLineError
132
+ Gem::DependencyError
133
+ Gem::DependencyRemovalException
134
+ Gem::Deprecate
135
+ Gem::DocumentError
136
+ Gem::EndOfYAMLException
137
+ Gem::Exception
138
+ Gem::FilePermissionError
139
+ Gem::FormatException
140
+ Gem::GemNotFoundException
141
+ Gem::GemNotInHomeException
142
+ Gem::InstallError
143
+ Gem::InvalidSpecificationException
144
+ Gem::LoadError
145
+ Gem::OperationNotSupportedError
146
+ Gem::RemoteError
147
+ Gem::RemoteInstallationCancelled
148
+ Gem::RemoteInstallationSkipped
149
+ Gem::RemoteSourceException
150
+ Gem::SystemExitException
151
+ Gem::VerificationError
152
+ Hash
153
+ IO
154
+ IO::WaitReadable
155
+ IO::WaitWritable
156
+ IOError
157
+ IndexError
158
+ Integer
159
+ Interrupt
160
+ Kernel
161
+ KeyError
162
+ LoadError
163
+ LocalJumpError
164
+ Marshal
165
+ MatchData
166
+ Math
167
+ Math::DomainError
168
+ Method
169
+ Module
170
+ Mutex
171
+ NameError
172
+ NameError::message
173
+ NilClass
174
+ NoMemoryError
175
+ NoMethodError
176
+ NotImplementedError
177
+ Numeric
178
+ Object
179
+ ObjectSpace
180
+ Proc
181
+ Process
182
+ Process::GID
183
+ Process::Status
184
+ Process::Sys
185
+ Process::UID
186
+ Random
187
+ Range
188
+ RangeError
189
+ Rational
190
+ RbConfig
191
+ Regexp
192
+ RegexpError
193
+ RubyVM
194
+ RubyVM::Env
195
+ RubyVM::InstructionSequence
196
+ RuntimeError
197
+ ScriptError
198
+ SecurityError
199
+ Signal
200
+ SignalException
201
+ StandardError
202
+ StopIteration
203
+ String
204
+ Struct
205
+ Struct::Tms
206
+ Symbol
207
+ SyntaxError
208
+ SystemCallError
209
+ SystemExit
210
+ SystemStackError
211
+ Thread
212
+ ThreadError
213
+ ThreadGroup
214
+ Time
215
+ TrueClass
216
+ TypeError
217
+ UnboundMethod
218
+ ZeroDivisionError
219
+ fatal
@@ -0,0 +1,243 @@
1
+ ARGF.class
2
+ ArgumentError
3
+ Array
4
+ BasicObject
5
+ Bignum
6
+ Binding
7
+ Class
8
+ Comparable
9
+ Complex
10
+ Complex::compatible
11
+ ConditionVariable
12
+ Data
13
+ Date
14
+ Dir
15
+ EOFError
16
+ Encoding
17
+ Encoding::CompatibilityError
18
+ Encoding::Converter
19
+ Encoding::ConverterNotFoundError
20
+ Encoding::InvalidByteSequenceError
21
+ Encoding::UndefinedConversionError
22
+ EncodingError
23
+ Enumerable
24
+ Enumerator
25
+ Enumerator::Generator
26
+ Enumerator::Lazy
27
+ Enumerator::Yielder
28
+ Errno
29
+ Errno::E2BIG
30
+ Errno::EACCES
31
+ Errno::EADDRINUSE
32
+ Errno::EADDRNOTAVAIL
33
+ Errno::EAFNOSUPPORT
34
+ Errno::EAGAIN
35
+ Errno::EALREADY
36
+ Errno::EAUTH
37
+ Errno::EBADF
38
+ Errno::EBADRPC
39
+ Errno::EBUSY
40
+ Errno::ECANCELED
41
+ Errno::ECHILD
42
+ Errno::ECONNABORTED
43
+ Errno::ECONNREFUSED
44
+ Errno::ECONNRESET
45
+ Errno::EDEADLK
46
+ Errno::EDESTADDRREQ
47
+ Errno::EDOM
48
+ Errno::EDQUOT
49
+ Errno::EEXIST
50
+ Errno::EFAULT
51
+ Errno::EFBIG
52
+ Errno::EFTYPE
53
+ Errno::EHOSTDOWN
54
+ Errno::EHOSTUNREACH
55
+ Errno::EIDRM
56
+ Errno::EILSEQ
57
+ Errno::EINPROGRESS
58
+ Errno::EINTR
59
+ Errno::EINVAL
60
+ Errno::EIO
61
+ Errno::EIPSEC
62
+ Errno::EISCONN
63
+ Errno::EISDIR
64
+ Errno::ELOOP
65
+ Errno::EMEDIUMTYPE
66
+ Errno::EMFILE
67
+ Errno::EMLINK
68
+ Errno::EMSGSIZE
69
+ Errno::ENAMETOOLONG
70
+ Errno::ENEEDAUTH
71
+ Errno::ENETDOWN
72
+ Errno::ENETRESET
73
+ Errno::ENETUNREACH
74
+ Errno::ENFILE
75
+ Errno::ENOATTR
76
+ Errno::ENOBUFS
77
+ Errno::ENODEV
78
+ Errno::ENOENT
79
+ Errno::ENOEXEC
80
+ Errno::ENOLCK
81
+ Errno::ENOMEDIUM
82
+ Errno::ENOMEM
83
+ Errno::ENOMSG
84
+ Errno::ENOPROTOOPT
85
+ Errno::ENOSPC
86
+ Errno::ENOSYS
87
+ Errno::ENOTBLK
88
+ Errno::ENOTCONN
89
+ Errno::ENOTDIR
90
+ Errno::ENOTEMPTY
91
+ Errno::ENOTSOCK
92
+ Errno::ENOTSUP
93
+ Errno::ENOTTY
94
+ Errno::ENXIO
95
+ Errno::EOPNOTSUPP
96
+ Errno::EOVERFLOW
97
+ Errno::EPERM
98
+ Errno::EPFNOSUPPORT
99
+ Errno::EPIPE
100
+ Errno::EPROCLIM
101
+ Errno::EPROCUNAVAIL
102
+ Errno::EPROGMISMATCH
103
+ Errno::EPROGUNAVAIL
104
+ Errno::EPROTONOSUPPORT
105
+ Errno::EPROTOTYPE
106
+ Errno::ERANGE
107
+ Errno::EREMOTE
108
+ Errno::EROFS
109
+ Errno::ERPCMISMATCH
110
+ Errno::ESHUTDOWN
111
+ Errno::ESOCKTNOSUPPORT
112
+ Errno::ESPIPE
113
+ Errno::ESRCH
114
+ Errno::ESTALE
115
+ Errno::ETIMEDOUT
116
+ Errno::ETOOMANYREFS
117
+ Errno::ETXTBSY
118
+ Errno::EUSERS
119
+ Errno::EXDEV
120
+ Errno::NOERROR
121
+ Exception
122
+ FalseClass
123
+ Fiber
124
+ FiberError
125
+ File
126
+ File::Constants
127
+ File::Stat
128
+ FileTest
129
+ Fixnum
130
+ Float
131
+ FloatDomainError
132
+ GC
133
+ GC::Profiler
134
+ Gem
135
+ Gem::CommandLineError
136
+ Gem::DependencyError
137
+ Gem::DependencyRemovalException
138
+ Gem::Deprecate
139
+ Gem::DocumentError
140
+ Gem::EndOfYAMLException
141
+ Gem::ErrorReason
142
+ Gem::Exception
143
+ Gem::FilePermissionError
144
+ Gem::FormatException
145
+ Gem::GemNotFoundException
146
+ Gem::GemNotInHomeException
147
+ Gem::InstallError
148
+ Gem::InvalidSpecificationException
149
+ Gem::LoadError
150
+ Gem::OperationNotSupportedError
151
+ Gem::Platform
152
+ Gem::PlatformMismatch
153
+ Gem::RemoteError
154
+ Gem::RemoteInstallationCancelled
155
+ Gem::RemoteInstallationSkipped
156
+ Gem::RemoteSourceException
157
+ Gem::Requirement
158
+ Gem::Requirement::BadRequirementError
159
+ Gem::SourceFetchProblem
160
+ Gem::SpecificGemNotFoundException
161
+ Gem::Specification
162
+ Gem::SystemExitException
163
+ Gem::VerificationError
164
+ Gem::Version
165
+ Hash
166
+ IO
167
+ IO::WaitReadable
168
+ IO::WaitWritable
169
+ IOError
170
+ IndexError
171
+ Integer
172
+ Interrupt
173
+ Kernel
174
+ KeyError
175
+ LoadError
176
+ LocalJumpError
177
+ Marshal
178
+ MatchData
179
+ Math
180
+ Math::DomainError
181
+ Method
182
+ Module
183
+ Monitor
184
+ MonitorMixin
185
+ MonitorMixin::ConditionVariable
186
+ MonitorMixin::ConditionVariable::Timeout
187
+ Mutex
188
+ NameError
189
+ NameError::message
190
+ NilClass
191
+ NoMemoryError
192
+ NoMethodError
193
+ NotImplementedError
194
+ Numeric
195
+ Object
196
+ ObjectSpace
197
+ ObjectSpace::WeakMap
198
+ Proc
199
+ Process
200
+ Process::GID
201
+ Process::Status
202
+ Process::Sys
203
+ Process::UID
204
+ Queue
205
+ Random
206
+ Range
207
+ RangeError
208
+ Rational
209
+ Rational::compatible
210
+ RbConfig
211
+ Regexp
212
+ RegexpError
213
+ RubyVM
214
+ RubyVM::Env
215
+ RubyVM::InstructionSequence
216
+ RuntimeError
217
+ ScriptError
218
+ SecurityError
219
+ Signal
220
+ SignalException
221
+ SizedQueue
222
+ StandardError
223
+ StopIteration
224
+ String
225
+ Struct
226
+ Struct::Tms
227
+ Symbol
228
+ SyntaxError
229
+ SystemCallError
230
+ SystemExit
231
+ SystemStackError
232
+ Thread
233
+ Thread::Backtrace
234
+ Thread::Backtrace::Location
235
+ ThreadError
236
+ ThreadGroup
237
+ Time
238
+ TracePoint
239
+ TrueClass
240
+ TypeError
241
+ UnboundMethod
242
+ ZeroDivisionError
243
+ fatal