api-generator 0.0.2
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.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +21 -0
- data/api-generator.gemspec +25 -0
- data/lib/api_generator.rb +9 -0
- data/lib/api_generator/client.rb +43 -0
- data/lib/api_generator/url.rb +21 -0
- data/lib/api_generator/version.rb +6 -0
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/faraday.rbi +531 -0
- data/sorbet/rbi/gems/multipart-post.rbi +52 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +1920 -0
- data/sorbet/rbi/hidden-definitions/hidden.rbi +3210 -0
- data/sorbet/rbi/sorbet-typed/lib/bundler/all/bundler.rbi +8684 -0
- data/sorbet/rbi/sorbet-typed/lib/ruby/all/gem.rbi +4222 -0
- data/sorbet/rbi/sorbet-typed/lib/ruby/all/open3.rbi +111 -0
- data/sorbet/rbi/sorbet-typed/lib/ruby/all/resolv.rbi +543 -0
- metadata +101 -0
@@ -0,0 +1,52 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strong
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/multipart-post/all/multipart-post.rbi
|
9
|
+
#
|
10
|
+
# multipart-post-2.1.1
|
11
|
+
class CompositeReadIO
|
12
|
+
def advance_io; end
|
13
|
+
def current_io; end
|
14
|
+
def initialize(*ios); end
|
15
|
+
def read(length = nil, outbuf = nil); end
|
16
|
+
def rewind; end
|
17
|
+
end
|
18
|
+
class UploadIO
|
19
|
+
def content_type; end
|
20
|
+
def initialize(filename_or_io, content_type, filename = nil, opts = nil); end
|
21
|
+
def io; end
|
22
|
+
def local_path; end
|
23
|
+
def method_missing(*args); end
|
24
|
+
def opts; end
|
25
|
+
def original_filename; end
|
26
|
+
def respond_to?(meth, include_all = nil); end
|
27
|
+
def self.convert!(io, content_type, original_filename, local_path); end
|
28
|
+
end
|
29
|
+
module Parts
|
30
|
+
end
|
31
|
+
module Parts::Part
|
32
|
+
def length; end
|
33
|
+
def self.file?(value); end
|
34
|
+
def self.new(boundary, name, value, headers = nil); end
|
35
|
+
def to_io; end
|
36
|
+
end
|
37
|
+
class Parts::ParamPart
|
38
|
+
def build_part(boundary, name, value, headers = nil); end
|
39
|
+
def initialize(boundary, name, value, headers = nil); end
|
40
|
+
def length; end
|
41
|
+
include Parts::Part
|
42
|
+
end
|
43
|
+
class Parts::FilePart
|
44
|
+
def build_head(boundary, name, filename, type, content_len, opts = nil); end
|
45
|
+
def initialize(boundary, name, io, headers = nil); end
|
46
|
+
def length; end
|
47
|
+
include Parts::Part
|
48
|
+
end
|
49
|
+
class Parts::EpiloguePart
|
50
|
+
def initialize(boundary); end
|
51
|
+
include Parts::Part
|
52
|
+
end
|
@@ -0,0 +1,1920 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi hidden-definitions
|
3
|
+
|
4
|
+
# typed: autogenerated
|
5
|
+
|
6
|
+
# wrong constant name <DeclBuilderForProcs>
|
7
|
+
# wrong constant name <DeclBuilderForProcs>
|
8
|
+
# wrong constant name <Class:<DeclBuilderForProcs>>
|
9
|
+
# wrong constant name <Magic>
|
10
|
+
# wrong constant name <Magic>
|
11
|
+
# wrong constant name <Class:<Magic>>
|
12
|
+
# wrong constant name <RESERVED_0>
|
13
|
+
# wrong constant name <RESERVED_100>
|
14
|
+
# wrong constant name <RESERVED_101>
|
15
|
+
# wrong constant name <RESERVED_102>
|
16
|
+
# wrong constant name <RESERVED_103>
|
17
|
+
# wrong constant name <RESERVED_104>
|
18
|
+
# wrong constant name <RESERVED_105>
|
19
|
+
# wrong constant name <RESERVED_106>
|
20
|
+
# wrong constant name <RESERVED_107>
|
21
|
+
# wrong constant name <RESERVED_108>
|
22
|
+
# wrong constant name <RESERVED_109>
|
23
|
+
# wrong constant name <RESERVED_10>
|
24
|
+
# wrong constant name <RESERVED_110>
|
25
|
+
# wrong constant name <RESERVED_111>
|
26
|
+
# wrong constant name <RESERVED_112>
|
27
|
+
# wrong constant name <RESERVED_113>
|
28
|
+
# wrong constant name <RESERVED_114>
|
29
|
+
# wrong constant name <RESERVED_115>
|
30
|
+
# wrong constant name <RESERVED_116>
|
31
|
+
# wrong constant name <RESERVED_117>
|
32
|
+
# wrong constant name <RESERVED_118>
|
33
|
+
# wrong constant name <RESERVED_119>
|
34
|
+
# wrong constant name <RESERVED_11>
|
35
|
+
# wrong constant name <RESERVED_120>
|
36
|
+
# wrong constant name <RESERVED_121>
|
37
|
+
# wrong constant name <RESERVED_122>
|
38
|
+
# wrong constant name <RESERVED_123>
|
39
|
+
# wrong constant name <RESERVED_124>
|
40
|
+
# wrong constant name <RESERVED_125>
|
41
|
+
# wrong constant name <RESERVED_12>
|
42
|
+
# wrong constant name <RESERVED_13>
|
43
|
+
# wrong constant name <RESERVED_14>
|
44
|
+
# wrong constant name <RESERVED_15>
|
45
|
+
# wrong constant name <RESERVED_16>
|
46
|
+
# wrong constant name <RESERVED_17>
|
47
|
+
# wrong constant name <RESERVED_18>
|
48
|
+
# wrong constant name <RESERVED_19>
|
49
|
+
# wrong constant name <RESERVED_1>
|
50
|
+
# wrong constant name <RESERVED_20>
|
51
|
+
# wrong constant name <RESERVED_21>
|
52
|
+
# wrong constant name <RESERVED_22>
|
53
|
+
# wrong constant name <RESERVED_23>
|
54
|
+
# wrong constant name <RESERVED_24>
|
55
|
+
# wrong constant name <RESERVED_25>
|
56
|
+
# wrong constant name <RESERVED_26>
|
57
|
+
# wrong constant name <RESERVED_27>
|
58
|
+
# wrong constant name <RESERVED_28>
|
59
|
+
# wrong constant name <RESERVED_29>
|
60
|
+
# wrong constant name <RESERVED_2>
|
61
|
+
# wrong constant name <RESERVED_30>
|
62
|
+
# wrong constant name <RESERVED_31>
|
63
|
+
# wrong constant name <RESERVED_32>
|
64
|
+
# wrong constant name <RESERVED_33>
|
65
|
+
# wrong constant name <RESERVED_34>
|
66
|
+
# wrong constant name <RESERVED_35>
|
67
|
+
# wrong constant name <RESERVED_36>
|
68
|
+
# wrong constant name <RESERVED_37>
|
69
|
+
# wrong constant name <RESERVED_38>
|
70
|
+
# wrong constant name <RESERVED_39>
|
71
|
+
# wrong constant name <RESERVED_3>
|
72
|
+
# wrong constant name <RESERVED_40>
|
73
|
+
# wrong constant name <RESERVED_41>
|
74
|
+
# wrong constant name <RESERVED_42>
|
75
|
+
# wrong constant name <RESERVED_43>
|
76
|
+
# wrong constant name <RESERVED_44>
|
77
|
+
# wrong constant name <RESERVED_45>
|
78
|
+
# wrong constant name <RESERVED_46>
|
79
|
+
# wrong constant name <RESERVED_47>
|
80
|
+
# wrong constant name <RESERVED_48>
|
81
|
+
# wrong constant name <RESERVED_49>
|
82
|
+
# wrong constant name <RESERVED_4>
|
83
|
+
# wrong constant name <RESERVED_50>
|
84
|
+
# wrong constant name <RESERVED_51>
|
85
|
+
# wrong constant name <RESERVED_52>
|
86
|
+
# wrong constant name <RESERVED_53>
|
87
|
+
# wrong constant name <RESERVED_54>
|
88
|
+
# wrong constant name <RESERVED_55>
|
89
|
+
# wrong constant name <RESERVED_56>
|
90
|
+
# wrong constant name <RESERVED_57>
|
91
|
+
# wrong constant name <RESERVED_58>
|
92
|
+
# wrong constant name <RESERVED_59>
|
93
|
+
# wrong constant name <RESERVED_5>
|
94
|
+
# wrong constant name <RESERVED_60>
|
95
|
+
# wrong constant name <RESERVED_61>
|
96
|
+
# wrong constant name <RESERVED_62>
|
97
|
+
# wrong constant name <RESERVED_63>
|
98
|
+
# wrong constant name <RESERVED_64>
|
99
|
+
# wrong constant name <RESERVED_65>
|
100
|
+
# wrong constant name <RESERVED_66>
|
101
|
+
# wrong constant name <RESERVED_67>
|
102
|
+
# wrong constant name <RESERVED_68>
|
103
|
+
# wrong constant name <RESERVED_69>
|
104
|
+
# wrong constant name <RESERVED_6>
|
105
|
+
# wrong constant name <RESERVED_70>
|
106
|
+
# wrong constant name <RESERVED_71>
|
107
|
+
# wrong constant name <RESERVED_72>
|
108
|
+
# wrong constant name <RESERVED_73>
|
109
|
+
# wrong constant name <RESERVED_74>
|
110
|
+
# wrong constant name <RESERVED_75>
|
111
|
+
# wrong constant name <RESERVED_76>
|
112
|
+
# wrong constant name <RESERVED_77>
|
113
|
+
# wrong constant name <RESERVED_78>
|
114
|
+
# wrong constant name <RESERVED_79>
|
115
|
+
# wrong constant name <RESERVED_7>
|
116
|
+
# wrong constant name <RESERVED_80>
|
117
|
+
# wrong constant name <RESERVED_81>
|
118
|
+
# wrong constant name <RESERVED_82>
|
119
|
+
# wrong constant name <RESERVED_83>
|
120
|
+
# wrong constant name <RESERVED_84>
|
121
|
+
# wrong constant name <RESERVED_85>
|
122
|
+
# wrong constant name <RESERVED_86>
|
123
|
+
# wrong constant name <RESERVED_87>
|
124
|
+
# wrong constant name <RESERVED_88>
|
125
|
+
# wrong constant name <RESERVED_89>
|
126
|
+
# wrong constant name <RESERVED_8>
|
127
|
+
# wrong constant name <RESERVED_90>
|
128
|
+
# wrong constant name <RESERVED_91>
|
129
|
+
# wrong constant name <RESERVED_92>
|
130
|
+
# wrong constant name <RESERVED_93>
|
131
|
+
# wrong constant name <RESERVED_94>
|
132
|
+
# wrong constant name <RESERVED_95>
|
133
|
+
# wrong constant name <RESERVED_96>
|
134
|
+
# wrong constant name <RESERVED_97>
|
135
|
+
# wrong constant name <RESERVED_98>
|
136
|
+
# wrong constant name <RESERVED_99>
|
137
|
+
# wrong constant name <RESERVED_9>
|
138
|
+
# wrong constant name <TypeAlias>
|
139
|
+
# wrong constant name <TypeAlias>
|
140
|
+
# wrong constant name <any>
|
141
|
+
# wrong constant name <any>
|
142
|
+
# wrong constant name <root>
|
143
|
+
# wrong constant name <Class:<root>>
|
144
|
+
# wrong constant name <todo sym>
|
145
|
+
# wrong constant name <todo sym>
|
146
|
+
# uninitialized constant Abbrev
|
147
|
+
# uninitialized constant Abbrev
|
148
|
+
# wrong constant name bsearch
|
149
|
+
# wrong constant name bsearch_index
|
150
|
+
# wrong constant name collect!
|
151
|
+
# wrong constant name dig
|
152
|
+
# wrong constant name filter!
|
153
|
+
# wrong constant name flatten!
|
154
|
+
# wrong constant name pack
|
155
|
+
# wrong constant name replace
|
156
|
+
# wrong constant name shelljoin
|
157
|
+
# wrong constant name to_h
|
158
|
+
# wrong constant name try_convert
|
159
|
+
# wrong constant name <Class:BasicObject>
|
160
|
+
# uninitialized constant Benchmark
|
161
|
+
# uninitialized constant Benchmark
|
162
|
+
# wrong constant name clone
|
163
|
+
# wrong constant name new
|
164
|
+
# wrong constant name clone
|
165
|
+
# wrong constant name irb
|
166
|
+
# undefined singleton method `report<defaultArg>1' for `Bundler::Env'
|
167
|
+
# wrong constant name <static-init>
|
168
|
+
# wrong constant name environment
|
169
|
+
# wrong constant name report<defaultArg>1
|
170
|
+
# wrong constant name report
|
171
|
+
# wrong constant name write
|
172
|
+
# wrong constant name github_https?
|
173
|
+
# wrong constant name <Class:Base>
|
174
|
+
# wrong constant name <Class:CompactIndex>
|
175
|
+
# wrong constant name <Class:Dependency>
|
176
|
+
# wrong constant name <Class:Downloader>
|
177
|
+
# wrong constant name <Class:Index>
|
178
|
+
# wrong constant name fetch_spec
|
179
|
+
# wrong constant name fetchers
|
180
|
+
# wrong constant name http_proxy
|
181
|
+
# wrong constant name initialize
|
182
|
+
# wrong constant name specs
|
183
|
+
# wrong constant name specs_with_retry
|
184
|
+
# wrong constant name uri
|
185
|
+
# wrong constant name use_api
|
186
|
+
# wrong constant name user_agent
|
187
|
+
# wrong constant name initialize
|
188
|
+
# wrong constant name initialize
|
189
|
+
# wrong constant name api_fetcher?
|
190
|
+
# wrong constant name available?
|
191
|
+
# wrong constant name display_uri
|
192
|
+
# wrong constant name downloader
|
193
|
+
# wrong constant name fetch_uri
|
194
|
+
# wrong constant name initialize
|
195
|
+
# wrong constant name remote
|
196
|
+
# wrong constant name remote_uri
|
197
|
+
# wrong constant name <static-init>
|
198
|
+
# wrong constant name initialize
|
199
|
+
# wrong constant name <Class:ClientFetcher>
|
200
|
+
# wrong constant name available?
|
201
|
+
# wrong constant name fetch_spec
|
202
|
+
# wrong constant name specs
|
203
|
+
# wrong constant name specs_for_names
|
204
|
+
# uninitialized constant Bundler::Fetcher::CompactIndex::ClientFetcher::Elem
|
205
|
+
# wrong constant name call
|
206
|
+
# wrong constant name fetcher
|
207
|
+
# wrong constant name fetcher=
|
208
|
+
# wrong constant name ui
|
209
|
+
# wrong constant name ui=
|
210
|
+
# wrong constant name <static-init>
|
211
|
+
# wrong constant name []
|
212
|
+
# wrong constant name members
|
213
|
+
# wrong constant name <static-init>
|
214
|
+
# wrong constant name compact_index_request
|
215
|
+
# undefined method `dependency_api_uri<defaultArg>1' for class `Bundler::Fetcher::Dependency'
|
216
|
+
# undefined method `specs<defaultArg>1' for class `Bundler::Fetcher::Dependency'
|
217
|
+
# undefined method `specs<defaultArg>2' for class `Bundler::Fetcher::Dependency'
|
218
|
+
# wrong constant name dependency_api_uri<defaultArg>1
|
219
|
+
# wrong constant name dependency_api_uri
|
220
|
+
# wrong constant name dependency_specs
|
221
|
+
# wrong constant name get_formatted_specs_and_deps
|
222
|
+
# wrong constant name specs<defaultArg>1
|
223
|
+
# wrong constant name specs<defaultArg>2
|
224
|
+
# wrong constant name specs
|
225
|
+
# wrong constant name unmarshalled_dep_gems
|
226
|
+
# wrong constant name <static-init>
|
227
|
+
# undefined method `fetch<defaultArg>1' for class `Bundler::Fetcher::Downloader'
|
228
|
+
# undefined method `fetch<defaultArg>2' for class `Bundler::Fetcher::Downloader'
|
229
|
+
# wrong constant name connection
|
230
|
+
# wrong constant name fetch<defaultArg>1
|
231
|
+
# wrong constant name fetch<defaultArg>2
|
232
|
+
# wrong constant name fetch
|
233
|
+
# wrong constant name initialize
|
234
|
+
# wrong constant name redirect_limit
|
235
|
+
# wrong constant name request
|
236
|
+
# wrong constant name <static-init>
|
237
|
+
# wrong constant name fetch_spec
|
238
|
+
# wrong constant name specs
|
239
|
+
# wrong constant name <static-init>
|
240
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Fetcher::SSLError'
|
241
|
+
# Did you mean? initialize_dup
|
242
|
+
# wrong constant name initialize<defaultArg>1
|
243
|
+
# wrong constant name initialize
|
244
|
+
# wrong constant name <static-init>
|
245
|
+
# wrong constant name api_timeout
|
246
|
+
# wrong constant name api_timeout=
|
247
|
+
# wrong constant name disable_endpoint
|
248
|
+
# wrong constant name disable_endpoint=
|
249
|
+
# wrong constant name max_retries
|
250
|
+
# wrong constant name max_retries=
|
251
|
+
# wrong constant name redirect_limit
|
252
|
+
# wrong constant name redirect_limit=
|
253
|
+
# undefined method `git_push<defaultArg>1' for class `Bundler::GemHelper'
|
254
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::GemHelper'
|
255
|
+
# Did you mean? initialize_dup
|
256
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::GemHelper'
|
257
|
+
# Did you mean? initialize_dup
|
258
|
+
# undefined method `install_gem<defaultArg>1' for class `Bundler::GemHelper'
|
259
|
+
# undefined method `install_gem<defaultArg>2' for class `Bundler::GemHelper'
|
260
|
+
# undefined method `perform_git_push<defaultArg>1' for class `Bundler::GemHelper'
|
261
|
+
# wrong constant name allowed_push_host
|
262
|
+
# wrong constant name already_tagged?
|
263
|
+
# wrong constant name base
|
264
|
+
# wrong constant name build_gem
|
265
|
+
# wrong constant name built_gem_path
|
266
|
+
# wrong constant name clean?
|
267
|
+
# wrong constant name committed?
|
268
|
+
# wrong constant name gem_key
|
269
|
+
# wrong constant name gem_push?
|
270
|
+
# wrong constant name gem_push_host
|
271
|
+
# wrong constant name gemspec
|
272
|
+
# wrong constant name git_push<defaultArg>1
|
273
|
+
# wrong constant name git_push
|
274
|
+
# wrong constant name guard_clean
|
275
|
+
# wrong constant name initialize<defaultArg>1
|
276
|
+
# wrong constant name initialize<defaultArg>2
|
277
|
+
# wrong constant name initialize
|
278
|
+
# wrong constant name install
|
279
|
+
# wrong constant name install_gem<defaultArg>1
|
280
|
+
# wrong constant name install_gem<defaultArg>2
|
281
|
+
# wrong constant name install_gem
|
282
|
+
# wrong constant name name
|
283
|
+
# wrong constant name perform_git_push<defaultArg>1
|
284
|
+
# wrong constant name perform_git_push
|
285
|
+
# wrong constant name rubygem_push
|
286
|
+
# wrong constant name sh
|
287
|
+
# wrong constant name sh_with_code
|
288
|
+
# wrong constant name spec_path
|
289
|
+
# wrong constant name tag_version
|
290
|
+
# wrong constant name version
|
291
|
+
# wrong constant name version_tag
|
292
|
+
# undefined singleton method `install_tasks<defaultArg>1' for `Bundler::GemHelper'
|
293
|
+
# wrong constant name <static-init>
|
294
|
+
# wrong constant name gemspec
|
295
|
+
# wrong constant name install_tasks<defaultArg>1
|
296
|
+
# wrong constant name install_tasks
|
297
|
+
# wrong constant name instance
|
298
|
+
# wrong constant name instance=
|
299
|
+
# wrong constant name <static-init>
|
300
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::GemVersionPromoter'
|
301
|
+
# Did you mean? initialize_dup
|
302
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::GemVersionPromoter'
|
303
|
+
# Did you mean? initialize_dup
|
304
|
+
# wrong constant name initialize<defaultArg>1
|
305
|
+
# wrong constant name initialize<defaultArg>2
|
306
|
+
# wrong constant name initialize
|
307
|
+
# wrong constant name level
|
308
|
+
# wrong constant name level=
|
309
|
+
# wrong constant name locked_specs
|
310
|
+
# wrong constant name major?
|
311
|
+
# wrong constant name minor?
|
312
|
+
# wrong constant name prerelease_specified
|
313
|
+
# wrong constant name prerelease_specified=
|
314
|
+
# wrong constant name sort_versions
|
315
|
+
# wrong constant name strict
|
316
|
+
# wrong constant name strict=
|
317
|
+
# wrong constant name unlock_gems
|
318
|
+
# wrong constant name <static-init>
|
319
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Graph'
|
320
|
+
# Did you mean? initialize_dup
|
321
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::Graph'
|
322
|
+
# Did you mean? initialize_dup
|
323
|
+
# undefined method `initialize<defaultArg>3' for class `Bundler::Graph'
|
324
|
+
# Did you mean? initialize_dup
|
325
|
+
# undefined method `initialize<defaultArg>4' for class `Bundler::Graph'
|
326
|
+
# Did you mean? initialize_dup
|
327
|
+
# wrong constant name <Class:GraphVizClient>
|
328
|
+
# wrong constant name edge_options
|
329
|
+
# wrong constant name groups
|
330
|
+
# wrong constant name initialize<defaultArg>1
|
331
|
+
# wrong constant name initialize<defaultArg>2
|
332
|
+
# wrong constant name initialize<defaultArg>3
|
333
|
+
# wrong constant name initialize<defaultArg>4
|
334
|
+
# wrong constant name initialize
|
335
|
+
# wrong constant name node_options
|
336
|
+
# wrong constant name output_file
|
337
|
+
# wrong constant name output_format
|
338
|
+
# wrong constant name relations
|
339
|
+
# wrong constant name viz
|
340
|
+
# wrong constant name g
|
341
|
+
# wrong constant name initialize
|
342
|
+
# wrong constant name run
|
343
|
+
# wrong constant name <static-init>
|
344
|
+
# wrong constant name <static-init>
|
345
|
+
# uninitialized constant Bundler::Index::Elem
|
346
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Injector'
|
347
|
+
# Did you mean? initialize_dup
|
348
|
+
# wrong constant name initialize<defaultArg>1
|
349
|
+
# wrong constant name initialize
|
350
|
+
# wrong constant name inject
|
351
|
+
# wrong constant name remove
|
352
|
+
# undefined singleton method `inject<defaultArg>1' for `Bundler::Injector'
|
353
|
+
# undefined singleton method `remove<defaultArg>1' for `Bundler::Injector'
|
354
|
+
# wrong constant name <static-init>
|
355
|
+
# wrong constant name inject<defaultArg>1
|
356
|
+
# wrong constant name inject
|
357
|
+
# wrong constant name remove<defaultArg>1
|
358
|
+
# wrong constant name remove
|
359
|
+
# undefined method `generate_bundler_executable_stubs<defaultArg>1' for class `Bundler::Installer'
|
360
|
+
# wrong constant name generate_bundler_executable_stubs<defaultArg>1
|
361
|
+
# wrong constant name generate_bundler_executable_stubs
|
362
|
+
# wrong constant name generate_standalone_bundler_executable_stubs
|
363
|
+
# wrong constant name initialize
|
364
|
+
# wrong constant name post_install_messages
|
365
|
+
# wrong constant name run
|
366
|
+
# undefined singleton method `install<defaultArg>1' for `Bundler::Installer'
|
367
|
+
# wrong constant name <static-init>
|
368
|
+
# wrong constant name ambiguous_gems
|
369
|
+
# wrong constant name ambiguous_gems=
|
370
|
+
# wrong constant name install<defaultArg>1
|
371
|
+
# wrong constant name install
|
372
|
+
# uninitialized constant Bundler::Molinillo::DependencyGraph::Elem
|
373
|
+
# uninitialized constant Bundler::Molinillo::DependencyGraph::Log::Elem
|
374
|
+
# undefined method `app_cache_path<defaultArg>1' for module `Bundler::Plugin::API::Source'
|
375
|
+
# undefined method `cache<defaultArg>1' for module `Bundler::Plugin::API::Source'
|
376
|
+
# undefined method `post_install<defaultArg>1' for module `Bundler::Plugin::API::Source'
|
377
|
+
# wrong constant name ==
|
378
|
+
# wrong constant name app_cache_dirname
|
379
|
+
# wrong constant name app_cache_path<defaultArg>1
|
380
|
+
# wrong constant name app_cache_path
|
381
|
+
# wrong constant name bundler_plugin_api_source?
|
382
|
+
# wrong constant name cache<defaultArg>1
|
383
|
+
# wrong constant name cache
|
384
|
+
# wrong constant name cached!
|
385
|
+
# wrong constant name can_lock?
|
386
|
+
# wrong constant name dependency_names
|
387
|
+
# wrong constant name dependency_names=
|
388
|
+
# wrong constant name double_check_for
|
389
|
+
# wrong constant name eql?
|
390
|
+
# wrong constant name fetch_gemspec_files
|
391
|
+
# wrong constant name gem_install_dir
|
392
|
+
# wrong constant name hash
|
393
|
+
# wrong constant name include?
|
394
|
+
# wrong constant name initialize
|
395
|
+
# wrong constant name install
|
396
|
+
# wrong constant name install_path
|
397
|
+
# wrong constant name installed?
|
398
|
+
# wrong constant name name
|
399
|
+
# wrong constant name options
|
400
|
+
# wrong constant name options_to_lock
|
401
|
+
# wrong constant name post_install<defaultArg>1
|
402
|
+
# wrong constant name post_install
|
403
|
+
# wrong constant name remote!
|
404
|
+
# wrong constant name root
|
405
|
+
# wrong constant name specs
|
406
|
+
# wrong constant name to_lock
|
407
|
+
# wrong constant name to_s
|
408
|
+
# wrong constant name unlock!
|
409
|
+
# wrong constant name unmet_deps
|
410
|
+
# wrong constant name uri
|
411
|
+
# wrong constant name uri_hash
|
412
|
+
# wrong constant name <static-init>
|
413
|
+
# wrong constant name initialize
|
414
|
+
# wrong constant name <static-init>
|
415
|
+
# wrong constant name initialize
|
416
|
+
# wrong constant name <static-init>
|
417
|
+
# wrong constant name <Class:Git>
|
418
|
+
# wrong constant name <Class:Rubygems>
|
419
|
+
# wrong constant name install
|
420
|
+
# wrong constant name install_definition
|
421
|
+
# undefined method `generate_bin<defaultArg>1' for class `Bundler::Plugin::Installer::Git'
|
422
|
+
# uninitialized constant Bundler::Plugin::Installer::Git::DEFAULT_GLOB
|
423
|
+
# wrong constant name generate_bin<defaultArg>1
|
424
|
+
# wrong constant name generate_bin
|
425
|
+
# wrong constant name <static-init>
|
426
|
+
# uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
|
427
|
+
# Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
|
428
|
+
# uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
|
429
|
+
# Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
|
430
|
+
# wrong constant name <static-init>
|
431
|
+
# wrong constant name <static-init>
|
432
|
+
# wrong constant name <static-init>
|
433
|
+
# undefined singleton method `lock<defaultArg>1' for `Bundler::ProcessLock'
|
434
|
+
# wrong constant name <static-init>
|
435
|
+
# wrong constant name lock<defaultArg>1
|
436
|
+
# wrong constant name lock
|
437
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Retry'
|
438
|
+
# Did you mean? initialize_dup
|
439
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::Retry'
|
440
|
+
# Did you mean? initialize_dup
|
441
|
+
# wrong constant name attempt
|
442
|
+
# wrong constant name attempts
|
443
|
+
# wrong constant name current_run
|
444
|
+
# wrong constant name current_run=
|
445
|
+
# wrong constant name initialize<defaultArg>1
|
446
|
+
# wrong constant name initialize<defaultArg>2
|
447
|
+
# wrong constant name initialize
|
448
|
+
# wrong constant name name
|
449
|
+
# wrong constant name name=
|
450
|
+
# wrong constant name total_runs
|
451
|
+
# wrong constant name total_runs=
|
452
|
+
# wrong constant name <static-init>
|
453
|
+
# wrong constant name attempts
|
454
|
+
# wrong constant name default_attempts
|
455
|
+
# wrong constant name default_retries
|
456
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::RubyGemsGemInstaller'
|
457
|
+
# Did you mean? initialize_dup
|
458
|
+
# uninitialized constant Bundler::RubyGemsGemInstaller::ENV_PATHS
|
459
|
+
# wrong constant name initialize<defaultArg>1
|
460
|
+
# wrong constant name initialize
|
461
|
+
# wrong constant name <static-init>
|
462
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Settings::Mirror'
|
463
|
+
# Did you mean? initialize_dup
|
464
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::Settings::Mirror'
|
465
|
+
# Did you mean? initialize_dup
|
466
|
+
# undefined method `validate!<defaultArg>1' for class `Bundler::Settings::Mirror'
|
467
|
+
# wrong constant name ==
|
468
|
+
# wrong constant name fallback_timeout
|
469
|
+
# wrong constant name fallback_timeout=
|
470
|
+
# wrong constant name initialize<defaultArg>1
|
471
|
+
# wrong constant name initialize<defaultArg>2
|
472
|
+
# wrong constant name initialize
|
473
|
+
# wrong constant name uri
|
474
|
+
# wrong constant name uri=
|
475
|
+
# wrong constant name valid?
|
476
|
+
# wrong constant name validate!<defaultArg>1
|
477
|
+
# wrong constant name validate!
|
478
|
+
# wrong constant name <static-init>
|
479
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Settings::Mirrors'
|
480
|
+
# Did you mean? initialize_dup
|
481
|
+
# wrong constant name each
|
482
|
+
# wrong constant name for
|
483
|
+
# wrong constant name initialize<defaultArg>1
|
484
|
+
# wrong constant name initialize
|
485
|
+
# wrong constant name parse
|
486
|
+
# wrong constant name <static-init>
|
487
|
+
# wrong constant name <Class:Rule>
|
488
|
+
# wrong constant name description
|
489
|
+
# wrong constant name fail!
|
490
|
+
# wrong constant name initialize
|
491
|
+
# wrong constant name k
|
492
|
+
# wrong constant name set
|
493
|
+
# wrong constant name validate!
|
494
|
+
# wrong constant name <static-init>
|
495
|
+
# wrong constant name <static-init>
|
496
|
+
# wrong constant name validate!
|
497
|
+
# uninitialized constant Bundler::SpecSet::Elem
|
498
|
+
# undefined method `confirm<defaultArg>1' for class `Bundler::UI::Shell'
|
499
|
+
# undefined method `debug<defaultArg>1' for class `Bundler::UI::Shell'
|
500
|
+
# undefined method `error<defaultArg>1' for class `Bundler::UI::Shell'
|
501
|
+
# undefined method `info<defaultArg>1' for class `Bundler::UI::Shell'
|
502
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::UI::Shell'
|
503
|
+
# Did you mean? initialize_dup
|
504
|
+
# undefined method `level<defaultArg>1' for class `Bundler::UI::Shell'
|
505
|
+
# undefined method `trace<defaultArg>1' for class `Bundler::UI::Shell'
|
506
|
+
# undefined method `trace<defaultArg>2' for class `Bundler::UI::Shell'
|
507
|
+
# undefined method `warn<defaultArg>1' for class `Bundler::UI::Shell'
|
508
|
+
# wrong constant name add_color
|
509
|
+
# wrong constant name ask
|
510
|
+
# wrong constant name confirm<defaultArg>1
|
511
|
+
# wrong constant name confirm
|
512
|
+
# wrong constant name debug<defaultArg>1
|
513
|
+
# wrong constant name debug
|
514
|
+
# wrong constant name debug?
|
515
|
+
# wrong constant name error<defaultArg>1
|
516
|
+
# wrong constant name error
|
517
|
+
# wrong constant name info<defaultArg>1
|
518
|
+
# wrong constant name info
|
519
|
+
# wrong constant name initialize<defaultArg>1
|
520
|
+
# wrong constant name initialize
|
521
|
+
# wrong constant name level<defaultArg>1
|
522
|
+
# wrong constant name level
|
523
|
+
# wrong constant name level=
|
524
|
+
# wrong constant name no?
|
525
|
+
# wrong constant name quiet?
|
526
|
+
# wrong constant name shell=
|
527
|
+
# wrong constant name silence
|
528
|
+
# wrong constant name trace<defaultArg>1
|
529
|
+
# wrong constant name trace<defaultArg>2
|
530
|
+
# wrong constant name trace
|
531
|
+
# wrong constant name unprinted_warnings
|
532
|
+
# wrong constant name warn<defaultArg>1
|
533
|
+
# wrong constant name warn
|
534
|
+
# wrong constant name yes?
|
535
|
+
# wrong constant name <static-init>
|
536
|
+
# wrong constant name <Class:NEq>
|
537
|
+
# wrong constant name <Class:ReqR>
|
538
|
+
# uninitialized constant Bundler::VersionRanges::NEq::Elem
|
539
|
+
# wrong constant name version
|
540
|
+
# wrong constant name version=
|
541
|
+
# wrong constant name <static-init>
|
542
|
+
# wrong constant name []
|
543
|
+
# wrong constant name members
|
544
|
+
# uninitialized constant Bundler::VersionRanges::ReqR::Elem
|
545
|
+
# wrong constant name <Class:Endpoint>
|
546
|
+
# wrong constant name cover?
|
547
|
+
# wrong constant name empty?
|
548
|
+
# wrong constant name left
|
549
|
+
# wrong constant name left=
|
550
|
+
# wrong constant name right
|
551
|
+
# wrong constant name right=
|
552
|
+
# wrong constant name single?
|
553
|
+
# uninitialized constant Bundler::VersionRanges::ReqR::Endpoint::Elem
|
554
|
+
# wrong constant name inclusive
|
555
|
+
# wrong constant name inclusive=
|
556
|
+
# wrong constant name version
|
557
|
+
# wrong constant name version=
|
558
|
+
# wrong constant name <static-init>
|
559
|
+
# wrong constant name []
|
560
|
+
# wrong constant name members
|
561
|
+
# wrong constant name <static-init>
|
562
|
+
# wrong constant name []
|
563
|
+
# wrong constant name members
|
564
|
+
# wrong constant name <static-init>
|
565
|
+
# wrong constant name empty?
|
566
|
+
# wrong constant name for
|
567
|
+
# wrong constant name for_many
|
568
|
+
# undefined method `a<defaultArg>1' for module `CGI::HtmlExtension'
|
569
|
+
# undefined method `base<defaultArg>1' for module `CGI::HtmlExtension'
|
570
|
+
# undefined method `blockquote<defaultArg>1' for module `CGI::HtmlExtension'
|
571
|
+
# undefined method `caption<defaultArg>1' for module `CGI::HtmlExtension'
|
572
|
+
# undefined method `checkbox<defaultArg>1' for module `CGI::HtmlExtension'
|
573
|
+
# undefined method `checkbox<defaultArg>2' for module `CGI::HtmlExtension'
|
574
|
+
# undefined method `checkbox<defaultArg>3' for module `CGI::HtmlExtension'
|
575
|
+
# undefined method `checkbox_group<defaultArg>1' for module `CGI::HtmlExtension'
|
576
|
+
# undefined method `file_field<defaultArg>1' for module `CGI::HtmlExtension'
|
577
|
+
# undefined method `file_field<defaultArg>2' for module `CGI::HtmlExtension'
|
578
|
+
# undefined method `file_field<defaultArg>3' for module `CGI::HtmlExtension'
|
579
|
+
# undefined method `form<defaultArg>1' for module `CGI::HtmlExtension'
|
580
|
+
# undefined method `form<defaultArg>2' for module `CGI::HtmlExtension'
|
581
|
+
# undefined method `form<defaultArg>3' for module `CGI::HtmlExtension'
|
582
|
+
# undefined method `hidden<defaultArg>1' for module `CGI::HtmlExtension'
|
583
|
+
# undefined method `hidden<defaultArg>2' for module `CGI::HtmlExtension'
|
584
|
+
# undefined method `html<defaultArg>1' for module `CGI::HtmlExtension'
|
585
|
+
# undefined method `image_button<defaultArg>1' for module `CGI::HtmlExtension'
|
586
|
+
# undefined method `image_button<defaultArg>2' for module `CGI::HtmlExtension'
|
587
|
+
# undefined method `image_button<defaultArg>3' for module `CGI::HtmlExtension'
|
588
|
+
# undefined method `img<defaultArg>1' for module `CGI::HtmlExtension'
|
589
|
+
# undefined method `img<defaultArg>2' for module `CGI::HtmlExtension'
|
590
|
+
# undefined method `img<defaultArg>3' for module `CGI::HtmlExtension'
|
591
|
+
# undefined method `img<defaultArg>4' for module `CGI::HtmlExtension'
|
592
|
+
# undefined method `multipart_form<defaultArg>1' for module `CGI::HtmlExtension'
|
593
|
+
# undefined method `multipart_form<defaultArg>2' for module `CGI::HtmlExtension'
|
594
|
+
# undefined method `password_field<defaultArg>1' for module `CGI::HtmlExtension'
|
595
|
+
# undefined method `password_field<defaultArg>2' for module `CGI::HtmlExtension'
|
596
|
+
# undefined method `password_field<defaultArg>3' for module `CGI::HtmlExtension'
|
597
|
+
# undefined method `password_field<defaultArg>4' for module `CGI::HtmlExtension'
|
598
|
+
# undefined method `popup_menu<defaultArg>1' for module `CGI::HtmlExtension'
|
599
|
+
# undefined method `radio_button<defaultArg>1' for module `CGI::HtmlExtension'
|
600
|
+
# undefined method `radio_button<defaultArg>2' for module `CGI::HtmlExtension'
|
601
|
+
# undefined method `radio_button<defaultArg>3' for module `CGI::HtmlExtension'
|
602
|
+
# undefined method `radio_group<defaultArg>1' for module `CGI::HtmlExtension'
|
603
|
+
# undefined method `reset<defaultArg>1' for module `CGI::HtmlExtension'
|
604
|
+
# undefined method `reset<defaultArg>2' for module `CGI::HtmlExtension'
|
605
|
+
# undefined method `scrolling_list<defaultArg>1' for module `CGI::HtmlExtension'
|
606
|
+
# undefined method `submit<defaultArg>1' for module `CGI::HtmlExtension'
|
607
|
+
# undefined method `submit<defaultArg>2' for module `CGI::HtmlExtension'
|
608
|
+
# undefined method `text_field<defaultArg>1' for module `CGI::HtmlExtension'
|
609
|
+
# undefined method `text_field<defaultArg>2' for module `CGI::HtmlExtension'
|
610
|
+
# undefined method `text_field<defaultArg>3' for module `CGI::HtmlExtension'
|
611
|
+
# undefined method `text_field<defaultArg>4' for module `CGI::HtmlExtension'
|
612
|
+
# undefined method `textarea<defaultArg>1' for module `CGI::HtmlExtension'
|
613
|
+
# undefined method `textarea<defaultArg>2' for module `CGI::HtmlExtension'
|
614
|
+
# undefined method `textarea<defaultArg>3' for module `CGI::HtmlExtension'
|
615
|
+
# wrong constant name a<defaultArg>1
|
616
|
+
# wrong constant name a
|
617
|
+
# wrong constant name base<defaultArg>1
|
618
|
+
# wrong constant name base
|
619
|
+
# wrong constant name blockquote<defaultArg>1
|
620
|
+
# wrong constant name blockquote
|
621
|
+
# wrong constant name caption<defaultArg>1
|
622
|
+
# wrong constant name caption
|
623
|
+
# wrong constant name checkbox<defaultArg>1
|
624
|
+
# wrong constant name checkbox<defaultArg>2
|
625
|
+
# wrong constant name checkbox<defaultArg>3
|
626
|
+
# wrong constant name checkbox
|
627
|
+
# wrong constant name checkbox_group<defaultArg>1
|
628
|
+
# wrong constant name checkbox_group
|
629
|
+
# wrong constant name file_field<defaultArg>1
|
630
|
+
# wrong constant name file_field<defaultArg>2
|
631
|
+
# wrong constant name file_field<defaultArg>3
|
632
|
+
# wrong constant name file_field
|
633
|
+
# wrong constant name form<defaultArg>1
|
634
|
+
# wrong constant name form<defaultArg>2
|
635
|
+
# wrong constant name form<defaultArg>3
|
636
|
+
# wrong constant name form
|
637
|
+
# wrong constant name hidden<defaultArg>1
|
638
|
+
# wrong constant name hidden<defaultArg>2
|
639
|
+
# wrong constant name hidden
|
640
|
+
# wrong constant name html<defaultArg>1
|
641
|
+
# wrong constant name html
|
642
|
+
# wrong constant name image_button<defaultArg>1
|
643
|
+
# wrong constant name image_button<defaultArg>2
|
644
|
+
# wrong constant name image_button<defaultArg>3
|
645
|
+
# wrong constant name image_button
|
646
|
+
# wrong constant name img<defaultArg>1
|
647
|
+
# wrong constant name img<defaultArg>2
|
648
|
+
# wrong constant name img<defaultArg>3
|
649
|
+
# wrong constant name img<defaultArg>4
|
650
|
+
# wrong constant name img
|
651
|
+
# wrong constant name multipart_form<defaultArg>1
|
652
|
+
# wrong constant name multipart_form<defaultArg>2
|
653
|
+
# wrong constant name multipart_form
|
654
|
+
# wrong constant name password_field<defaultArg>1
|
655
|
+
# wrong constant name password_field<defaultArg>2
|
656
|
+
# wrong constant name password_field<defaultArg>3
|
657
|
+
# wrong constant name password_field<defaultArg>4
|
658
|
+
# wrong constant name password_field
|
659
|
+
# wrong constant name popup_menu<defaultArg>1
|
660
|
+
# wrong constant name popup_menu
|
661
|
+
# wrong constant name radio_button<defaultArg>1
|
662
|
+
# wrong constant name radio_button<defaultArg>2
|
663
|
+
# wrong constant name radio_button<defaultArg>3
|
664
|
+
# wrong constant name radio_button
|
665
|
+
# wrong constant name radio_group<defaultArg>1
|
666
|
+
# wrong constant name radio_group
|
667
|
+
# wrong constant name reset<defaultArg>1
|
668
|
+
# wrong constant name reset<defaultArg>2
|
669
|
+
# wrong constant name reset
|
670
|
+
# wrong constant name scrolling_list<defaultArg>1
|
671
|
+
# wrong constant name scrolling_list
|
672
|
+
# wrong constant name submit<defaultArg>1
|
673
|
+
# wrong constant name submit<defaultArg>2
|
674
|
+
# wrong constant name submit
|
675
|
+
# wrong constant name text_field<defaultArg>1
|
676
|
+
# wrong constant name text_field<defaultArg>2
|
677
|
+
# wrong constant name text_field<defaultArg>3
|
678
|
+
# wrong constant name text_field<defaultArg>4
|
679
|
+
# wrong constant name text_field
|
680
|
+
# wrong constant name textarea<defaultArg>1
|
681
|
+
# wrong constant name textarea<defaultArg>2
|
682
|
+
# wrong constant name textarea<defaultArg>3
|
683
|
+
# wrong constant name textarea
|
684
|
+
# wrong constant name <static-init>
|
685
|
+
# uninitialized constant CSV
|
686
|
+
# uninitialized constant CSV
|
687
|
+
# uninitialized constant Chalk
|
688
|
+
# uninitialized constant Chalk
|
689
|
+
# wrong constant name json_creatable?
|
690
|
+
# wrong constant name polar
|
691
|
+
# wrong constant name rect
|
692
|
+
# wrong constant name rectangular
|
693
|
+
# uninitialized constant Configatron
|
694
|
+
# uninitialized constant Configatron
|
695
|
+
# uninitialized constant Coverage
|
696
|
+
# uninitialized constant Coverage
|
697
|
+
# undefined method `methods<defaultArg>1' for class `Delegator'
|
698
|
+
# undefined method `protected_methods<defaultArg>1' for class `Delegator'
|
699
|
+
# Did you mean? protected_methods
|
700
|
+
# undefined method `public_methods<defaultArg>1' for class `Delegator'
|
701
|
+
# Did you mean? public_methods
|
702
|
+
# wrong constant name !=
|
703
|
+
# wrong constant name ==
|
704
|
+
# wrong constant name __getobj__
|
705
|
+
# wrong constant name __setobj__
|
706
|
+
# wrong constant name eql?
|
707
|
+
# wrong constant name initialize
|
708
|
+
# wrong constant name marshal_dump
|
709
|
+
# wrong constant name marshal_load
|
710
|
+
# wrong constant name method_missing
|
711
|
+
# wrong constant name methods<defaultArg>1
|
712
|
+
# wrong constant name methods
|
713
|
+
# wrong constant name protected_methods<defaultArg>1
|
714
|
+
# wrong constant name protected_methods
|
715
|
+
# wrong constant name public_methods<defaultArg>1
|
716
|
+
# wrong constant name public_methods
|
717
|
+
# wrong constant name const_missing
|
718
|
+
# wrong constant name delegating_block
|
719
|
+
# wrong constant name public_api
|
720
|
+
# wrong constant name class_name
|
721
|
+
# wrong constant name class_names
|
722
|
+
# wrong constant name corrections
|
723
|
+
# wrong constant name initialize
|
724
|
+
# wrong constant name scopes
|
725
|
+
# wrong constant name corrections
|
726
|
+
# wrong constant name original_message
|
727
|
+
# wrong constant name spell_checker
|
728
|
+
# wrong constant name to_s
|
729
|
+
# uninitialized constant DidYouMean::Formatter
|
730
|
+
# uninitialized constant DidYouMean::Formatter
|
731
|
+
# wrong constant name distance
|
732
|
+
# wrong constant name distance
|
733
|
+
# wrong constant name corrections
|
734
|
+
# wrong constant name initialize
|
735
|
+
# wrong constant name <static-init>
|
736
|
+
# wrong constant name distance
|
737
|
+
# wrong constant name min3
|
738
|
+
# wrong constant name corrections
|
739
|
+
# wrong constant name initialize
|
740
|
+
# wrong constant name method_name
|
741
|
+
# wrong constant name method_names
|
742
|
+
# wrong constant name receiver
|
743
|
+
# wrong constant name corrections
|
744
|
+
# wrong constant name initialize
|
745
|
+
# wrong constant name message_for
|
746
|
+
# wrong constant name <static-init>
|
747
|
+
# wrong constant name correct
|
748
|
+
# wrong constant name initialize
|
749
|
+
# wrong constant name corrections
|
750
|
+
# wrong constant name cvar_names
|
751
|
+
# wrong constant name initialize
|
752
|
+
# wrong constant name ivar_names
|
753
|
+
# wrong constant name lvar_names
|
754
|
+
# wrong constant name method_names
|
755
|
+
# wrong constant name name
|
756
|
+
# wrong constant name formatter
|
757
|
+
# wrong constant name formatter=
|
758
|
+
# wrong constant name children
|
759
|
+
# wrong constant name each_child
|
760
|
+
# undefined singleton method `mktmpdir<defaultArg>1' for `Dir'
|
761
|
+
# wrong constant name children
|
762
|
+
# wrong constant name each_child
|
763
|
+
# wrong constant name empty?
|
764
|
+
# wrong constant name exists?
|
765
|
+
# wrong constant name mktmpdir<defaultArg>1
|
766
|
+
# wrong constant name tmpdir
|
767
|
+
# wrong constant name _dump
|
768
|
+
# wrong constant name convert
|
769
|
+
# wrong constant name convpath
|
770
|
+
# wrong constant name destination_encoding
|
771
|
+
# wrong constant name finish
|
772
|
+
# wrong constant name initialize
|
773
|
+
# wrong constant name insert_output
|
774
|
+
# wrong constant name last_error
|
775
|
+
# wrong constant name primitive_convert
|
776
|
+
# wrong constant name primitive_errinfo
|
777
|
+
# wrong constant name putback
|
778
|
+
# wrong constant name replacement
|
779
|
+
# wrong constant name replacement=
|
780
|
+
# wrong constant name source_encoding
|
781
|
+
# wrong constant name asciicompat_encoding
|
782
|
+
# wrong constant name search_convpath
|
783
|
+
# wrong constant name destination_encoding
|
784
|
+
# wrong constant name destination_encoding_name
|
785
|
+
# wrong constant name error_bytes
|
786
|
+
# wrong constant name incomplete_input?
|
787
|
+
# wrong constant name readagain_bytes
|
788
|
+
# wrong constant name source_encoding
|
789
|
+
# wrong constant name source_encoding_name
|
790
|
+
# wrong constant name destination_encoding
|
791
|
+
# wrong constant name destination_encoding_name
|
792
|
+
# wrong constant name error_char
|
793
|
+
# wrong constant name source_encoding
|
794
|
+
# wrong constant name source_encoding_name
|
795
|
+
# wrong constant name _load
|
796
|
+
# wrong constant name locale_charmap
|
797
|
+
# undefined method `to_set<defaultArg>1' for module `Enumerable'
|
798
|
+
# wrong constant name chain
|
799
|
+
# wrong constant name chunk
|
800
|
+
# wrong constant name chunk_while
|
801
|
+
# wrong constant name each_entry
|
802
|
+
# wrong constant name filter
|
803
|
+
# wrong constant name grep_v
|
804
|
+
# wrong constant name slice_after
|
805
|
+
# wrong constant name slice_before
|
806
|
+
# wrong constant name slice_when
|
807
|
+
# wrong constant name sum
|
808
|
+
# wrong constant name to_set<defaultArg>1
|
809
|
+
# wrong constant name to_set
|
810
|
+
# wrong constant name uniq
|
811
|
+
# wrong constant name zip
|
812
|
+
# wrong constant name +
|
813
|
+
# wrong constant name <Class:ArithmeticSequence>
|
814
|
+
# wrong constant name <Class:Chain>
|
815
|
+
# wrong constant name each_with_index
|
816
|
+
# uninitialized constant Enumerator::ArithmeticSequence::Elem
|
817
|
+
# wrong constant name begin
|
818
|
+
# wrong constant name each
|
819
|
+
# wrong constant name end
|
820
|
+
# wrong constant name exclude_end?
|
821
|
+
# wrong constant name last
|
822
|
+
# wrong constant name step
|
823
|
+
# wrong constant name <static-init>
|
824
|
+
# uninitialized constant Enumerator::Chain::Elem
|
825
|
+
# wrong constant name <static-init>
|
826
|
+
# wrong constant name each
|
827
|
+
# wrong constant name initialize
|
828
|
+
# wrong constant name chunk
|
829
|
+
# wrong constant name chunk_while
|
830
|
+
# wrong constant name force
|
831
|
+
# wrong constant name slice_when
|
832
|
+
# wrong constant name <static-init>
|
833
|
+
# wrong constant name <static-init>
|
834
|
+
# wrong constant name <static-init>
|
835
|
+
# wrong constant name <static-init>
|
836
|
+
# wrong constant name <static-init>
|
837
|
+
# wrong constant name <static-init>
|
838
|
+
# wrong constant name <static-init>
|
839
|
+
# wrong constant name <static-init>
|
840
|
+
# wrong constant name <static-init>
|
841
|
+
# wrong constant name <static-init>
|
842
|
+
# wrong constant name <static-init>
|
843
|
+
# wrong constant name <static-init>
|
844
|
+
# wrong constant name <static-init>
|
845
|
+
# wrong constant name <static-init>
|
846
|
+
# wrong constant name <static-init>
|
847
|
+
# wrong constant name <static-init>
|
848
|
+
# wrong constant name <static-init>
|
849
|
+
# wrong constant name <static-init>
|
850
|
+
# wrong constant name <static-init>
|
851
|
+
# wrong constant name gid
|
852
|
+
# wrong constant name gid=
|
853
|
+
# wrong constant name mem
|
854
|
+
# wrong constant name mem=
|
855
|
+
# wrong constant name name
|
856
|
+
# wrong constant name name=
|
857
|
+
# wrong constant name passwd
|
858
|
+
# wrong constant name passwd=
|
859
|
+
# wrong constant name []
|
860
|
+
# wrong constant name each
|
861
|
+
# wrong constant name members
|
862
|
+
# wrong constant name <Class:Group>
|
863
|
+
# wrong constant name change
|
864
|
+
# wrong constant name change=
|
865
|
+
# wrong constant name dir
|
866
|
+
# wrong constant name dir=
|
867
|
+
# wrong constant name expire
|
868
|
+
# wrong constant name expire=
|
869
|
+
# wrong constant name gecos
|
870
|
+
# wrong constant name gecos=
|
871
|
+
# wrong constant name gid
|
872
|
+
# wrong constant name gid=
|
873
|
+
# wrong constant name name
|
874
|
+
# wrong constant name name=
|
875
|
+
# wrong constant name passwd
|
876
|
+
# wrong constant name passwd=
|
877
|
+
# wrong constant name shell
|
878
|
+
# wrong constant name shell=
|
879
|
+
# wrong constant name uclass
|
880
|
+
# wrong constant name uclass=
|
881
|
+
# wrong constant name uid
|
882
|
+
# wrong constant name uid=
|
883
|
+
# wrong constant name []
|
884
|
+
# wrong constant name each
|
885
|
+
# wrong constant name members
|
886
|
+
# wrong constant name <Class:Passwd>
|
887
|
+
# wrong constant name full_message
|
888
|
+
# wrong constant name exception
|
889
|
+
# wrong constant name to_tty?
|
890
|
+
# uninitialized constant Exception2MessageMapper
|
891
|
+
# uninitialized constant Exception2MessageMapper
|
892
|
+
# wrong constant name <static-init>
|
893
|
+
# wrong constant name <Class:EMHttp>
|
894
|
+
# wrong constant name <Class:EMSynchrony>
|
895
|
+
# wrong constant name <Class:Excon>
|
896
|
+
# wrong constant name <Class:HTTPClient>
|
897
|
+
# wrong constant name <Class:NetHttp>
|
898
|
+
# wrong constant name <Class:NetHttpPersistent>
|
899
|
+
# wrong constant name <Class:Patron>
|
900
|
+
# wrong constant name <Class:Rack>
|
901
|
+
# wrong constant name <Class:Test>
|
902
|
+
# wrong constant name <Class:Typhoeus>
|
903
|
+
# uninitialized constant Faraday::Adapter::EMHttp::CONTENT_LENGTH
|
904
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
905
|
+
# wrong constant name <Class:Manager>
|
906
|
+
# wrong constant name <Class:Options>
|
907
|
+
# wrong constant name create_request
|
908
|
+
# wrong constant name error_message
|
909
|
+
# wrong constant name parallel?
|
910
|
+
# wrong constant name perform_request
|
911
|
+
# wrong constant name perform_single_request
|
912
|
+
# wrong constant name raise_error
|
913
|
+
# wrong constant name add
|
914
|
+
# wrong constant name check_finished
|
915
|
+
# wrong constant name perform_request
|
916
|
+
# wrong constant name reset
|
917
|
+
# wrong constant name run
|
918
|
+
# wrong constant name running?
|
919
|
+
# wrong constant name <static-init>
|
920
|
+
# wrong constant name configure_compression
|
921
|
+
# wrong constant name configure_proxy
|
922
|
+
# wrong constant name configure_socket
|
923
|
+
# wrong constant name configure_ssl
|
924
|
+
# wrong constant name configure_timeout
|
925
|
+
# wrong constant name connection_config
|
926
|
+
# wrong constant name read_body
|
927
|
+
# wrong constant name request_config
|
928
|
+
# wrong constant name request_options
|
929
|
+
# wrong constant name <static-init>
|
930
|
+
# undefined singleton method `setup_parallel_manager<defaultArg>1' for `Faraday::Adapter::EMHttp'
|
931
|
+
# wrong constant name <static-init>
|
932
|
+
# wrong constant name setup_parallel_manager<defaultArg>1
|
933
|
+
# wrong constant name setup_parallel_manager
|
934
|
+
# uninitialized constant Faraday::Adapter::EMSynchrony::CONTENT_LENGTH
|
935
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
936
|
+
# wrong constant name <Class:ParallelManager>
|
937
|
+
# wrong constant name create_request
|
938
|
+
# wrong constant name add
|
939
|
+
# wrong constant name run
|
940
|
+
# wrong constant name <static-init>
|
941
|
+
# undefined singleton method `setup_parallel_manager<defaultArg>1' for `Faraday::Adapter::EMSynchrony'
|
942
|
+
# wrong constant name <static-init>
|
943
|
+
# wrong constant name setup_parallel_manager<defaultArg>1
|
944
|
+
# wrong constant name setup_parallel_manager
|
945
|
+
# uninitialized constant Faraday::Adapter::Excon::CONTENT_LENGTH
|
946
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
947
|
+
# wrong constant name create_connection
|
948
|
+
# wrong constant name read_body
|
949
|
+
# wrong constant name <static-init>
|
950
|
+
# uninitialized constant Faraday::Adapter::HTTPClient::CONTENT_LENGTH
|
951
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
952
|
+
# wrong constant name client
|
953
|
+
# wrong constant name configure_client
|
954
|
+
# wrong constant name configure_proxy
|
955
|
+
# wrong constant name configure_socket
|
956
|
+
# wrong constant name configure_ssl
|
957
|
+
# wrong constant name configure_timeouts
|
958
|
+
# wrong constant name ssl_cert_store
|
959
|
+
# wrong constant name ssl_verify_mode
|
960
|
+
# wrong constant name <static-init>
|
961
|
+
# uninitialized constant Faraday::Adapter::NetHttp::CONTENT_LENGTH
|
962
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
963
|
+
# wrong constant name <static-init>
|
964
|
+
# uninitialized constant Faraday::Adapter::NetHttpPersistent::CONTENT_LENGTH
|
965
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
966
|
+
# uninitialized constant Faraday::Adapter::NetHttpPersistent::NET_HTTP_EXCEPTIONS
|
967
|
+
# wrong constant name <static-init>
|
968
|
+
# uninitialized constant Faraday::Adapter::Patron::CONTENT_LENGTH
|
969
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
970
|
+
# wrong constant name configure_ssl
|
971
|
+
# wrong constant name <static-init>
|
972
|
+
# uninitialized constant Faraday::Adapter::Rack::CONTENT_LENGTH
|
973
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
974
|
+
# wrong constant name execute_request
|
975
|
+
# wrong constant name initialize
|
976
|
+
# wrong constant name <static-init>
|
977
|
+
# undefined method `initialize<defaultArg>1' for class `Faraday::Adapter::Test'
|
978
|
+
# Did you mean? initialize_dup
|
979
|
+
# uninitialized constant Faraday::Adapter::Test::CONTENT_LENGTH
|
980
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
981
|
+
# wrong constant name <Class:Stub>
|
982
|
+
# wrong constant name <Class:Stubs>
|
983
|
+
# wrong constant name configure
|
984
|
+
# wrong constant name initialize<defaultArg>1
|
985
|
+
# wrong constant name initialize
|
986
|
+
# wrong constant name stubs
|
987
|
+
# wrong constant name stubs=
|
988
|
+
# wrong constant name headers_match?
|
989
|
+
# wrong constant name initialize
|
990
|
+
# wrong constant name matches?
|
991
|
+
# wrong constant name params_match?
|
992
|
+
# wrong constant name path_match?
|
993
|
+
# wrong constant name <static-init>
|
994
|
+
# undefined method `delete<defaultArg>1' for class `Faraday::Adapter::Test::Stubs'
|
995
|
+
# undefined method `get<defaultArg>1' for class `Faraday::Adapter::Test::Stubs'
|
996
|
+
# undefined method `head<defaultArg>1' for class `Faraday::Adapter::Test::Stubs'
|
997
|
+
# undefined method `new_stub<defaultArg>1' for class `Faraday::Adapter::Test::Stubs'
|
998
|
+
# undefined method `new_stub<defaultArg>2' for class `Faraday::Adapter::Test::Stubs'
|
999
|
+
# undefined method `options<defaultArg>1' for class `Faraday::Adapter::Test::Stubs'
|
1000
|
+
# undefined method `patch<defaultArg>1' for class `Faraday::Adapter::Test::Stubs'
|
1001
|
+
# undefined method `patch<defaultArg>2' for class `Faraday::Adapter::Test::Stubs'
|
1002
|
+
# undefined method `post<defaultArg>1' for class `Faraday::Adapter::Test::Stubs'
|
1003
|
+
# undefined method `post<defaultArg>2' for class `Faraday::Adapter::Test::Stubs'
|
1004
|
+
# undefined method `put<defaultArg>1' for class `Faraday::Adapter::Test::Stubs'
|
1005
|
+
# undefined method `put<defaultArg>2' for class `Faraday::Adapter::Test::Stubs'
|
1006
|
+
# wrong constant name <Class:NotFound>
|
1007
|
+
# wrong constant name delete<defaultArg>1
|
1008
|
+
# wrong constant name delete
|
1009
|
+
# wrong constant name empty?
|
1010
|
+
# wrong constant name get<defaultArg>1
|
1011
|
+
# wrong constant name get
|
1012
|
+
# wrong constant name head<defaultArg>1
|
1013
|
+
# wrong constant name head
|
1014
|
+
# wrong constant name match
|
1015
|
+
# wrong constant name matches?
|
1016
|
+
# wrong constant name new_stub<defaultArg>1
|
1017
|
+
# wrong constant name new_stub<defaultArg>2
|
1018
|
+
# wrong constant name new_stub
|
1019
|
+
# wrong constant name options<defaultArg>1
|
1020
|
+
# wrong constant name options
|
1021
|
+
# wrong constant name patch<defaultArg>1
|
1022
|
+
# wrong constant name patch<defaultArg>2
|
1023
|
+
# wrong constant name patch
|
1024
|
+
# wrong constant name post<defaultArg>1
|
1025
|
+
# wrong constant name post<defaultArg>2
|
1026
|
+
# wrong constant name post
|
1027
|
+
# wrong constant name put<defaultArg>1
|
1028
|
+
# wrong constant name put<defaultArg>2
|
1029
|
+
# wrong constant name put
|
1030
|
+
# wrong constant name verify_stubbed_calls
|
1031
|
+
# wrong constant name <static-init>
|
1032
|
+
# wrong constant name <static-init>
|
1033
|
+
# wrong constant name <static-init>
|
1034
|
+
# uninitialized constant Faraday::Adapter::Typhoeus::CONTENT_LENGTH
|
1035
|
+
# Did you mean? Faraday::Adapter::CONTENT_LENGTH
|
1036
|
+
# wrong constant name call
|
1037
|
+
# wrong constant name <static-init>
|
1038
|
+
# wrong constant name call
|
1039
|
+
# wrong constant name initialize
|
1040
|
+
# wrong constant name <static-init>
|
1041
|
+
# wrong constant name build_hash
|
1042
|
+
# wrong constant name header
|
1043
|
+
# uninitialized constant Faraday::Request::BasicAuthentication::KEY
|
1044
|
+
# wrong constant name <static-init>
|
1045
|
+
# wrong constant name header
|
1046
|
+
# undefined method `initialize<defaultArg>1' for class `Faraday::Request::Instrumentation'
|
1047
|
+
# Did you mean? initialize_dup
|
1048
|
+
# wrong constant name <Class:Options>
|
1049
|
+
# wrong constant name call
|
1050
|
+
# wrong constant name initialize<defaultArg>1
|
1051
|
+
# wrong constant name initialize
|
1052
|
+
# wrong constant name <static-init>
|
1053
|
+
# wrong constant name <static-init>
|
1054
|
+
# uninitialized constant Faraday::Request::Multipart::CONTENT_TYPE
|
1055
|
+
# undefined method `initialize<defaultArg>1' for class `Faraday::Request::Retry'
|
1056
|
+
# Did you mean? initialize_dup
|
1057
|
+
# wrong constant name <Class:Options>
|
1058
|
+
# wrong constant name build_exception_matcher
|
1059
|
+
# wrong constant name calculate_sleep_amount
|
1060
|
+
# wrong constant name call
|
1061
|
+
# wrong constant name initialize<defaultArg>1
|
1062
|
+
# wrong constant name initialize
|
1063
|
+
# wrong constant name <static-init>
|
1064
|
+
# wrong constant name <static-init>
|
1065
|
+
# undefined method `initialize<defaultArg>1' for class `Faraday::Request::TokenAuthentication'
|
1066
|
+
# Did you mean? initialize_dup
|
1067
|
+
# uninitialized constant Faraday::Request::TokenAuthentication::KEY
|
1068
|
+
# wrong constant name initialize<defaultArg>1
|
1069
|
+
# wrong constant name initialize
|
1070
|
+
# undefined singleton method `header<defaultArg>1' for `Faraday::Request::TokenAuthentication'
|
1071
|
+
# wrong constant name <static-init>
|
1072
|
+
# wrong constant name header<defaultArg>1
|
1073
|
+
# wrong constant name header
|
1074
|
+
# undefined method `initialize<defaultArg>1' for class `Faraday::Response::Logger'
|
1075
|
+
# Did you mean? initialize_dup
|
1076
|
+
# undefined method `initialize<defaultArg>2' for class `Faraday::Response::Logger'
|
1077
|
+
# Did you mean? initialize_dup
|
1078
|
+
# wrong constant name debug
|
1079
|
+
# wrong constant name error
|
1080
|
+
# wrong constant name fatal
|
1081
|
+
# wrong constant name filter
|
1082
|
+
# wrong constant name info
|
1083
|
+
# wrong constant name initialize<defaultArg>1
|
1084
|
+
# wrong constant name initialize<defaultArg>2
|
1085
|
+
# wrong constant name initialize
|
1086
|
+
# wrong constant name warn
|
1087
|
+
# wrong constant name <static-init>
|
1088
|
+
# wrong constant name resume
|
1089
|
+
# wrong constant name yield
|
1090
|
+
# wrong constant name size?
|
1091
|
+
# wrong constant name empty?
|
1092
|
+
# wrong constant name exists?
|
1093
|
+
# wrong constant name lutime
|
1094
|
+
# wrong constant name mkfifo
|
1095
|
+
# uninitialized constant FileUtils::DryRun::VERSION
|
1096
|
+
# Did you mean? FileUtils::VERSION
|
1097
|
+
# uninitialized constant FileUtils::NoWrite::VERSION
|
1098
|
+
# Did you mean? FileUtils::VERSION
|
1099
|
+
# uninitialized constant FileUtils::Verbose::VERSION
|
1100
|
+
# Did you mean? FileUtils::VERSION
|
1101
|
+
# undefined method `def_delegator<defaultArg>1' for module `Forwardable'
|
1102
|
+
# undefined method `def_instance_delegator<defaultArg>1' for module `Forwardable'
|
1103
|
+
# wrong constant name def_delegator<defaultArg>1
|
1104
|
+
# wrong constant name def_delegator
|
1105
|
+
# wrong constant name def_delegators
|
1106
|
+
# wrong constant name def_instance_delegator<defaultArg>1
|
1107
|
+
# wrong constant name def_instance_delegator
|
1108
|
+
# wrong constant name def_instance_delegators
|
1109
|
+
# wrong constant name delegate
|
1110
|
+
# wrong constant name instance_delegate
|
1111
|
+
# wrong constant name _compile_method
|
1112
|
+
# wrong constant name _delegator_method
|
1113
|
+
# wrong constant name _valid_method?
|
1114
|
+
# wrong constant name debug
|
1115
|
+
# wrong constant name debug=
|
1116
|
+
# wrong constant name <static-init>
|
1117
|
+
# wrong constant name garbage_collect
|
1118
|
+
# wrong constant name latest_gc_info
|
1119
|
+
# wrong constant name stress=
|
1120
|
+
# wrong constant name verify_internal_consistency
|
1121
|
+
# wrong constant name verify_transient_heap_internal_consistency
|
1122
|
+
# wrong constant name oct_or_256based
|
1123
|
+
# wrong constant name s3_uri_signer
|
1124
|
+
# uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Log::Elem
|
1125
|
+
# undefined method `sign<defaultArg>1' for class `Gem::S3URISigner'
|
1126
|
+
# wrong constant name <Class:ConfigurationError>
|
1127
|
+
# wrong constant name <Class:InstanceProfileError>
|
1128
|
+
# wrong constant name <Class:S3Config>
|
1129
|
+
# wrong constant name initialize
|
1130
|
+
# wrong constant name sign<defaultArg>1
|
1131
|
+
# wrong constant name sign
|
1132
|
+
# wrong constant name uri
|
1133
|
+
# wrong constant name uri=
|
1134
|
+
# wrong constant name initialize
|
1135
|
+
# wrong constant name <static-init>
|
1136
|
+
# wrong constant name initialize
|
1137
|
+
# wrong constant name <static-init>
|
1138
|
+
# uninitialized constant Gem::S3URISigner::S3Config::Elem
|
1139
|
+
# wrong constant name access_key_id
|
1140
|
+
# wrong constant name access_key_id=
|
1141
|
+
# wrong constant name region
|
1142
|
+
# wrong constant name region=
|
1143
|
+
# wrong constant name secret_access_key
|
1144
|
+
# wrong constant name secret_access_key=
|
1145
|
+
# wrong constant name security_token
|
1146
|
+
# wrong constant name security_token=
|
1147
|
+
# wrong constant name <static-init>
|
1148
|
+
# wrong constant name []
|
1149
|
+
# wrong constant name members
|
1150
|
+
# wrong constant name <static-init>
|
1151
|
+
# wrong constant name correct_for_windows_path
|
1152
|
+
# wrong constant name <
|
1153
|
+
# wrong constant name <=
|
1154
|
+
# wrong constant name >
|
1155
|
+
# wrong constant name >=
|
1156
|
+
# wrong constant name compact
|
1157
|
+
# wrong constant name compact!
|
1158
|
+
# wrong constant name default_proc
|
1159
|
+
# wrong constant name default_proc=
|
1160
|
+
# wrong constant name fetch_values
|
1161
|
+
# wrong constant name filter!
|
1162
|
+
# wrong constant name flatten
|
1163
|
+
# wrong constant name index
|
1164
|
+
# wrong constant name merge!
|
1165
|
+
# wrong constant name replace
|
1166
|
+
# wrong constant name slice
|
1167
|
+
# wrong constant name to_h
|
1168
|
+
# wrong constant name to_proc
|
1169
|
+
# wrong constant name transform_keys
|
1170
|
+
# wrong constant name transform_keys!
|
1171
|
+
# wrong constant name transform_values
|
1172
|
+
# wrong constant name transform_values!
|
1173
|
+
# wrong constant name update
|
1174
|
+
# wrong constant name try_convert
|
1175
|
+
# undefined method `read_nonblock<defaultArg>1' for class `IO'
|
1176
|
+
# undefined method `read_nonblock<defaultArg>2' for class `IO'
|
1177
|
+
# undefined method `write_nonblock<defaultArg>1' for class `IO'
|
1178
|
+
# wrong constant name external_encoding
|
1179
|
+
# wrong constant name nonblock
|
1180
|
+
# wrong constant name nonblock=
|
1181
|
+
# wrong constant name nonblock?
|
1182
|
+
# wrong constant name nread
|
1183
|
+
# wrong constant name pathconf
|
1184
|
+
# wrong constant name pread
|
1185
|
+
# wrong constant name pwrite
|
1186
|
+
# wrong constant name read_nonblock<defaultArg>1
|
1187
|
+
# wrong constant name read_nonblock<defaultArg>2
|
1188
|
+
# wrong constant name ready?
|
1189
|
+
# wrong constant name wait
|
1190
|
+
# wrong constant name wait_readable
|
1191
|
+
# wrong constant name wait_writable
|
1192
|
+
# wrong constant name write_nonblock<defaultArg>1
|
1193
|
+
# wrong constant name write_nonblock
|
1194
|
+
# wrong constant name foreach
|
1195
|
+
# undefined method `initialize<defaultArg>1' for class `IPAddr'
|
1196
|
+
# Did you mean? initialize_dup
|
1197
|
+
# undefined method `initialize<defaultArg>2' for class `IPAddr'
|
1198
|
+
# Did you mean? initialize_dup
|
1199
|
+
# wrong constant name &
|
1200
|
+
# wrong constant name <<
|
1201
|
+
# wrong constant name <=>
|
1202
|
+
# wrong constant name ==
|
1203
|
+
# wrong constant name ===
|
1204
|
+
# wrong constant name >>
|
1205
|
+
# wrong constant name <Class:AddressFamilyError>
|
1206
|
+
# wrong constant name <Class:Error>
|
1207
|
+
# wrong constant name <Class:InvalidAddressError>
|
1208
|
+
# wrong constant name <Class:InvalidPrefixError>
|
1209
|
+
# wrong constant name eql?
|
1210
|
+
# wrong constant name family
|
1211
|
+
# wrong constant name hton
|
1212
|
+
# wrong constant name include?
|
1213
|
+
# wrong constant name initialize<defaultArg>1
|
1214
|
+
# wrong constant name initialize<defaultArg>2
|
1215
|
+
# wrong constant name initialize
|
1216
|
+
# wrong constant name ip6_arpa
|
1217
|
+
# wrong constant name ip6_int
|
1218
|
+
# wrong constant name ipv4?
|
1219
|
+
# wrong constant name ipv4_compat
|
1220
|
+
# wrong constant name ipv4_compat?
|
1221
|
+
# wrong constant name ipv4_mapped
|
1222
|
+
# wrong constant name ipv4_mapped?
|
1223
|
+
# wrong constant name ipv6?
|
1224
|
+
# wrong constant name link_local?
|
1225
|
+
# wrong constant name loopback?
|
1226
|
+
# wrong constant name mask
|
1227
|
+
# wrong constant name mask!
|
1228
|
+
# wrong constant name native
|
1229
|
+
# wrong constant name prefix
|
1230
|
+
# wrong constant name prefix=
|
1231
|
+
# wrong constant name private?
|
1232
|
+
# wrong constant name reverse
|
1233
|
+
# wrong constant name set
|
1234
|
+
# wrong constant name succ
|
1235
|
+
# wrong constant name to_i
|
1236
|
+
# wrong constant name to_range
|
1237
|
+
# wrong constant name to_string
|
1238
|
+
# wrong constant name |
|
1239
|
+
# wrong constant name ~
|
1240
|
+
# wrong constant name <static-init>
|
1241
|
+
# wrong constant name <static-init>
|
1242
|
+
# wrong constant name <static-init>
|
1243
|
+
# wrong constant name <static-init>
|
1244
|
+
# wrong constant name <static-init>
|
1245
|
+
# wrong constant name new_ntoh
|
1246
|
+
# wrong constant name ntop
|
1247
|
+
# wrong constant name allbits?
|
1248
|
+
# wrong constant name anybits?
|
1249
|
+
# wrong constant name digits
|
1250
|
+
# wrong constant name nobits?
|
1251
|
+
# wrong constant name pow
|
1252
|
+
# wrong constant name to_bn
|
1253
|
+
# wrong constant name sqrt
|
1254
|
+
# wrong constant name from_state
|
1255
|
+
# wrong constant name initialize
|
1256
|
+
# wrong constant name gem
|
1257
|
+
# wrong constant name itself
|
1258
|
+
# wrong constant name object_id
|
1259
|
+
# wrong constant name respond_to?
|
1260
|
+
# wrong constant name then
|
1261
|
+
# wrong constant name yield_self
|
1262
|
+
# wrong constant name at_exit
|
1263
|
+
# wrong constant name key
|
1264
|
+
# wrong constant name receiver
|
1265
|
+
# wrong constant name path
|
1266
|
+
# wrong constant name exit_value
|
1267
|
+
# wrong constant name reason
|
1268
|
+
# uninitialized constant Logger
|
1269
|
+
# uninitialized constant Logger
|
1270
|
+
# wrong constant name restore
|
1271
|
+
# uninitialized constant MessagePack
|
1272
|
+
# uninitialized constant MessagePack
|
1273
|
+
# wrong constant name deprecate_constant
|
1274
|
+
# wrong constant name undef_method
|
1275
|
+
# wrong constant name used_modules
|
1276
|
+
# wrong constant name enter
|
1277
|
+
# wrong constant name exit
|
1278
|
+
# wrong constant name try_enter
|
1279
|
+
# wrong constant name initialize
|
1280
|
+
# wrong constant name mon_enter
|
1281
|
+
# wrong constant name mon_exit
|
1282
|
+
# wrong constant name mon_locked?
|
1283
|
+
# wrong constant name mon_owned?
|
1284
|
+
# wrong constant name mon_synchronize
|
1285
|
+
# wrong constant name mon_try_enter
|
1286
|
+
# wrong constant name new_cond
|
1287
|
+
# wrong constant name synchronize
|
1288
|
+
# wrong constant name try_mon_enter
|
1289
|
+
# undefined method `wait<defaultArg>1' for class `MonitorMixin::ConditionVariable'
|
1290
|
+
# wrong constant name broadcast
|
1291
|
+
# wrong constant name initialize
|
1292
|
+
# wrong constant name signal
|
1293
|
+
# wrong constant name wait<defaultArg>1
|
1294
|
+
# wrong constant name wait
|
1295
|
+
# wrong constant name wait_until
|
1296
|
+
# wrong constant name wait_while
|
1297
|
+
# wrong constant name extend_object
|
1298
|
+
# uninitialized constant Mutex_m
|
1299
|
+
# uninitialized constant Mutex_m
|
1300
|
+
# wrong constant name name
|
1301
|
+
# wrong constant name receiver
|
1302
|
+
# uninitialized constant Net::FTP
|
1303
|
+
# uninitialized constant Net::FTP
|
1304
|
+
# uninitialized constant Net::FTPConnectionError
|
1305
|
+
# uninitialized constant Net::FTPConnectionError
|
1306
|
+
# uninitialized constant Net::FTPError
|
1307
|
+
# Did you mean? Net::HTTPError
|
1308
|
+
# uninitialized constant Net::FTPError
|
1309
|
+
# Did you mean? Net::HTTPError
|
1310
|
+
# uninitialized constant Net::FTPPermError
|
1311
|
+
# Did you mean? FiberError
|
1312
|
+
# uninitialized constant Net::FTPPermError
|
1313
|
+
# Did you mean? FiberError
|
1314
|
+
# uninitialized constant Net::FTPProtoError
|
1315
|
+
# uninitialized constant Net::FTPProtoError
|
1316
|
+
# uninitialized constant Net::FTPReplyError
|
1317
|
+
# uninitialized constant Net::FTPReplyError
|
1318
|
+
# uninitialized constant Net::FTPTempError
|
1319
|
+
# Did you mean? TypeError
|
1320
|
+
# uninitialized constant Net::FTPTempError
|
1321
|
+
# Did you mean? TypeError
|
1322
|
+
# uninitialized constant Net::HTTP::DigestAuth
|
1323
|
+
# uninitialized constant Net::HTTP::DigestAuth
|
1324
|
+
# uninitialized constant Net::HTTP::Persistent
|
1325
|
+
# uninitialized constant Net::HTTP::Persistent
|
1326
|
+
# uninitialized constant Net::IMAP
|
1327
|
+
# uninitialized constant Net::IMAP
|
1328
|
+
# uninitialized constant Net::SMTP
|
1329
|
+
# uninitialized constant Net::SMTP
|
1330
|
+
# uninitialized constant Net::SMTPAuthenticationError
|
1331
|
+
# uninitialized constant Net::SMTPAuthenticationError
|
1332
|
+
# uninitialized constant Net::SMTPError
|
1333
|
+
# Did you mean? Net::HTTPError
|
1334
|
+
# uninitialized constant Net::SMTPError
|
1335
|
+
# Did you mean? Net::HTTPError
|
1336
|
+
# uninitialized constant Net::SMTPFatalError
|
1337
|
+
# Did you mean? Net::ProtoFatalError
|
1338
|
+
# Net::HTTPFatalError
|
1339
|
+
# uninitialized constant Net::SMTPFatalError
|
1340
|
+
# Did you mean? Net::ProtoFatalError
|
1341
|
+
# Net::HTTPFatalError
|
1342
|
+
# uninitialized constant Net::SMTPServerBusy
|
1343
|
+
# uninitialized constant Net::SMTPServerBusy
|
1344
|
+
# uninitialized constant Net::SMTPSyntaxError
|
1345
|
+
# Did you mean? Net::ProtoSyntaxError
|
1346
|
+
# uninitialized constant Net::SMTPSyntaxError
|
1347
|
+
# Did you mean? Net::ProtoSyntaxError
|
1348
|
+
# uninitialized constant Net::SMTPUnknownError
|
1349
|
+
# uninitialized constant Net::SMTPUnknownError
|
1350
|
+
# uninitialized constant Net::SMTPUnsupportedCommand
|
1351
|
+
# uninitialized constant Net::SMTPUnsupportedCommand
|
1352
|
+
# wrong constant name to_i
|
1353
|
+
# wrong constant name args
|
1354
|
+
# wrong constant name private_call?
|
1355
|
+
# uninitialized constant RUBYGEMS_ACTIVATION_MONITOR
|
1356
|
+
# wrong constant name <Class:Object>
|
1357
|
+
# wrong constant name []
|
1358
|
+
# wrong constant name []=
|
1359
|
+
# wrong constant name each
|
1360
|
+
# wrong constant name each_key
|
1361
|
+
# wrong constant name each_pair
|
1362
|
+
# wrong constant name each_value
|
1363
|
+
# wrong constant name key?
|
1364
|
+
# wrong constant name keys
|
1365
|
+
# wrong constant name length
|
1366
|
+
# wrong constant name size
|
1367
|
+
# wrong constant name values
|
1368
|
+
# wrong constant name count_objects
|
1369
|
+
# wrong constant name define_finalizer
|
1370
|
+
# wrong constant name garbage_collect
|
1371
|
+
# wrong constant name undefine_finalizer
|
1372
|
+
# uninitialized constant OpenSSL::Digest::DSS
|
1373
|
+
# uninitialized constant OpenSSL::Digest::DSS
|
1374
|
+
# uninitialized constant OpenSSL::Digest::DSS1
|
1375
|
+
# uninitialized constant OpenSSL::Digest::DSS1
|
1376
|
+
# uninitialized constant OpenSSL::Digest::SHA
|
1377
|
+
# Did you mean? OpenSSL::Digest::SHA1
|
1378
|
+
# uninitialized constant OpenSSL::Digest::SHA
|
1379
|
+
# Did you mean? OpenSSL::Digest::SHA1
|
1380
|
+
# uninitialized constant OpenSSL::PKCS5::PKCS5Error
|
1381
|
+
# uninitialized constant OpenSSL::PKCS5::PKCS5Error
|
1382
|
+
# uninitialized constant Opus
|
1383
|
+
# uninitialized constant Opus
|
1384
|
+
# uninitialized constant PP
|
1385
|
+
# uninitialized constant PP
|
1386
|
+
# undefined method `children<defaultArg>1' for class `Pathname'
|
1387
|
+
# undefined method `each_child<defaultArg>1' for class `Pathname'
|
1388
|
+
# undefined method `find<defaultArg>1' for class `Pathname'
|
1389
|
+
# wrong constant name children<defaultArg>1
|
1390
|
+
# wrong constant name each_child<defaultArg>1
|
1391
|
+
# wrong constant name empty?
|
1392
|
+
# wrong constant name find<defaultArg>1
|
1393
|
+
# wrong constant name fnmatch?
|
1394
|
+
# wrong constant name glob
|
1395
|
+
# wrong constant name make_symlink
|
1396
|
+
# uninitialized constant PrettyPrint
|
1397
|
+
# uninitialized constant PrettyPrint
|
1398
|
+
# wrong constant name <<
|
1399
|
+
# wrong constant name ===
|
1400
|
+
# wrong constant name >>
|
1401
|
+
# wrong constant name clone
|
1402
|
+
# wrong constant name yield
|
1403
|
+
# uninitialized constant Proc0
|
1404
|
+
# uninitialized constant Proc0
|
1405
|
+
# uninitialized constant Proc1
|
1406
|
+
# uninitialized constant Proc1
|
1407
|
+
# uninitialized constant Proc10
|
1408
|
+
# uninitialized constant Proc10
|
1409
|
+
# uninitialized constant Proc2
|
1410
|
+
# uninitialized constant Proc2
|
1411
|
+
# uninitialized constant Proc3
|
1412
|
+
# uninitialized constant Proc3
|
1413
|
+
# uninitialized constant Proc4
|
1414
|
+
# uninitialized constant Proc4
|
1415
|
+
# uninitialized constant Proc5
|
1416
|
+
# uninitialized constant Proc5
|
1417
|
+
# uninitialized constant Proc6
|
1418
|
+
# uninitialized constant Proc6
|
1419
|
+
# uninitialized constant Proc7
|
1420
|
+
# uninitialized constant Proc7
|
1421
|
+
# uninitialized constant Proc8
|
1422
|
+
# uninitialized constant Proc8
|
1423
|
+
# uninitialized constant Proc9
|
1424
|
+
# uninitialized constant Proc9
|
1425
|
+
# wrong constant name getegid
|
1426
|
+
# wrong constant name cstime
|
1427
|
+
# wrong constant name cstime=
|
1428
|
+
# wrong constant name cutime
|
1429
|
+
# wrong constant name cutime=
|
1430
|
+
# wrong constant name stime
|
1431
|
+
# wrong constant name stime=
|
1432
|
+
# wrong constant name utime
|
1433
|
+
# wrong constant name utime=
|
1434
|
+
# wrong constant name []
|
1435
|
+
# wrong constant name members
|
1436
|
+
# wrong constant name last_status
|
1437
|
+
# wrong constant name setpgrp
|
1438
|
+
# uninitialized constant Racc
|
1439
|
+
# uninitialized constant Racc
|
1440
|
+
# undefined method `alphanumeric<defaultArg>1' for module `Random::Formatter'
|
1441
|
+
# undefined method `random_bytes<defaultArg>1' for module `Random::Formatter'
|
1442
|
+
# undefined method `urlsafe_base64<defaultArg>1' for module `Random::Formatter'
|
1443
|
+
# undefined method `urlsafe_base64<defaultArg>2' for module `Random::Formatter'
|
1444
|
+
# wrong constant name alphanumeric<defaultArg>1
|
1445
|
+
# wrong constant name alphanumeric
|
1446
|
+
# wrong constant name random_bytes<defaultArg>1
|
1447
|
+
# wrong constant name urlsafe_base64<defaultArg>1
|
1448
|
+
# wrong constant name urlsafe_base64<defaultArg>2
|
1449
|
+
# wrong constant name bytes
|
1450
|
+
# wrong constant name urandom
|
1451
|
+
# wrong constant name %
|
1452
|
+
# wrong constant name entries
|
1453
|
+
# wrong constant name to_a
|
1454
|
+
# undefined singleton method `expand<defaultArg>1' for `RbConfig'
|
1455
|
+
# undefined singleton method `fire_update!<defaultArg>1' for `RbConfig'
|
1456
|
+
# undefined singleton method `fire_update!<defaultArg>2' for `RbConfig'
|
1457
|
+
# wrong constant name expand<defaultArg>1
|
1458
|
+
# wrong constant name expand
|
1459
|
+
# wrong constant name fire_update!<defaultArg>1
|
1460
|
+
# wrong constant name fire_update!<defaultArg>2
|
1461
|
+
# wrong constant name fire_update!
|
1462
|
+
# wrong constant name ruby
|
1463
|
+
# wrong constant name match?
|
1464
|
+
# wrong constant name union
|
1465
|
+
# uninitialized constant Ripper
|
1466
|
+
# uninitialized constant Ripper
|
1467
|
+
# wrong constant name <Class:Node>
|
1468
|
+
# wrong constant name children
|
1469
|
+
# wrong constant name first_column
|
1470
|
+
# wrong constant name first_lineno
|
1471
|
+
# wrong constant name last_column
|
1472
|
+
# wrong constant name last_lineno
|
1473
|
+
# wrong constant name type
|
1474
|
+
# wrong constant name <static-init>
|
1475
|
+
# wrong constant name <static-init>
|
1476
|
+
# wrong constant name of
|
1477
|
+
# wrong constant name parse
|
1478
|
+
# wrong constant name parse_file
|
1479
|
+
# wrong constant name absolute_path
|
1480
|
+
# wrong constant name base_label
|
1481
|
+
# wrong constant name disasm
|
1482
|
+
# wrong constant name disassemble
|
1483
|
+
# wrong constant name each_child
|
1484
|
+
# wrong constant name eval
|
1485
|
+
# wrong constant name first_lineno
|
1486
|
+
# wrong constant name label
|
1487
|
+
# wrong constant name path
|
1488
|
+
# wrong constant name to_a
|
1489
|
+
# wrong constant name to_binary
|
1490
|
+
# wrong constant name trace_points
|
1491
|
+
# wrong constant name compile
|
1492
|
+
# wrong constant name compile_file
|
1493
|
+
# wrong constant name compile_option
|
1494
|
+
# wrong constant name compile_option=
|
1495
|
+
# wrong constant name disasm
|
1496
|
+
# wrong constant name disassemble
|
1497
|
+
# wrong constant name load_from_binary
|
1498
|
+
# wrong constant name load_from_binary_extra_data
|
1499
|
+
# wrong constant name of
|
1500
|
+
# wrong constant name <static-init>
|
1501
|
+
# wrong constant name enabled?
|
1502
|
+
# wrong constant name pause
|
1503
|
+
# wrong constant name resume
|
1504
|
+
# wrong constant name resolve_feature_path
|
1505
|
+
# wrong constant name stat
|
1506
|
+
# wrong constant name <static-init>
|
1507
|
+
# wrong constant name bytes
|
1508
|
+
# undefined method `flatten_merge<defaultArg>1' for class `Set'
|
1509
|
+
# undefined method `initialize<defaultArg>1' for class `Set'
|
1510
|
+
# Did you mean? initialize_dup
|
1511
|
+
# wrong constant name ==
|
1512
|
+
# wrong constant name ===
|
1513
|
+
# wrong constant name compare_by_identity
|
1514
|
+
# wrong constant name compare_by_identity?
|
1515
|
+
# wrong constant name divide
|
1516
|
+
# wrong constant name eql?
|
1517
|
+
# wrong constant name filter!
|
1518
|
+
# wrong constant name flatten_merge<defaultArg>1
|
1519
|
+
# wrong constant name flatten_merge
|
1520
|
+
# wrong constant name initialize<defaultArg>1
|
1521
|
+
# wrong constant name pretty_print
|
1522
|
+
# wrong constant name pretty_print_cycle
|
1523
|
+
# wrong constant name reset
|
1524
|
+
# wrong constant name signm
|
1525
|
+
# wrong constant name signo
|
1526
|
+
# undefined method `def_delegator<defaultArg>1' for module `SingleForwardable'
|
1527
|
+
# undefined method `def_single_delegator<defaultArg>1' for module `SingleForwardable'
|
1528
|
+
# wrong constant name def_delegator<defaultArg>1
|
1529
|
+
# wrong constant name def_delegator
|
1530
|
+
# wrong constant name def_delegators
|
1531
|
+
# wrong constant name def_single_delegator<defaultArg>1
|
1532
|
+
# wrong constant name def_single_delegator
|
1533
|
+
# wrong constant name def_single_delegators
|
1534
|
+
# wrong constant name delegate
|
1535
|
+
# wrong constant name single_delegate
|
1536
|
+
# uninitialized constant Singleton
|
1537
|
+
# Did you mean? SignalException
|
1538
|
+
# uninitialized constant Singleton
|
1539
|
+
# Did you mean? SignalException
|
1540
|
+
# wrong constant name <Class:ConstantEntry>
|
1541
|
+
# wrong constant name all_module_aliases
|
1542
|
+
# wrong constant name all_module_names
|
1543
|
+
# wrong constant name all_named_modules
|
1544
|
+
# wrong constant name class_by_name
|
1545
|
+
# wrong constant name name_by_class
|
1546
|
+
# uninitialized constant Sorbet::Private::ConstantLookupCache::ConstantEntry::Elem
|
1547
|
+
# wrong constant name aliases
|
1548
|
+
# wrong constant name aliases=
|
1549
|
+
# wrong constant name const
|
1550
|
+
# wrong constant name const=
|
1551
|
+
# wrong constant name const_name
|
1552
|
+
# wrong constant name const_name=
|
1553
|
+
# wrong constant name found_name
|
1554
|
+
# wrong constant name found_name=
|
1555
|
+
# wrong constant name owner
|
1556
|
+
# wrong constant name owner=
|
1557
|
+
# wrong constant name primary_name
|
1558
|
+
# wrong constant name primary_name=
|
1559
|
+
# wrong constant name <static-init>
|
1560
|
+
# wrong constant name []
|
1561
|
+
# wrong constant name members
|
1562
|
+
# wrong constant name <static-init>
|
1563
|
+
# wrong constant name <static-init>
|
1564
|
+
# wrong constant name main
|
1565
|
+
# wrong constant name output_file
|
1566
|
+
# wrong constant name <static-init>
|
1567
|
+
# wrong constant name fetch_sorbet_typed
|
1568
|
+
# wrong constant name main
|
1569
|
+
# wrong constant name matching_version_directories
|
1570
|
+
# wrong constant name output_file
|
1571
|
+
# wrong constant name paths_for_gem_version
|
1572
|
+
# wrong constant name paths_for_ruby_version
|
1573
|
+
# wrong constant name vendor_rbis_within_paths
|
1574
|
+
# wrong constant name <static-init>
|
1575
|
+
# wrong constant name main
|
1576
|
+
# wrong constant name output_file
|
1577
|
+
# wrong constant name paths_within_gem_sources
|
1578
|
+
# wrong constant name <Class:ClassDefinition>
|
1579
|
+
# wrong constant name <Class:TracepointSerializer>
|
1580
|
+
# wrong constant name <Class:Tracer>
|
1581
|
+
# uninitialized constant Sorbet::Private::GemGeneratorTracepoint::ClassDefinition::Elem
|
1582
|
+
# wrong constant name defs
|
1583
|
+
# wrong constant name defs=
|
1584
|
+
# wrong constant name id
|
1585
|
+
# wrong constant name id=
|
1586
|
+
# wrong constant name klass
|
1587
|
+
# wrong constant name klass=
|
1588
|
+
# wrong constant name <static-init>
|
1589
|
+
# wrong constant name []
|
1590
|
+
# wrong constant name members
|
1591
|
+
# wrong constant name initialize
|
1592
|
+
# wrong constant name serialize
|
1593
|
+
# wrong constant name <static-init>
|
1594
|
+
# wrong constant name <static-init>
|
1595
|
+
# wrong constant name add_to_context
|
1596
|
+
# wrong constant name disable_tracepoints
|
1597
|
+
# wrong constant name finish
|
1598
|
+
# wrong constant name install_tracepoints
|
1599
|
+
# wrong constant name on_method_added
|
1600
|
+
# wrong constant name on_module_created
|
1601
|
+
# wrong constant name on_module_extended
|
1602
|
+
# wrong constant name on_module_included
|
1603
|
+
# wrong constant name pre_cache_module_methods
|
1604
|
+
# wrong constant name register_delegate_class
|
1605
|
+
# wrong constant name start
|
1606
|
+
# wrong constant name trace
|
1607
|
+
# wrong constant name trace_results
|
1608
|
+
# undefined singleton method `main<defaultArg>1' for `Sorbet::Private::GemGeneratorTracepoint'
|
1609
|
+
# wrong constant name <static-init>
|
1610
|
+
# wrong constant name main<defaultArg>1
|
1611
|
+
# wrong constant name main
|
1612
|
+
# wrong constant name output_file
|
1613
|
+
# wrong constant name <static-init>
|
1614
|
+
# wrong constant name my_require
|
1615
|
+
# wrong constant name require_all_gems
|
1616
|
+
# wrong constant name require_gem
|
1617
|
+
# wrong constant name all_modules_and_aliases
|
1618
|
+
# wrong constant name capture_stderr
|
1619
|
+
# wrong constant name constant_cache
|
1620
|
+
# wrong constant name gen_source_rbi
|
1621
|
+
# wrong constant name looks_like_stub_name
|
1622
|
+
# wrong constant name main
|
1623
|
+
# wrong constant name mk_dir
|
1624
|
+
# wrong constant name read_constants
|
1625
|
+
# wrong constant name real_name
|
1626
|
+
# wrong constant name require_everything
|
1627
|
+
# wrong constant name rm_dir
|
1628
|
+
# wrong constant name serialize_alias
|
1629
|
+
# wrong constant name serialize_class
|
1630
|
+
# wrong constant name serialize_constants
|
1631
|
+
# wrong constant name symbols_id_to_name
|
1632
|
+
# wrong constant name write_constants
|
1633
|
+
# wrong constant name write_diff
|
1634
|
+
# wrong constant name <static-init>
|
1635
|
+
# wrong constant name main
|
1636
|
+
# wrong constant name output_file
|
1637
|
+
# wrong constant name <static-init>
|
1638
|
+
# wrong constant name cyan
|
1639
|
+
# wrong constant name emojify
|
1640
|
+
# wrong constant name init
|
1641
|
+
# wrong constant name main
|
1642
|
+
# wrong constant name make_step
|
1643
|
+
# wrong constant name usage
|
1644
|
+
# wrong constant name yellow
|
1645
|
+
# wrong constant name <static-init>
|
1646
|
+
# wrong constant name real_ancestors
|
1647
|
+
# wrong constant name real_autoload?
|
1648
|
+
# wrong constant name real_const_get
|
1649
|
+
# wrong constant name real_constants
|
1650
|
+
# wrong constant name real_eqeq
|
1651
|
+
# wrong constant name real_hash
|
1652
|
+
# wrong constant name real_instance_methods
|
1653
|
+
# wrong constant name real_is_a?
|
1654
|
+
# wrong constant name real_name
|
1655
|
+
# wrong constant name real_object_id
|
1656
|
+
# wrong constant name real_private_instance_methods
|
1657
|
+
# wrong constant name real_singleton_class
|
1658
|
+
# wrong constant name real_singleton_methods
|
1659
|
+
# wrong constant name real_spaceship
|
1660
|
+
# wrong constant name real_superclass
|
1661
|
+
# wrong constant name <static-init>
|
1662
|
+
# wrong constant name excluded_rails_files
|
1663
|
+
# wrong constant name load_bundler
|
1664
|
+
# wrong constant name load_rails
|
1665
|
+
# wrong constant name my_require
|
1666
|
+
# wrong constant name patch_kernel
|
1667
|
+
# wrong constant name rails?
|
1668
|
+
# wrong constant name rails_load_paths
|
1669
|
+
# wrong constant name rb_file_paths
|
1670
|
+
# wrong constant name require_all_files
|
1671
|
+
# wrong constant name require_everything
|
1672
|
+
# undefined method `serialize_method<defaultArg>1' for class `Sorbet::Private::Serialize'
|
1673
|
+
# undefined method `serialize_method<defaultArg>2' for class `Sorbet::Private::Serialize'
|
1674
|
+
# wrong constant name alias
|
1675
|
+
# wrong constant name ancestor_has_method
|
1676
|
+
# wrong constant name blacklisted_method
|
1677
|
+
# wrong constant name class_or_module
|
1678
|
+
# wrong constant name comparable?
|
1679
|
+
# wrong constant name constant
|
1680
|
+
# wrong constant name from_method
|
1681
|
+
# wrong constant name initialize
|
1682
|
+
# wrong constant name serialize_method<defaultArg>1
|
1683
|
+
# wrong constant name serialize_method<defaultArg>2
|
1684
|
+
# wrong constant name serialize_method
|
1685
|
+
# wrong constant name serialize_sig
|
1686
|
+
# wrong constant name to_sig
|
1687
|
+
# wrong constant name valid_class_name
|
1688
|
+
# wrong constant name valid_method_name
|
1689
|
+
# undefined singleton method `header<defaultArg>1' for `Sorbet::Private::Serialize'
|
1690
|
+
# undefined singleton method `header<defaultArg>2' for `Sorbet::Private::Serialize'
|
1691
|
+
# wrong constant name <static-init>
|
1692
|
+
# wrong constant name header<defaultArg>1
|
1693
|
+
# wrong constant name header<defaultArg>2
|
1694
|
+
# wrong constant name header
|
1695
|
+
# uninitialized constant Sorbet::Private::Static
|
1696
|
+
# Did you mean? Sorbet::Private::Status
|
1697
|
+
# uninitialized constant Sorbet::Private::Static
|
1698
|
+
# Did you mean? Sorbet::Private::Status
|
1699
|
+
# undefined singleton method `say<defaultArg>1' for `Sorbet::Private::Status'
|
1700
|
+
# wrong constant name <static-init>
|
1701
|
+
# wrong constant name done
|
1702
|
+
# wrong constant name say<defaultArg>1
|
1703
|
+
# wrong constant name say
|
1704
|
+
# wrong constant name <static-init>
|
1705
|
+
# wrong constant name main
|
1706
|
+
# wrong constant name output_file
|
1707
|
+
# wrong constant name <static-init>
|
1708
|
+
# wrong constant name main
|
1709
|
+
# wrong constant name output_file
|
1710
|
+
# wrong constant name suggest_typed
|
1711
|
+
# wrong constant name <static-init>
|
1712
|
+
# wrong constant name main
|
1713
|
+
# wrong constant name output_file
|
1714
|
+
# uninitialized constant SortedSet::InspectKey
|
1715
|
+
# wrong constant name initialize
|
1716
|
+
# wrong constant name setup
|
1717
|
+
# wrong constant name result
|
1718
|
+
# wrong constant name []=
|
1719
|
+
# wrong constant name casecmp?
|
1720
|
+
# wrong constant name each_grapheme_cluster
|
1721
|
+
# wrong constant name encode!
|
1722
|
+
# wrong constant name grapheme_clusters
|
1723
|
+
# wrong constant name reverse!
|
1724
|
+
# wrong constant name shellescape
|
1725
|
+
# wrong constant name shellsplit
|
1726
|
+
# wrong constant name succ!
|
1727
|
+
# wrong constant name undump
|
1728
|
+
# wrong constant name unicode_normalize
|
1729
|
+
# wrong constant name unicode_normalize!
|
1730
|
+
# wrong constant name unicode_normalized?
|
1731
|
+
# wrong constant name unpack1
|
1732
|
+
# wrong constant name length
|
1733
|
+
# wrong constant name truncate
|
1734
|
+
# wrong constant name []
|
1735
|
+
# wrong constant name []=
|
1736
|
+
# wrong constant name dig
|
1737
|
+
# wrong constant name each_pair
|
1738
|
+
# wrong constant name filter
|
1739
|
+
# wrong constant name length
|
1740
|
+
# wrong constant name members
|
1741
|
+
# wrong constant name select
|
1742
|
+
# wrong constant name size
|
1743
|
+
# wrong constant name to_a
|
1744
|
+
# wrong constant name to_h
|
1745
|
+
# wrong constant name values
|
1746
|
+
# wrong constant name values_at
|
1747
|
+
# wrong constant name <Class:Struct>
|
1748
|
+
# wrong constant name errno
|
1749
|
+
# wrong constant name status
|
1750
|
+
# wrong constant name success?
|
1751
|
+
# wrong constant name T.noreturn
|
1752
|
+
# wrong constant name T.noreturn
|
1753
|
+
# wrong constant name T.untyped
|
1754
|
+
# undefined method `enable<defaultArg>1' for class `TracePoint'
|
1755
|
+
# undefined method `enable<defaultArg>2' for class `TracePoint'
|
1756
|
+
# wrong constant name __enable
|
1757
|
+
# wrong constant name enable<defaultArg>1
|
1758
|
+
# wrong constant name enable<defaultArg>2
|
1759
|
+
# wrong constant name eval_script
|
1760
|
+
# wrong constant name event
|
1761
|
+
# wrong constant name instruction_sequence
|
1762
|
+
# wrong constant name parameters
|
1763
|
+
# wrong constant name <Class:File>
|
1764
|
+
# wrong constant name decode
|
1765
|
+
# wrong constant name encode
|
1766
|
+
# wrong constant name escape
|
1767
|
+
# wrong constant name unescape
|
1768
|
+
# wrong constant name set_typecode
|
1769
|
+
# wrong constant name typecode
|
1770
|
+
# wrong constant name typecode=
|
1771
|
+
# undefined singleton method `new2<defaultArg>1' for `URI::FTP'
|
1772
|
+
# undefined singleton method `new2<defaultArg>2' for `URI::FTP'
|
1773
|
+
# wrong constant name new2<defaultArg>1
|
1774
|
+
# wrong constant name new2<defaultArg>2
|
1775
|
+
# wrong constant name new2
|
1776
|
+
# uninitialized constant URI::File::ABS_PATH
|
1777
|
+
# Did you mean? URI::ABS_PATH
|
1778
|
+
# uninitialized constant URI::File::ABS_URI
|
1779
|
+
# Did you mean? URI::ABS_URI
|
1780
|
+
# uninitialized constant URI::File::ABS_URI_REF
|
1781
|
+
# Did you mean? URI::ABS_URI_REF
|
1782
|
+
# uninitialized constant URI::File::DEFAULT_PARSER
|
1783
|
+
# Did you mean? URI::File::DEFAULT_PORT
|
1784
|
+
# URI::DEFAULT_PARSER
|
1785
|
+
# uninitialized constant URI::File::ESCAPED
|
1786
|
+
# Did you mean? URI::File::Escape
|
1787
|
+
# URI::Escape
|
1788
|
+
# URI::ESCAPED
|
1789
|
+
# uninitialized constant URI::File::FRAGMENT
|
1790
|
+
# Did you mean? URI::FRAGMENT
|
1791
|
+
# uninitialized constant URI::File::HOST
|
1792
|
+
# Did you mean? URI::HOST
|
1793
|
+
# uninitialized constant URI::File::OPAQUE
|
1794
|
+
# Did you mean? URI::OPAQUE
|
1795
|
+
# uninitialized constant URI::File::PORT
|
1796
|
+
# Did you mean? URI::PORT
|
1797
|
+
# uninitialized constant URI::File::QUERY
|
1798
|
+
# Did you mean? URI::QUERY
|
1799
|
+
# uninitialized constant URI::File::REGISTRY
|
1800
|
+
# Did you mean? URI::REGISTRY
|
1801
|
+
# uninitialized constant URI::File::REL_PATH
|
1802
|
+
# Did you mean? URI::REL_PATH
|
1803
|
+
# uninitialized constant URI::File::REL_URI
|
1804
|
+
# Did you mean? URI::REL_URI
|
1805
|
+
# uninitialized constant URI::File::REL_URI_REF
|
1806
|
+
# Did you mean? URI::REL_URI_REF
|
1807
|
+
# uninitialized constant URI::File::RFC3986_PARSER
|
1808
|
+
# Did you mean? URI::File::RFC3986_Parser
|
1809
|
+
# URI::RFC3986_Parser
|
1810
|
+
# URI::RFC2396_Parser
|
1811
|
+
# URI::File::RFC2396_Parser
|
1812
|
+
# URI::RFC3986_PARSER
|
1813
|
+
# uninitialized constant URI::File::SCHEME
|
1814
|
+
# Did you mean? URI::SCHEME
|
1815
|
+
# uninitialized constant URI::File::TBLDECWWWCOMP_
|
1816
|
+
# Did you mean? URI::File::TBLENCWWWCOMP_
|
1817
|
+
# URI::TBLDECWWWCOMP_
|
1818
|
+
# URI::TBLENCWWWCOMP_
|
1819
|
+
# uninitialized constant URI::File::TBLENCWWWCOMP_
|
1820
|
+
# Did you mean? URI::File::TBLDECWWWCOMP_
|
1821
|
+
# URI::TBLDECWWWCOMP_
|
1822
|
+
# URI::TBLENCWWWCOMP_
|
1823
|
+
# uninitialized constant URI::File::UNSAFE
|
1824
|
+
# Did you mean? URI::UNSAFE
|
1825
|
+
# uninitialized constant URI::File::URI_REF
|
1826
|
+
# Did you mean? URI::URI_REF
|
1827
|
+
# uninitialized constant URI::File::USERINFO
|
1828
|
+
# Did you mean? URI::USERINFO
|
1829
|
+
# uninitialized constant URI::File::USE_REGISTRY
|
1830
|
+
# uninitialized constant URI::File::VERSION
|
1831
|
+
# Did you mean? URI::VERSION
|
1832
|
+
# uninitialized constant URI::File::VERSION_CODE
|
1833
|
+
# Did you mean? URI::VERSION_CODE
|
1834
|
+
# uninitialized constant URI::File::WEB_ENCODINGS_
|
1835
|
+
# Did you mean? URI::WEB_ENCODINGS_
|
1836
|
+
# wrong constant name check_password
|
1837
|
+
# wrong constant name check_user
|
1838
|
+
# wrong constant name check_userinfo
|
1839
|
+
# wrong constant name set_userinfo
|
1840
|
+
# wrong constant name <static-init>
|
1841
|
+
# wrong constant name request_uri
|
1842
|
+
# wrong constant name attributes
|
1843
|
+
# wrong constant name attributes=
|
1844
|
+
# wrong constant name dn
|
1845
|
+
# wrong constant name dn=
|
1846
|
+
# wrong constant name extensions
|
1847
|
+
# wrong constant name extensions=
|
1848
|
+
# wrong constant name filter
|
1849
|
+
# wrong constant name filter=
|
1850
|
+
# wrong constant name initialize
|
1851
|
+
# wrong constant name scope
|
1852
|
+
# wrong constant name scope=
|
1853
|
+
# wrong constant name set_attributes
|
1854
|
+
# wrong constant name set_dn
|
1855
|
+
# wrong constant name set_extensions
|
1856
|
+
# wrong constant name set_filter
|
1857
|
+
# wrong constant name set_scope
|
1858
|
+
# wrong constant name headers
|
1859
|
+
# wrong constant name headers=
|
1860
|
+
# wrong constant name initialize
|
1861
|
+
# wrong constant name set_headers
|
1862
|
+
# wrong constant name set_to
|
1863
|
+
# wrong constant name to
|
1864
|
+
# wrong constant name to=
|
1865
|
+
# wrong constant name to_mailtext
|
1866
|
+
# wrong constant name to_rfc822text
|
1867
|
+
# undefined method `escape<defaultArg>1' for class `URI::RFC2396_Parser'
|
1868
|
+
# undefined method `extract<defaultArg>1' for class `URI::RFC2396_Parser'
|
1869
|
+
# undefined method `initialize<defaultArg>1' for class `URI::RFC2396_Parser'
|
1870
|
+
# Did you mean? initialize_dup
|
1871
|
+
# undefined method `make_regexp<defaultArg>1' for class `URI::RFC2396_Parser'
|
1872
|
+
# undefined method `unescape<defaultArg>1' for class `URI::RFC2396_Parser'
|
1873
|
+
# wrong constant name escape<defaultArg>1
|
1874
|
+
# wrong constant name escape
|
1875
|
+
# wrong constant name extract<defaultArg>1
|
1876
|
+
# wrong constant name extract
|
1877
|
+
# wrong constant name initialize<defaultArg>1
|
1878
|
+
# wrong constant name initialize
|
1879
|
+
# wrong constant name join
|
1880
|
+
# wrong constant name make_regexp<defaultArg>1
|
1881
|
+
# wrong constant name make_regexp
|
1882
|
+
# wrong constant name parse
|
1883
|
+
# wrong constant name pattern
|
1884
|
+
# wrong constant name regexp
|
1885
|
+
# wrong constant name split
|
1886
|
+
# wrong constant name unescape<defaultArg>1
|
1887
|
+
# wrong constant name unescape
|
1888
|
+
# wrong constant name join
|
1889
|
+
# wrong constant name parse
|
1890
|
+
# wrong constant name regexp
|
1891
|
+
# wrong constant name split
|
1892
|
+
# wrong constant name make_components_hash
|
1893
|
+
# undefined singleton method `decode_www_form<defaultArg>1' for `URI'
|
1894
|
+
# undefined singleton method `decode_www_form<defaultArg>2' for `URI'
|
1895
|
+
# undefined singleton method `decode_www_form<defaultArg>3' for `URI'
|
1896
|
+
# undefined singleton method `decode_www_form<defaultArg>4' for `URI'
|
1897
|
+
# undefined singleton method `encode_www_form<defaultArg>1' for `URI'
|
1898
|
+
# undefined singleton method `encode_www_form_component<defaultArg>1' for `URI'
|
1899
|
+
# undefined singleton method `extract<defaultArg>1' for `URI'
|
1900
|
+
# undefined singleton method `regexp<defaultArg>1' for `URI'
|
1901
|
+
# wrong constant name decode_www_form<defaultArg>1
|
1902
|
+
# wrong constant name decode_www_form<defaultArg>2
|
1903
|
+
# wrong constant name decode_www_form<defaultArg>3
|
1904
|
+
# wrong constant name decode_www_form<defaultArg>4
|
1905
|
+
# wrong constant name decode_www_form
|
1906
|
+
# wrong constant name encode_www_form<defaultArg>1
|
1907
|
+
# wrong constant name encode_www_form
|
1908
|
+
# wrong constant name encode_www_form_component<defaultArg>1
|
1909
|
+
# wrong constant name encode_www_form_component
|
1910
|
+
# wrong constant name extract<defaultArg>1
|
1911
|
+
# wrong constant name get_encoding
|
1912
|
+
# wrong constant name regexp<defaultArg>1
|
1913
|
+
# wrong constant name clone
|
1914
|
+
# wrong constant name original_name
|
1915
|
+
# wrong constant name tag
|
1916
|
+
# wrong constant name value
|
1917
|
+
# wrong constant name <static-init>
|
1918
|
+
# uninitialized constant WEBrick
|
1919
|
+
# uninitialized constant WEBrick
|
1920
|
+
# wrong constant name warn
|