guard-sorbet 0.0.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eadcf3e35917924b3cb98dd2d22b6f5ea8f0ff9deba22bf16b65c802b0963756
4
- data.tar.gz: d8ff544ec674606aba4d24ffed3550779cdbd14f839698f09a41261cafa4d5bc
3
+ metadata.gz: 80b7dafbdd89703d72f2183cde96cae5dfc33f67df27b250faf2216ad546b560
4
+ data.tar.gz: a03af5bf34df1713001c0a0e920e2c3f2bb328069e300d882749a58e37bcb873
5
5
  SHA512:
6
- metadata.gz: '084d53ac1a4a0f9fee5a999bc57aac6b1c6563f2301444b01cb6c39a2099af89963e073c3d5245fd46fcf867f81ac9753fd0fdd231ad8aa78722bd8f2857c5bc'
7
- data.tar.gz: 89a7f0d01a70c6f0bdee2c3dfb1abe885bab96c5e05c81d47ff65bd3cd9346ce77db758b395ec856bb1d94431f4aa499f5f9657c08d8db28feed7f10114b83e5
6
+ metadata.gz: 9f454c39b8d287a1ce2c4085895f6f949214de609e12cf39455f1bbd4d88caf9b5d9fb5a8a28187fd384eb980ef4064699f80f124ef1bfa69bfba3b68c6679fe
7
+ data.tar.gz: e3ae4460d11149e3657ba0398ae70302785daa7529d8094488b3f6c263ff2240b37a45ded1e3aa131dbb124a74951bbc4300459d6828e4525ce9e8310934a77d
@@ -4,16 +4,16 @@ PATH
4
4
  guard-sorbet (0.0.1)
5
5
  guard (~> 2.0)
6
6
  guard-compat (~> 1.0)
7
- sorbet (~> 0.4.0)
8
- sorbet-runtime (~> 0.4.0)
7
+ sorbet (~> 0.5.0)
8
+ sorbet-runtime (~> 0.5.0)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
13
  coderay (1.1.2)
14
- ffi (1.11.1)
14
+ ffi (1.12.2)
15
15
  formatador (0.2.5)
16
- guard (2.15.0)
16
+ guard (2.16.1)
17
17
  formatador (>= 0.2.4)
18
18
  listen (>= 2.7, < 4.0)
19
19
  lumberjack (>= 1.0.12, < 2.0)
@@ -23,29 +23,27 @@ GEM
23
23
  shellany (~> 0.0)
24
24
  thor (>= 0.18.1)
25
25
  guard-compat (1.2.1)
26
- listen (3.1.5)
27
- rb-fsevent (~> 0.9, >= 0.9.4)
28
- rb-inotify (~> 0.9, >= 0.9.7)
29
- ruby_dep (~> 1.2)
30
- lumberjack (1.0.13)
26
+ listen (3.2.1)
27
+ rb-fsevent (~> 0.10, >= 0.10.3)
28
+ rb-inotify (~> 0.9, >= 0.9.10)
29
+ lumberjack (1.2.4)
31
30
  method_source (0.9.2)
32
31
  nenv (0.3.0)
33
- notiffany (0.1.1)
32
+ notiffany (0.1.3)
34
33
  nenv (~> 0.1)
35
34
  shellany (~> 0.0)
36
35
  pry (0.12.2)
37
36
  coderay (~> 1.1.0)
38
37
  method_source (~> 0.9.0)
39
38
  rb-fsevent (0.10.3)
40
- rb-inotify (0.10.0)
39
+ rb-inotify (0.10.1)
41
40
  ffi (~> 1.0)
42
- ruby_dep (1.5.0)
43
41
  shellany (0.0.1)
44
- sorbet (0.4.4429)
45
- sorbet-static (= 0.4.4429)
46
- sorbet-runtime (0.4.4429)
47
- sorbet-static (0.4.4429-universal-darwin-14)
48
- thor (0.20.3)
42
+ sorbet (0.5.5345)
43
+ sorbet-static (= 0.5.5345)
44
+ sorbet-runtime (0.5.5345)
45
+ sorbet-static (0.5.5345-universal-darwin-14)
46
+ thor (1.0.1)
49
47
 
50
48
  PLATFORMS
51
49
  ruby
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'guard-sorbet'
5
- spec.version = '0.0.1'
5
+ spec.version = '0.5.0'
6
6
  spec.authors = ['Bradley Buda']
7
7
  spec.summary = 'Guard plugin for the Sorbet Ruby type checker'
8
8
  spec.license = 'MIT'
@@ -11,6 +11,6 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.add_runtime_dependency 'guard', '~> 2.0'
13
13
  spec.add_runtime_dependency 'guard-compat', '~> 1.0'
14
- spec.add_runtime_dependency 'sorbet', '~> 0.4.0'
15
- spec.add_runtime_dependency 'sorbet-runtime', '~> 0.4.0'
14
+ spec.add_runtime_dependency 'sorbet', '~> 0.5.0'
15
+ spec.add_runtime_dependency 'sorbet-runtime', '~> 0.5.0'
16
16
  end
@@ -21,13 +21,6 @@
21
21
  # wrong constant name <RESERVED_108>
22
22
  # wrong constant name <RESERVED_109>
23
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
24
  # wrong constant name <RESERVED_11>
32
25
  # wrong constant name <RESERVED_12>
33
26
  # wrong constant name <RESERVED_13>
@@ -136,122 +129,38 @@
136
129
  # wrong constant name <todo sym>
137
130
  # uninitialized constant Abbrev
138
131
  # uninitialized constant Abbrev
139
- # undefined method `[]$2' for class `Array'
140
- # undefined method `[]=$2' for class `Array'
141
- # undefined method `concat$1' for class `Array'
142
- # undefined method `fetch$2' for class `Array'
143
- # undefined method `fill$2' for class `Array'
144
- # undefined method `flatten$1' for class `Array'
145
- # undefined method `index$2' for class `Array'
146
- # undefined method `initialize$2' for class `Array'
147
- # Did you mean? initialize
148
- # undefined method `insert$1' for class `Array'
149
- # Did you mean? inspect
150
- # undefined method `join$1' for class `Array'
151
- # undefined method `last$2' for class `Array'
152
- # undefined method `permutation$2' for class `Array'
153
- # undefined method `pop$2' for class `Array'
154
- # undefined method `rindex$2' for class `Array'
155
- # undefined method `rotate$1' for class `Array'
156
- # undefined method `rotate!$1' for class `Array'
157
- # undefined method `sample$2' for class `Array'
158
- # undefined method `shift$2' for class `Array'
159
- # undefined method `shuffle$1' for class `Array'
160
- # undefined method `shuffle!$1' for class `Array'
161
- # undefined method `slice$2' for class `Array'
162
- # undefined method `slice!$2' for class `Array'
163
- # wrong constant name []$2
164
- # wrong constant name []=$2
165
- # wrong constant name append
166
132
  # wrong constant name bsearch
167
133
  # wrong constant name bsearch_index
168
134
  # wrong constant name collect!
169
- # wrong constant name concat$1
170
- # wrong constant name difference
171
135
  # wrong constant name dig
172
- # wrong constant name fetch$2
173
- # wrong constant name fill$2
174
- # wrong constant name filter!
175
- # wrong constant name flatten$1
176
136
  # wrong constant name flatten!
177
- # wrong constant name index$2
178
- # wrong constant name initialize$2
179
- # wrong constant name insert$1
180
- # wrong constant name join$1
181
- # wrong constant name last$2
182
137
  # wrong constant name pack
183
- # wrong constant name permutation$2
184
- # wrong constant name pop$2
185
- # wrong constant name prepend
186
138
  # wrong constant name replace
187
- # wrong constant name rindex$2
188
- # wrong constant name rotate$1
189
- # wrong constant name rotate!$1
190
- # wrong constant name sample$2
191
139
  # wrong constant name shelljoin
192
- # wrong constant name shift$2
193
- # wrong constant name shuffle$1
194
- # wrong constant name shuffle!$1
195
- # wrong constant name slice$2
196
- # wrong constant name slice!$2
197
140
  # wrong constant name to_h
198
- # wrong constant name union
199
141
  # wrong constant name try_convert
200
142
  # uninitialized constant Base64
201
143
  # uninitialized constant Base64
202
144
  # wrong constant name <Class:BasicObject>
203
145
  # uninitialized constant Benchmark
204
146
  # uninitialized constant Benchmark
205
- # undefined method `_dump$1' for class `BigDecimal'
206
- # undefined method `div$2' for class `BigDecimal'
207
- # undefined method `power$2' for class `BigDecimal'
208
- # undefined method `to_s$1' for class `BigDecimal'
209
- # Did you mean? to_s
210
- # wrong constant name _dump$1
211
147
  # wrong constant name clone
212
- # wrong constant name div$2
213
- # wrong constant name power$2
214
- # wrong constant name to_s$1
215
- # undefined singleton method `limit$1' for `BigDecimal'
216
- # undefined singleton method `mode$1' for `BigDecimal'
217
- # wrong constant name limit$1
218
- # wrong constant name mode$1
219
148
  # wrong constant name new
220
149
  # wrong constant name clone
221
150
  # wrong constant name irb
222
- # wrong constant name local_variable_defined?
223
- # wrong constant name local_variable_get
224
- # wrong constant name local_variable_set
225
- # wrong constant name receiver
226
- # wrong constant name source_location
227
- # wrong constant name jruby_27?
228
- # wrong constant name maglev_27?
229
- # wrong constant name mingw_27?
230
- # wrong constant name mri_27?
231
- # wrong constant name mswin64_27?
232
- # wrong constant name mswin_27?
233
- # wrong constant name on_27?
234
- # wrong constant name rbx_27?
235
- # wrong constant name ruby_27?
236
- # wrong constant name truffleruby_27?
237
- # wrong constant name x64_mingw_27?
151
+ # undefined singleton method `report<defaultArg>1' for `Bundler::Env'
238
152
  # wrong constant name <static-init>
239
153
  # wrong constant name environment
154
+ # wrong constant name report<defaultArg>1
240
155
  # wrong constant name report
241
156
  # wrong constant name write
242
157
  # wrong constant name github_https?
243
158
  # wrong constant name lockfile_upgrade_warning?
244
- # wrong constant name <Class:AuthenticationRequiredError>
245
- # wrong constant name <Class:BadAuthenticationError>
246
159
  # wrong constant name <Class:Base>
247
- # wrong constant name <Class:CertificateFailureError>
248
160
  # wrong constant name <Class:CompactIndex>
249
161
  # wrong constant name <Class:Dependency>
250
162
  # wrong constant name <Class:Downloader>
251
- # wrong constant name <Class:FallbackError>
252
163
  # wrong constant name <Class:Index>
253
- # wrong constant name <Class:NetworkDownError>
254
- # wrong constant name <Class:SSLError>
255
164
  # wrong constant name fetch_spec
256
165
  # wrong constant name fetchers
257
166
  # wrong constant name http_proxy
@@ -262,9 +171,7 @@
262
171
  # wrong constant name use_api
263
172
  # wrong constant name user_agent
264
173
  # wrong constant name initialize
265
- # wrong constant name <static-init>
266
174
  # wrong constant name initialize
267
- # wrong constant name <static-init>
268
175
  # wrong constant name api_fetcher?
269
176
  # wrong constant name available?
270
177
  # wrong constant name display_uri
@@ -275,7 +182,6 @@
275
182
  # wrong constant name remote_uri
276
183
  # wrong constant name <static-init>
277
184
  # wrong constant name initialize
278
- # wrong constant name <static-init>
279
185
  # wrong constant name <Class:ClientFetcher>
280
186
  # wrong constant name available?
281
187
  # wrong constant name fetch_spec
@@ -292,26 +198,36 @@
292
198
  # wrong constant name members
293
199
  # wrong constant name <static-init>
294
200
  # wrong constant name compact_index_request
201
+ # undefined method `dependency_api_uri<defaultArg>1' for class `Bundler::Fetcher::Dependency'
202
+ # undefined method `specs<defaultArg>1' for class `Bundler::Fetcher::Dependency'
203
+ # undefined method `specs<defaultArg>2' for class `Bundler::Fetcher::Dependency'
204
+ # wrong constant name dependency_api_uri<defaultArg>1
295
205
  # wrong constant name dependency_api_uri
296
206
  # wrong constant name dependency_specs
297
207
  # wrong constant name get_formatted_specs_and_deps
208
+ # wrong constant name specs<defaultArg>1
209
+ # wrong constant name specs<defaultArg>2
298
210
  # wrong constant name specs
299
211
  # wrong constant name unmarshalled_dep_gems
300
212
  # wrong constant name <static-init>
213
+ # undefined method `fetch<defaultArg>1' for class `Bundler::Fetcher::Downloader'
214
+ # undefined method `fetch<defaultArg>2' for class `Bundler::Fetcher::Downloader'
301
215
  # wrong constant name connection
216
+ # wrong constant name fetch<defaultArg>1
217
+ # wrong constant name fetch<defaultArg>2
302
218
  # wrong constant name fetch
303
219
  # wrong constant name initialize
304
220
  # wrong constant name redirect_limit
305
221
  # wrong constant name request
306
222
  # wrong constant name <static-init>
307
- # wrong constant name <static-init>
308
223
  # wrong constant name fetch_spec
309
224
  # wrong constant name specs
310
225
  # wrong constant name <static-init>
311
- # wrong constant name <static-init>
226
+ # undefined method `initialize<defaultArg>1' for class `Bundler::Fetcher::SSLError'
227
+ # Did you mean? initialize_dup
228
+ # wrong constant name initialize<defaultArg>1
312
229
  # wrong constant name initialize
313
230
  # wrong constant name <static-init>
314
- # wrong constant name <static-init>
315
231
  # wrong constant name api_timeout
316
232
  # wrong constant name api_timeout=
317
233
  # wrong constant name disable_endpoint
@@ -321,8 +237,28 @@
321
237
  # wrong constant name redirect_limit
322
238
  # wrong constant name redirect_limit=
323
239
  # wrong constant name link
240
+ # undefined singleton method `cp_lr<defaultArg>1' for `Bundler::FileUtils'
241
+ # undefined singleton method `cp_lr<defaultArg>2' for `Bundler::FileUtils'
242
+ # undefined singleton method `cp_lr<defaultArg>3' for `Bundler::FileUtils'
243
+ # undefined singleton method `cp_lr<defaultArg>4' for `Bundler::FileUtils'
244
+ # undefined singleton method `link_entry<defaultArg>1' for `Bundler::FileUtils'
245
+ # undefined singleton method `link_entry<defaultArg>2' for `Bundler::FileUtils'
246
+ # wrong constant name cp_lr<defaultArg>1
247
+ # wrong constant name cp_lr<defaultArg>2
248
+ # wrong constant name cp_lr<defaultArg>3
249
+ # wrong constant name cp_lr<defaultArg>4
324
250
  # wrong constant name cp_lr
251
+ # wrong constant name link_entry<defaultArg>1
252
+ # wrong constant name link_entry<defaultArg>2
325
253
  # wrong constant name link_entry
254
+ # undefined method `git_push<defaultArg>1' for class `Bundler::GemHelper'
255
+ # undefined method `initialize<defaultArg>1' for class `Bundler::GemHelper'
256
+ # Did you mean? initialize_dup
257
+ # undefined method `initialize<defaultArg>2' for class `Bundler::GemHelper'
258
+ # Did you mean? initialize_dup
259
+ # undefined method `install_gem<defaultArg>1' for class `Bundler::GemHelper'
260
+ # undefined method `install_gem<defaultArg>2' for class `Bundler::GemHelper'
261
+ # undefined method `perform_git_push<defaultArg>1' for class `Bundler::GemHelper'
326
262
  # wrong constant name allowed_push_host
327
263
  # wrong constant name already_tagged?
328
264
  # wrong constant name base
@@ -334,12 +270,18 @@
334
270
  # wrong constant name gem_push?
335
271
  # wrong constant name gem_push_host
336
272
  # wrong constant name gemspec
273
+ # wrong constant name git_push<defaultArg>1
337
274
  # wrong constant name git_push
338
275
  # wrong constant name guard_clean
276
+ # wrong constant name initialize<defaultArg>1
277
+ # wrong constant name initialize<defaultArg>2
339
278
  # wrong constant name initialize
340
279
  # wrong constant name install
280
+ # wrong constant name install_gem<defaultArg>1
281
+ # wrong constant name install_gem<defaultArg>2
341
282
  # wrong constant name install_gem
342
283
  # wrong constant name name
284
+ # wrong constant name perform_git_push<defaultArg>1
343
285
  # wrong constant name perform_git_push
344
286
  # wrong constant name rubygem_push
345
287
  # wrong constant name sh
@@ -349,13 +291,21 @@
349
291
  # wrong constant name tag_version
350
292
  # wrong constant name version
351
293
  # wrong constant name version_tag
294
+ # undefined singleton method `install_tasks<defaultArg>1' for `Bundler::GemHelper'
352
295
  # wrong constant name <static-init>
353
296
  # wrong constant name gemspec
297
+ # wrong constant name install_tasks<defaultArg>1
354
298
  # wrong constant name install_tasks
355
299
  # wrong constant name instance
356
300
  # wrong constant name instance=
357
301
  # uninitialized constant Bundler::GemRemoteFetcher::BASE64_URI_TRANSLATE
358
302
  # wrong constant name <static-init>
303
+ # undefined method `initialize<defaultArg>1' for class `Bundler::GemVersionPromoter'
304
+ # Did you mean? initialize_dup
305
+ # undefined method `initialize<defaultArg>2' for class `Bundler::GemVersionPromoter'
306
+ # Did you mean? initialize_dup
307
+ # wrong constant name initialize<defaultArg>1
308
+ # wrong constant name initialize<defaultArg>2
359
309
  # wrong constant name initialize
360
310
  # wrong constant name level
361
311
  # wrong constant name level=
@@ -369,9 +319,21 @@
369
319
  # wrong constant name strict=
370
320
  # wrong constant name unlock_gems
371
321
  # wrong constant name <static-init>
322
+ # undefined method `initialize<defaultArg>1' for class `Bundler::Graph'
323
+ # Did you mean? initialize_dup
324
+ # undefined method `initialize<defaultArg>2' for class `Bundler::Graph'
325
+ # Did you mean? initialize_dup
326
+ # undefined method `initialize<defaultArg>3' for class `Bundler::Graph'
327
+ # Did you mean? initialize_dup
328
+ # undefined method `initialize<defaultArg>4' for class `Bundler::Graph'
329
+ # Did you mean? initialize_dup
372
330
  # wrong constant name <Class:GraphVizClient>
373
331
  # wrong constant name edge_options
374
332
  # wrong constant name groups
333
+ # wrong constant name initialize<defaultArg>1
334
+ # wrong constant name initialize<defaultArg>2
335
+ # wrong constant name initialize<defaultArg>3
336
+ # wrong constant name initialize<defaultArg>4
375
337
  # wrong constant name initialize
376
338
  # wrong constant name node_options
377
339
  # wrong constant name output_file
@@ -383,25 +345,44 @@
383
345
  # wrong constant name run
384
346
  # wrong constant name <static-init>
385
347
  # wrong constant name <static-init>
348
+ # uninitialized constant Bundler::Index::Elem
349
+ # undefined method `initialize<defaultArg>1' for class `Bundler::Injector'
350
+ # Did you mean? initialize_dup
351
+ # wrong constant name initialize<defaultArg>1
386
352
  # wrong constant name initialize
387
353
  # wrong constant name inject
388
354
  # wrong constant name remove
355
+ # undefined singleton method `inject<defaultArg>1' for `Bundler::Injector'
356
+ # undefined singleton method `remove<defaultArg>1' for `Bundler::Injector'
389
357
  # wrong constant name <static-init>
358
+ # wrong constant name inject<defaultArg>1
390
359
  # wrong constant name inject
360
+ # wrong constant name remove<defaultArg>1
391
361
  # wrong constant name remove
362
+ # undefined method `generate_bundler_executable_stubs<defaultArg>1' for class `Bundler::Installer'
363
+ # wrong constant name generate_bundler_executable_stubs<defaultArg>1
392
364
  # wrong constant name generate_bundler_executable_stubs
393
365
  # wrong constant name generate_standalone_bundler_executable_stubs
394
366
  # wrong constant name initialize
395
367
  # wrong constant name post_install_messages
396
368
  # wrong constant name run
369
+ # undefined singleton method `install<defaultArg>1' for `Bundler::Installer'
397
370
  # wrong constant name <static-init>
398
371
  # wrong constant name ambiguous_gems
399
372
  # wrong constant name ambiguous_gems=
373
+ # wrong constant name install<defaultArg>1
400
374
  # wrong constant name install
375
+ # uninitialized constant Bundler::Molinillo::DependencyGraph::Elem
376
+ # uninitialized constant Bundler::Molinillo::DependencyGraph::Log::Elem
377
+ # undefined method `app_cache_path<defaultArg>1' for module `Bundler::Plugin::API::Source'
378
+ # undefined method `cache<defaultArg>1' for module `Bundler::Plugin::API::Source'
379
+ # undefined method `post_install<defaultArg>1' for module `Bundler::Plugin::API::Source'
401
380
  # wrong constant name ==
402
381
  # wrong constant name app_cache_dirname
382
+ # wrong constant name app_cache_path<defaultArg>1
403
383
  # wrong constant name app_cache_path
404
384
  # wrong constant name bundler_plugin_api_source?
385
+ # wrong constant name cache<defaultArg>1
405
386
  # wrong constant name cache
406
387
  # wrong constant name cached!
407
388
  # wrong constant name can_lock?
@@ -420,6 +401,7 @@
420
401
  # wrong constant name name
421
402
  # wrong constant name options
422
403
  # wrong constant name options_to_lock
404
+ # wrong constant name post_install<defaultArg>1
423
405
  # wrong constant name post_install
424
406
  # wrong constant name remote!
425
407
  # wrong constant name root
@@ -431,40 +413,17 @@
431
413
  # wrong constant name uri
432
414
  # wrong constant name uri_hash
433
415
  # wrong constant name <static-init>
434
- # wrong constant name <Class:PluginGemfileError>
435
- # uninitialized constant Bundler::Plugin::DSL::VALID_KEYS
436
- # uninitialized constant Bundler::Plugin::DSL::VALID_PLATFORMS
437
- # wrong constant name _gem
438
- # wrong constant name inferred_plugins
439
- # wrong constant name plugin
440
- # wrong constant name <static-init>
441
- # wrong constant name <static-init>
442
- # wrong constant name <static-init>
443
- # wrong constant name defined_event?
444
- # wrong constant name <Class:CommandConflict>
445
- # wrong constant name <Class:SourceConflict>
446
- # wrong constant name command_plugin
447
- # wrong constant name commands
448
- # wrong constant name global_index_file
449
- # wrong constant name hook_plugins
450
- # wrong constant name index_file
451
- # wrong constant name installed?
452
- # wrong constant name load_paths
453
- # wrong constant name local_index_file
454
- # wrong constant name plugin_path
455
- # wrong constant name register_plugin
456
- # wrong constant name source?
457
- # wrong constant name source_plugin
458
416
  # wrong constant name initialize
459
417
  # wrong constant name <static-init>
460
418
  # wrong constant name initialize
461
419
  # wrong constant name <static-init>
462
- # wrong constant name <static-init>
463
420
  # wrong constant name <Class:Git>
464
421
  # wrong constant name <Class:Rubygems>
465
422
  # wrong constant name install
466
423
  # wrong constant name install_definition
424
+ # undefined method `generate_bin<defaultArg>1' for class `Bundler::Plugin::Installer::Git'
467
425
  # uninitialized constant Bundler::Plugin::Installer::Git::DEFAULT_GLOB
426
+ # wrong constant name generate_bin<defaultArg>1
468
427
  # wrong constant name generate_bin
469
428
  # wrong constant name <static-init>
470
429
  # uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
@@ -474,12 +433,20 @@
474
433
  # wrong constant name <static-init>
475
434
  # wrong constant name <static-init>
476
435
  # wrong constant name <static-init>
436
+ # undefined singleton method `lock<defaultArg>1' for `Bundler::ProcessLock'
477
437
  # wrong constant name <static-init>
438
+ # wrong constant name lock<defaultArg>1
478
439
  # wrong constant name lock
440
+ # undefined method `initialize<defaultArg>1' for class `Bundler::Retry'
441
+ # Did you mean? initialize_dup
442
+ # undefined method `initialize<defaultArg>2' for class `Bundler::Retry'
443
+ # Did you mean? initialize_dup
479
444
  # wrong constant name attempt
480
445
  # wrong constant name attempts
481
446
  # wrong constant name current_run
482
447
  # wrong constant name current_run=
448
+ # wrong constant name initialize<defaultArg>1
449
+ # wrong constant name initialize<defaultArg>2
483
450
  # wrong constant name initialize
484
451
  # wrong constant name name
485
452
  # wrong constant name name=
@@ -494,17 +461,28 @@
494
461
  # uninitialized constant Bundler::RubygemsIntegration::MoreFuture::EXT_LOCK
495
462
  # Did you mean? Bundler::RubygemsIntegration::EXT_LOCK
496
463
  # wrong constant name default_stubs
464
+ # undefined method `initialize<defaultArg>1' for class `Bundler::Settings::Mirror'
465
+ # Did you mean? initialize_dup
466
+ # undefined method `initialize<defaultArg>2' for class `Bundler::Settings::Mirror'
467
+ # Did you mean? initialize_dup
468
+ # undefined method `validate!<defaultArg>1' for class `Bundler::Settings::Mirror'
497
469
  # wrong constant name ==
498
470
  # wrong constant name fallback_timeout
499
471
  # wrong constant name fallback_timeout=
472
+ # wrong constant name initialize<defaultArg>1
473
+ # wrong constant name initialize<defaultArg>2
500
474
  # wrong constant name initialize
501
475
  # wrong constant name uri
502
476
  # wrong constant name uri=
503
477
  # wrong constant name valid?
478
+ # wrong constant name validate!<defaultArg>1
504
479
  # wrong constant name validate!
505
480
  # wrong constant name <static-init>
481
+ # undefined method `initialize<defaultArg>1' for class `Bundler::Settings::Mirrors'
482
+ # Did you mean? initialize_dup
506
483
  # wrong constant name each
507
484
  # wrong constant name for
485
+ # wrong constant name initialize<defaultArg>1
508
486
  # wrong constant name initialize
509
487
  # wrong constant name parse
510
488
  # wrong constant name <static-init>
@@ -518,22 +496,42 @@
518
496
  # wrong constant name <static-init>
519
497
  # wrong constant name <static-init>
520
498
  # wrong constant name validate!
499
+ # uninitialized constant Bundler::SpecSet::Elem
500
+ # undefined method `confirm<defaultArg>1' for class `Bundler::UI::Shell'
501
+ # undefined method `debug<defaultArg>1' for class `Bundler::UI::Shell'
502
+ # undefined method `error<defaultArg>1' for class `Bundler::UI::Shell'
503
+ # undefined method `info<defaultArg>1' for class `Bundler::UI::Shell'
504
+ # undefined method `initialize<defaultArg>1' for class `Bundler::UI::Shell'
505
+ # Did you mean? initialize_dup
506
+ # undefined method `level<defaultArg>1' for class `Bundler::UI::Shell'
507
+ # undefined method `trace<defaultArg>1' for class `Bundler::UI::Shell'
508
+ # undefined method `trace<defaultArg>2' for class `Bundler::UI::Shell'
509
+ # undefined method `warn<defaultArg>1' for class `Bundler::UI::Shell'
521
510
  # wrong constant name add_color
522
511
  # wrong constant name ask
512
+ # wrong constant name confirm<defaultArg>1
523
513
  # wrong constant name confirm
514
+ # wrong constant name debug<defaultArg>1
524
515
  # wrong constant name debug
525
516
  # wrong constant name debug?
517
+ # wrong constant name error<defaultArg>1
526
518
  # wrong constant name error
519
+ # wrong constant name info<defaultArg>1
527
520
  # wrong constant name info
521
+ # wrong constant name initialize<defaultArg>1
528
522
  # wrong constant name initialize
523
+ # wrong constant name level<defaultArg>1
529
524
  # wrong constant name level
530
525
  # wrong constant name level=
531
526
  # wrong constant name no?
532
527
  # wrong constant name quiet?
533
528
  # wrong constant name shell=
534
529
  # wrong constant name silence
530
+ # wrong constant name trace<defaultArg>1
531
+ # wrong constant name trace<defaultArg>2
535
532
  # wrong constant name trace
536
533
  # wrong constant name unprinted_warnings
534
+ # wrong constant name warn<defaultArg>1
537
535
  # wrong constant name warn
538
536
  # wrong constant name yes?
539
537
  # wrong constant name <static-init>
@@ -573,9 +571,6 @@
573
571
  # uninitialized constant CSV
574
572
  # uninitialized constant Chalk
575
573
  # uninitialized constant Chalk
576
- # undefined method `initialize$2' for class `Class'
577
- # Did you mean? initialize
578
- # wrong constant name initialize$2
579
574
  # wrong constant name json_creatable?
580
575
  # wrong constant name polar
581
576
  # wrong constant name rect
@@ -584,6 +579,11 @@
584
579
  # uninitialized constant Configatron
585
580
  # uninitialized constant Coverage
586
581
  # uninitialized constant Coverage
582
+ # undefined method `methods<defaultArg>1' for class `Delegator'
583
+ # undefined method `protected_methods<defaultArg>1' for class `Delegator'
584
+ # Did you mean? protected_methods
585
+ # undefined method `public_methods<defaultArg>1' for class `Delegator'
586
+ # Did you mean? public_methods
587
587
  # wrong constant name !=
588
588
  # wrong constant name ==
589
589
  # wrong constant name __getobj__
@@ -593,8 +593,11 @@
593
593
  # wrong constant name marshal_dump
594
594
  # wrong constant name marshal_load
595
595
  # wrong constant name method_missing
596
+ # wrong constant name methods<defaultArg>1
596
597
  # wrong constant name methods
598
+ # wrong constant name protected_methods<defaultArg>1
597
599
  # wrong constant name protected_methods
600
+ # wrong constant name public_methods<defaultArg>1
598
601
  # wrong constant name public_methods
599
602
  # wrong constant name const_missing
600
603
  # wrong constant name delegating_block
@@ -622,14 +625,10 @@
622
625
  # wrong constant name method_name
623
626
  # wrong constant name method_names
624
627
  # wrong constant name receiver
625
- # wrong constant name NameErrorCheckers$1
626
- # wrong constant name NameErrorCheckers$1
627
628
  # wrong constant name corrections
628
629
  # wrong constant name initialize
629
630
  # wrong constant name message_for
630
631
  # wrong constant name <static-init>
631
- # wrong constant name correct
632
- # wrong constant name initialize
633
632
  # wrong constant name corrections
634
633
  # wrong constant name cvar_names
635
634
  # wrong constant name initialize
@@ -639,31 +638,14 @@
639
638
  # wrong constant name name
640
639
  # wrong constant name formatter
641
640
  # wrong constant name formatter=
642
- # undefined method `initialize$1' for class `Dir'
643
- # Did you mean? initialize
644
641
  # wrong constant name children
645
642
  # wrong constant name each_child
646
- # wrong constant name initialize$1
647
- # undefined singleton method `[]$2' for `Dir'
648
- # undefined singleton method `chdir$2' for `Dir'
649
- # undefined singleton method `entries$1' for `Dir'
650
- # undefined singleton method `foreach$2' for `Dir'
651
- # undefined singleton method `glob$2' for `Dir'
652
- # undefined singleton method `home$1' for `Dir'
653
- # undefined singleton method `mkdir$1' for `Dir'
654
- # undefined singleton method `mktmpdir$2' for `Dir'
655
- # wrong constant name []$2
656
- # wrong constant name chdir$2
643
+ # undefined singleton method `mktmpdir<defaultArg>1' for `Dir'
657
644
  # wrong constant name children
658
645
  # wrong constant name each_child
659
646
  # wrong constant name empty?
660
- # wrong constant name entries$1
661
647
  # wrong constant name exists?
662
- # wrong constant name foreach$2
663
- # wrong constant name glob$2
664
- # wrong constant name home$1
665
- # wrong constant name mkdir$1
666
- # wrong constant name mktmpdir$2
648
+ # wrong constant name mktmpdir<defaultArg>1
667
649
  # wrong constant name tmpdir
668
650
  # wrong constant name _dump
669
651
  # wrong constant name convert
@@ -695,2343 +677,126 @@
695
677
  # wrong constant name source_encoding_name
696
678
  # wrong constant name _load
697
679
  # wrong constant name locale_charmap
698
- # undefined method `all?$2' for module `Enumerable'
699
- # undefined method `any?$2' for module `Enumerable'
700
- # undefined method `count$2' for module `Enumerable'
701
- # undefined method `cycle$2' for module `Enumerable'
702
- # undefined method `detect$2' for module `Enumerable'
703
- # undefined method `each_with_index$2' for module `Enumerable'
704
- # undefined method `entries$1' for module `Enumerable'
705
- # undefined method `find$2' for module `Enumerable'
706
- # undefined method `find_index$2' for module `Enumerable'
707
- # undefined method `first$2' for module `Enumerable'
708
- # undefined method `inject$2' for module `Enumerable'
709
- # undefined method `max$2' for module `Enumerable'
710
- # undefined method `max_by$2' for module `Enumerable'
711
- # undefined method `min$2' for module `Enumerable'
712
- # undefined method `min_by$2' for module `Enumerable'
713
- # undefined method `none?$2' for module `Enumerable'
714
- # undefined method `one?$2' for module `Enumerable'
715
- # undefined method `reduce$2' for module `Enumerable'
716
- # undefined method `reverse_each$2' for module `Enumerable'
717
- # undefined method `to_a$1' for module `Enumerable'
718
- # undefined method `to_h$1' for module `Enumerable'
719
- # wrong constant name all?$2
720
- # wrong constant name any?$2
680
+ # undefined method `to_set<defaultArg>1' for module `Enumerable'
721
681
  # wrong constant name chain
722
682
  # wrong constant name chunk
723
683
  # wrong constant name chunk_while
724
- # wrong constant name count$2
725
- # wrong constant name cycle$2
726
- # wrong constant name detect$2
727
684
  # wrong constant name each_entry
728
- # wrong constant name each_with_index$2
729
- # wrong constant name entries$1
730
- # wrong constant name filter
731
- # wrong constant name find$2
732
- # wrong constant name find_index$2
733
- # wrong constant name first$2
734
685
  # wrong constant name grep_v
735
- # wrong constant name inject$2
736
- # wrong constant name lazy
737
- # wrong constant name max$2
738
- # wrong constant name max_by$2
739
- # wrong constant name min$2
740
- # wrong constant name min_by$2
741
- # wrong constant name none?$2
742
- # wrong constant name one?$2
743
- # wrong constant name reduce$2
744
- # wrong constant name reverse_each$2
745
686
  # wrong constant name slice_after
746
687
  # wrong constant name slice_before
747
688
  # wrong constant name slice_when
748
689
  # wrong constant name sum
749
- # wrong constant name to_a$1
750
- # wrong constant name to_h$1
690
+ # wrong constant name to_set<defaultArg>1
751
691
  # wrong constant name to_set
752
692
  # wrong constant name uniq
753
- # wrong constant name zip
754
- # undefined method `each$2' for class `Enumerator'
755
- # undefined method `initialize$1' for class `Enumerator'
756
- # Did you mean? initialize
757
- # undefined method `with_index$2' for class `Enumerator'
758
693
  # wrong constant name +
759
694
  # wrong constant name <Class:ArithmeticSequence>
760
695
  # wrong constant name <Class:Chain>
761
- # wrong constant name each$2
762
696
  # wrong constant name each_with_index
763
- # wrong constant name initialize$1
764
- # wrong constant name with_index$2
765
697
  # uninitialized constant Enumerator::ArithmeticSequence::Elem
766
698
  # wrong constant name begin
767
- # wrong constant name each
768
- # wrong constant name end
769
- # wrong constant name exclude_end?
770
- # wrong constant name last
771
- # wrong constant name step
772
- # wrong constant name <static-init>
773
- # uninitialized constant Enumerator::Chain::Elem
774
- # wrong constant name <static-init>
775
- # wrong constant name each
776
- # wrong constant name initialize
777
- # wrong constant name chunk
778
- # wrong constant name chunk_while
779
- # wrong constant name force
780
- # wrong constant name slice_when
781
- # wrong constant name EADV$1
782
- # wrong constant name EADV$1
783
- # wrong constant name <static-init>
784
- # wrong constant name <static-init>
785
- # wrong constant name EBADE$1
786
- # wrong constant name EBADE$1
787
- # wrong constant name <static-init>
788
- # wrong constant name EBADFD$1
789
- # wrong constant name EBADFD$1
790
- # wrong constant name <static-init>
791
- # wrong constant name EBADR$1
792
- # wrong constant name EBADR$1
793
- # wrong constant name <static-init>
794
- # wrong constant name EBADRQC$1
795
- # wrong constant name EBADRQC$1
796
- # wrong constant name EBADSLT$1
797
- # wrong constant name EBADSLT$1
798
- # wrong constant name EBFONT$1
799
- # wrong constant name EBFONT$1
800
- # wrong constant name ECHRNG$1
801
- # wrong constant name ECHRNG$1
802
- # wrong constant name ECOMM$1
803
- # wrong constant name ECOMM$1
804
- # wrong constant name <static-init>
805
- # wrong constant name EDOTDOT$1
806
- # wrong constant name EDOTDOT$1
807
- # wrong constant name <static-init>
808
- # wrong constant name EHWPOISON$1
809
- # wrong constant name EHWPOISON$1
810
- # wrong constant name EISNAM$1
811
- # wrong constant name EISNAM$1
812
- # wrong constant name EKEYEXPIRED$1
813
- # wrong constant name EKEYEXPIRED$1
814
- # wrong constant name EKEYREJECTED$1
815
- # wrong constant name EKEYREJECTED$1
816
- # wrong constant name EKEYREVOKED$1
817
- # wrong constant name EKEYREVOKED$1
818
- # wrong constant name EL2HLT$1
819
- # wrong constant name EL2HLT$1
820
- # wrong constant name EL2NSYNC$1
821
- # wrong constant name EL2NSYNC$1
822
- # wrong constant name EL3HLT$1
823
- # wrong constant name EL3HLT$1
824
- # wrong constant name EL3RST$1
825
- # wrong constant name EL3RST$1
826
- # wrong constant name <static-init>
827
- # wrong constant name ELIBACC$1
828
- # wrong constant name ELIBACC$1
829
- # wrong constant name ELIBBAD$1
830
- # wrong constant name ELIBBAD$1
831
- # wrong constant name ELIBEXEC$1
832
- # wrong constant name ELIBEXEC$1
833
- # wrong constant name ELIBMAX$1
834
- # wrong constant name ELIBMAX$1
835
- # wrong constant name ELIBSCN$1
836
- # wrong constant name ELIBSCN$1
837
- # wrong constant name ELNRNG$1
838
- # wrong constant name ELNRNG$1
839
- # wrong constant name EMEDIUMTYPE$1
840
- # wrong constant name EMEDIUMTYPE$1
841
- # wrong constant name ENAVAIL$1
842
- # wrong constant name ENAVAIL$1
843
- # wrong constant name <static-init>
844
- # wrong constant name ENOANO$1
845
- # wrong constant name ENOANO$1
846
- # wrong constant name <static-init>
847
- # wrong constant name ENOCSI$1
848
- # wrong constant name ENOCSI$1
849
- # wrong constant name ENOKEY$1
850
- # wrong constant name ENOKEY$1
851
- # wrong constant name ENOMEDIUM$1
852
- # wrong constant name ENOMEDIUM$1
853
- # wrong constant name ENONET$1
854
- # wrong constant name ENONET$1
855
- # wrong constant name ENOPKG$1
856
- # wrong constant name ENOPKG$1
857
- # wrong constant name <static-init>
858
- # wrong constant name ENOTNAM$1
859
- # wrong constant name ENOTNAM$1
860
- # wrong constant name <static-init>
861
- # wrong constant name ENOTUNIQ$1
862
- # wrong constant name ENOTUNIQ$1
863
- # wrong constant name <static-init>
864
- # wrong constant name <static-init>
865
- # wrong constant name <static-init>
866
- # wrong constant name <static-init>
867
- # wrong constant name <static-init>
868
- # wrong constant name EREMCHG$1
869
- # wrong constant name EREMCHG$1
870
- # wrong constant name EREMOTEIO$1
871
- # wrong constant name EREMOTEIO$1
872
- # wrong constant name ERESTART$1
873
- # wrong constant name ERESTART$1
874
- # wrong constant name ERFKILL$1
875
- # wrong constant name ERFKILL$1
876
- # wrong constant name <static-init>
877
- # wrong constant name <static-init>
878
- # wrong constant name ESRMNT$1
879
- # wrong constant name ESRMNT$1
880
- # wrong constant name ESTRPIPE$1
881
- # wrong constant name ESTRPIPE$1
882
- # wrong constant name EUCLEAN$1
883
- # wrong constant name EUCLEAN$1
884
- # wrong constant name EUNATCH$1
885
- # wrong constant name EUNATCH$1
886
- # wrong constant name EWOULDBLOCK$1
887
- # wrong constant name EWOULDBLOCK$1
888
- # wrong constant name EXFULL$1
889
- # wrong constant name EXFULL$1
890
- # wrong constant name gid
891
- # wrong constant name gid=
892
- # wrong constant name mem
893
- # wrong constant name mem=
894
- # wrong constant name name
895
- # wrong constant name name=
896
- # wrong constant name passwd
897
- # wrong constant name passwd=
898
- # uninitialized constant Etc::Group::Elem
899
- # wrong constant name []
900
- # wrong constant name each
901
- # wrong constant name members
902
- # wrong constant name change
903
- # wrong constant name change=
904
- # wrong constant name dir
905
- # wrong constant name dir=
906
- # wrong constant name expire
907
- # wrong constant name expire=
908
- # wrong constant name gecos
909
- # wrong constant name gecos=
910
- # wrong constant name gid
911
- # wrong constant name gid=
912
- # wrong constant name name
913
- # wrong constant name name=
914
- # wrong constant name passwd
915
- # wrong constant name passwd=
916
- # wrong constant name shell
917
- # wrong constant name shell=
918
- # wrong constant name uclass
919
- # wrong constant name uclass=
920
- # wrong constant name uid
921
- # wrong constant name uid=
922
- # uninitialized constant Etc::Passwd::Elem
923
- # wrong constant name []
924
- # wrong constant name each
925
- # wrong constant name members
926
- # wrong constant name confstr
927
- # wrong constant name endgrent
928
- # wrong constant name endpwent
929
- # wrong constant name getgrent
930
- # wrong constant name getgrgid
931
- # wrong constant name getgrnam
932
- # wrong constant name getlogin
933
- # wrong constant name getpwent
934
- # wrong constant name getpwnam
935
- # wrong constant name getpwuid
936
- # wrong constant name group
937
- # wrong constant name nprocessors
938
- # wrong constant name passwd
939
- # wrong constant name setgrent
940
- # wrong constant name setpwent
941
- # wrong constant name sysconf
942
- # wrong constant name sysconfdir
943
- # wrong constant name systmpdir
944
- # wrong constant name uname
945
- # undefined method `exception$1' for class `Exception'
946
- # Did you mean? exception
947
- # undefined method `initialize$1' for class `Exception'
948
- # Did you mean? initialize
949
- # wrong constant name exception$1
950
- # wrong constant name full_message
951
- # wrong constant name initialize$1
952
- # wrong constant name exception
953
- # wrong constant name to_tty?
954
- # uninitialized constant Exception2MessageMapper
955
- # uninitialized constant Exception2MessageMapper
956
- # wrong constant name <static-init>
957
- # wrong constant name resume
958
- # wrong constant name yield
959
- # wrong constant name size?
960
- # undefined singleton method `absolute_path$1' for `File'
961
- # undefined singleton method `basename$1' for `File'
962
- # undefined singleton method `chmod$1' for `File'
963
- # undefined singleton method `chown$1' for `File'
964
- # undefined singleton method `expand_path$1' for `File'
965
- # undefined singleton method `fnmatch$1' for `File'
966
- # undefined singleton method `fnmatch?$1' for `File'
967
- # undefined singleton method `lchmod$1' for `File'
968
- # undefined singleton method `lchown$1' for `File'
969
- # undefined singleton method `realdirpath$1' for `File'
970
- # undefined singleton method `realpath$1' for `File'
971
- # undefined singleton method `umask$1' for `File'
972
- # undefined singleton method `utime$1' for `File'
973
- # wrong constant name absolute_path$1
974
- # wrong constant name basename$1
975
- # wrong constant name chmod$1
976
- # wrong constant name chown$1
977
- # wrong constant name empty?
978
- # wrong constant name exists?
979
- # wrong constant name expand_path$1
980
- # wrong constant name fnmatch$1
981
- # wrong constant name fnmatch?$1
982
- # wrong constant name lchmod$1
983
- # wrong constant name lchown$1
984
- # wrong constant name lutime
985
- # wrong constant name mkfifo
986
- # wrong constant name realdirpath$1
987
- # wrong constant name realpath$1
988
- # wrong constant name umask$1
989
- # wrong constant name utime$1
990
- # wrong constant name blockdev?
991
- # wrong constant name chardev?
992
- # wrong constant name directory?
993
- # wrong constant name empty?
994
- # wrong constant name executable?
995
- # wrong constant name executable_real?
996
- # wrong constant name exist?
997
- # wrong constant name exists?
998
- # wrong constant name file?
999
- # wrong constant name grpowned?
1000
- # wrong constant name identical?
1001
- # wrong constant name owned?
1002
- # wrong constant name pipe?
1003
- # wrong constant name readable?
1004
- # wrong constant name readable_real?
1005
- # wrong constant name setgid?
1006
- # wrong constant name setuid?
1007
- # wrong constant name size
1008
- # wrong constant name size?
1009
- # wrong constant name socket?
1010
- # wrong constant name sticky?
1011
- # wrong constant name symlink?
1012
- # wrong constant name world_readable?
1013
- # wrong constant name world_writable?
1014
- # wrong constant name writable?
1015
- # wrong constant name writable_real?
1016
- # wrong constant name zero?
1017
- # uninitialized constant FileUtils::DryRun::VERSION
1018
- # Did you mean? FileUtils::VERSION
1019
- # wrong constant name blockdev?
1020
- # wrong constant name chardev?
1021
- # wrong constant name chmod
1022
- # wrong constant name chown
1023
- # wrong constant name copy
1024
- # wrong constant name copy_file
1025
- # wrong constant name copy_metadata
1026
- # wrong constant name dereference?
1027
- # wrong constant name directory?
1028
- # wrong constant name door?
1029
- # wrong constant name entries
1030
- # wrong constant name exist?
1031
- # wrong constant name file?
1032
- # wrong constant name initialize
1033
- # wrong constant name link
1034
- # wrong constant name lstat
1035
- # wrong constant name lstat!
1036
- # wrong constant name path
1037
- # wrong constant name pipe?
1038
- # wrong constant name platform_support
1039
- # wrong constant name postorder_traverse
1040
- # wrong constant name prefix
1041
- # wrong constant name preorder_traverse
1042
- # wrong constant name rel
1043
- # wrong constant name remove
1044
- # wrong constant name remove_dir1
1045
- # wrong constant name remove_file
1046
- # wrong constant name socket?
1047
- # wrong constant name stat
1048
- # wrong constant name stat!
1049
- # wrong constant name symlink?
1050
- # wrong constant name traverse
1051
- # wrong constant name wrap_traverse
1052
- # uninitialized constant FileUtils::NoWrite::VERSION
1053
- # Did you mean? FileUtils::VERSION
1054
- # uninitialized constant FileUtils::Verbose::VERSION
1055
- # Did you mean? FileUtils::VERSION
1056
- # undefined singleton method `cp_r$1' for `FileUtils'
1057
- # undefined singleton method `mkdir_p$1' for `FileUtils'
1058
- # wrong constant name cd
1059
- # wrong constant name chdir
1060
- # wrong constant name chmod
1061
- # wrong constant name chmod_R
1062
- # wrong constant name chown
1063
- # wrong constant name chown_R
1064
- # wrong constant name cmp
1065
- # wrong constant name collect_method
1066
- # wrong constant name commands
1067
- # wrong constant name compare_file
1068
- # wrong constant name compare_stream
1069
- # wrong constant name copy
1070
- # wrong constant name copy_entry
1071
- # wrong constant name copy_file
1072
- # wrong constant name copy_stream
1073
- # wrong constant name cp
1074
- # wrong constant name cp_lr
1075
- # wrong constant name cp_r$1
1076
- # wrong constant name getwd
1077
- # wrong constant name have_option?
1078
- # wrong constant name identical?
1079
- # wrong constant name install
1080
- # wrong constant name link
1081
- # wrong constant name link_entry
1082
- # wrong constant name ln
1083
- # wrong constant name ln_s
1084
- # wrong constant name ln_sf
1085
- # wrong constant name makedirs
1086
- # wrong constant name mkdir
1087
- # wrong constant name mkdir_p$1
1088
- # wrong constant name mkpath
1089
- # wrong constant name move
1090
- # wrong constant name mv
1091
- # wrong constant name options
1092
- # wrong constant name options_of
1093
- # wrong constant name private_module_function
1094
- # wrong constant name pwd
1095
- # wrong constant name remove
1096
- # wrong constant name remove_dir
1097
- # wrong constant name remove_entry
1098
- # wrong constant name remove_entry_secure
1099
- # wrong constant name remove_file
1100
- # wrong constant name rm
1101
- # wrong constant name rm_f
1102
- # wrong constant name rm_rf
1103
- # wrong constant name rmdir
1104
- # wrong constant name rmtree
1105
- # wrong constant name safe_unlink
1106
- # wrong constant name symlink
1107
- # wrong constant name uptodate?
1108
- # undefined method `rationalize$2' for class `Float'
1109
- # Did you mean? Rational
1110
- # wrong constant name rationalize$2
1111
- # uninitialized constant Forwardable
1112
- # uninitialized constant Forwardable
1113
- # wrong constant name <static-init>
1114
- # wrong constant name garbage_collect
1115
- # undefined singleton method `report$1' for `GC::Profiler'
1116
- # wrong constant name report$1
1117
- # undefined singleton method `start$1' for `GC'
1118
- # undefined singleton method `stat$2' for `GC'
1119
- # wrong constant name latest_gc_info
1120
- # wrong constant name start$1
1121
- # wrong constant name stat$2
1122
- # wrong constant name stress=
1123
- # wrong constant name verify_internal_consistency
1124
- # wrong constant name verify_transient_heap_internal_consistency
1125
- # wrong constant name <Class:AvailableSet>
1126
- # wrong constant name <Class:BundlerVersionFinder>
1127
- # wrong constant name <Class:Command>
1128
- # wrong constant name <Class:Commands>
1129
- # wrong constant name <Class:ConfigFile>
1130
- # wrong constant name <Class:ConsoleUI>
1131
- # wrong constant name <Class:DefaultUserInteraction>
1132
- # wrong constant name <Class:DependencyInstaller>
1133
- # wrong constant name <Class:DependencyList>
1134
- # wrong constant name <Class:Ext>
1135
- # wrong constant name <Class:Installer>
1136
- # wrong constant name <Class:Licenses>
1137
- # wrong constant name <Class:NameTuple>
1138
- # wrong constant name <Class:Package>
1139
- # wrong constant name <Class:RemoteFetcher>
1140
- # wrong constant name <Class:Request>
1141
- # wrong constant name <Class:RequestSet>
1142
- # wrong constant name <Class:Resolver>
1143
- # wrong constant name <Class:RuntimeRequirementNotMetError>
1144
- # wrong constant name <Class:Security>
1145
- # wrong constant name <Class:SilentUI>
1146
- # wrong constant name <Class:Source>
1147
- # wrong constant name <Class:SourceList>
1148
- # wrong constant name <Class:SpecFetcher>
1149
- # wrong constant name <Class:SpecificationPolicy>
1150
- # wrong constant name <Class:StreamUI>
1151
- # wrong constant name <Class:Text>
1152
- # wrong constant name <Class:UninstallError>
1153
- # wrong constant name <Class:UriFormatter>
1154
- # wrong constant name <Class:UserInteraction>
1155
- # wrong constant name <Class:Util>
1156
- # wrong constant name <<
1157
- # uninitialized constant Gem::AvailableSet::Elem
1158
- # wrong constant name <Class:Tuple>
1159
- # wrong constant name add
1160
- # wrong constant name all_specs
1161
- # wrong constant name each
1162
- # wrong constant name each_spec
1163
- # wrong constant name empty?
1164
- # wrong constant name find_all
1165
- # wrong constant name inject_into_list
1166
- # wrong constant name match_platform!
1167
- # wrong constant name pick_best!
1168
- # wrong constant name prefetch
1169
- # wrong constant name remote
1170
- # wrong constant name remote=
1171
- # wrong constant name remove_installed!
1172
- # wrong constant name set
1173
- # wrong constant name size
1174
- # wrong constant name sorted
1175
- # wrong constant name source_for
1176
- # wrong constant name to_request_set
1177
- # uninitialized constant Gem::AvailableSet::Tuple::Elem
1178
- # wrong constant name source
1179
- # wrong constant name source=
1180
- # wrong constant name spec
1181
- # wrong constant name spec=
1182
- # wrong constant name <static-init>
1183
- # wrong constant name []
1184
- # wrong constant name members
1185
- # wrong constant name <static-init>
1186
- # wrong constant name activated?
1187
- # wrong constant name base_dir
1188
- # wrong constant name base_dir=
1189
- # wrong constant name contains_requirable_file?
1190
- # wrong constant name datadir
1191
- # wrong constant name default_gem?
1192
- # wrong constant name extension_dir
1193
- # wrong constant name extension_dir=
1194
- # wrong constant name extensions_dir
1195
- # wrong constant name full_gem_path
1196
- # wrong constant name full_gem_path=
1197
- # wrong constant name full_name
1198
- # wrong constant name full_require_paths
1199
- # wrong constant name gem_build_complete_path
1200
- # wrong constant name gem_dir
1201
- # wrong constant name gems_dir
1202
- # wrong constant name ignored=
1203
- # wrong constant name internal_init
1204
- # wrong constant name lib_dirs_glob
1205
- # wrong constant name loaded_from
1206
- # wrong constant name loaded_from=
1207
- # wrong constant name matches_for_glob
1208
- # wrong constant name name
1209
- # wrong constant name platform
1210
- # wrong constant name raw_require_paths
1211
- # wrong constant name require_paths
1212
- # wrong constant name source_paths
1213
- # wrong constant name stubbed?
1214
- # wrong constant name this
1215
- # wrong constant name to_fullpath
1216
- # wrong constant name to_spec
1217
- # wrong constant name version
1218
- # wrong constant name default_specifications_dir
1219
- # wrong constant name <static-init>
1220
- # wrong constant name bundler_version
1221
- # wrong constant name bundler_version_with_reason
1222
- # wrong constant name compatible?
1223
- # wrong constant name filter!
1224
- # wrong constant name missing_version_message
1225
- # wrong constant name add_extra_args
1226
- # wrong constant name add_option
1227
- # wrong constant name arguments
1228
- # wrong constant name begins?
1229
- # wrong constant name command
1230
- # wrong constant name defaults
1231
- # wrong constant name defaults=
1232
- # wrong constant name defaults_str
1233
- # wrong constant name description
1234
- # wrong constant name execute
1235
- # wrong constant name get_all_gem_names
1236
- # wrong constant name get_all_gem_names_and_versions
1237
- # wrong constant name get_one_gem_name
1238
- # wrong constant name get_one_optional_argument
1239
- # wrong constant name handle_options
1240
- # wrong constant name handles?
1241
- # wrong constant name initialize
1242
- # wrong constant name invoke
1243
- # wrong constant name invoke_with_build_args
1244
- # wrong constant name merge_options
1245
- # wrong constant name options
1246
- # wrong constant name program_name
1247
- # wrong constant name program_name=
1248
- # wrong constant name remove_option
1249
- # wrong constant name show_help
1250
- # wrong constant name show_lookup_failure
1251
- # wrong constant name summary
1252
- # wrong constant name summary=
1253
- # wrong constant name usage
1254
- # wrong constant name when_invoked
1255
- # wrong constant name <static-init>
1256
- # wrong constant name add_common_option
1257
- # wrong constant name add_specific_extra_args
1258
- # wrong constant name build_args
1259
- # wrong constant name build_args=
1260
- # wrong constant name common_options
1261
- # wrong constant name extra_args
1262
- # wrong constant name extra_args=
1263
- # wrong constant name specific_extra_args
1264
- # wrong constant name specific_extra_args_hash
1265
- # wrong constant name <static-init>
1266
- # wrong constant name ==
1267
- # wrong constant name []
1268
- # wrong constant name []=
1269
- # wrong constant name api_keys
1270
- # wrong constant name args
1271
- # wrong constant name backtrace
1272
- # wrong constant name backtrace=
1273
- # wrong constant name bulk_threshold
1274
- # wrong constant name bulk_threshold=
1275
- # wrong constant name cert_expiration_length_days
1276
- # wrong constant name cert_expiration_length_days=
1277
- # wrong constant name check_credentials_permissions
1278
- # wrong constant name concurrent_downloads
1279
- # wrong constant name concurrent_downloads=
1280
- # wrong constant name config_file_name
1281
- # wrong constant name credentials_path
1282
- # wrong constant name disable_default_gem_server
1283
- # wrong constant name disable_default_gem_server=
1284
- # wrong constant name each
1285
- # wrong constant name handle_arguments
1286
- # wrong constant name home
1287
- # wrong constant name home=
1288
- # wrong constant name initialize
1289
- # wrong constant name load_api_keys
1290
- # wrong constant name load_file
1291
- # wrong constant name path
1292
- # wrong constant name path=
1293
- # wrong constant name really_verbose
1294
- # wrong constant name rubygems_api_key
1295
- # wrong constant name rubygems_api_key=
1296
- # wrong constant name set_api_key
1297
- # wrong constant name sources
1298
- # wrong constant name sources=
1299
- # wrong constant name ssl_ca_cert
1300
- # wrong constant name ssl_ca_cert=
1301
- # wrong constant name ssl_client_cert
1302
- # wrong constant name ssl_verify_mode
1303
- # wrong constant name to_yaml
1304
- # wrong constant name unset_api_key!
1305
- # wrong constant name update_sources
1306
- # wrong constant name update_sources=
1307
- # wrong constant name verbose
1308
- # wrong constant name verbose=
1309
- # wrong constant name write
1310
- # wrong constant name <static-init>
1311
- # wrong constant name conflicts
1312
- # wrong constant name initialize
1313
- # wrong constant name target
1314
- # wrong constant name initialize
1315
- # wrong constant name <static-init>
1316
- # wrong constant name ui
1317
- # wrong constant name ui=
1318
- # wrong constant name use_ui
1319
- # wrong constant name <static-init>
1320
- # wrong constant name ui
1321
- # wrong constant name ui=
1322
- # wrong constant name use_ui
1323
- # wrong constant name <=>
1324
- # wrong constant name ==
1325
- # wrong constant name ===
1326
- # wrong constant name =~
1327
- # wrong constant name all_sources
1328
- # wrong constant name all_sources=
1329
- # wrong constant name encode_with
1330
- # wrong constant name eql?
1331
- # wrong constant name groups
1332
- # wrong constant name groups=
1333
- # wrong constant name initialize
1334
- # wrong constant name latest_version?
1335
- # wrong constant name match?
1336
- # wrong constant name matches_spec?
1337
- # wrong constant name matching_specs
1338
- # wrong constant name merge
1339
- # wrong constant name name
1340
- # wrong constant name name=
1341
- # wrong constant name prerelease=
1342
- # wrong constant name prerelease?
1343
- # wrong constant name pretty_print
1344
- # wrong constant name requirement
1345
- # wrong constant name requirements_list
1346
- # wrong constant name runtime?
1347
- # wrong constant name source
1348
- # wrong constant name source=
1349
- # wrong constant name specific?
1350
- # wrong constant name to_lock
1351
- # wrong constant name to_spec
1352
- # wrong constant name to_specs
1353
- # wrong constant name to_yaml_properties
1354
- # wrong constant name type
1355
- # wrong constant name _deprecated_add_found_dependencies
1356
- # wrong constant name _deprecated_gather_dependencies
1357
- # wrong constant name add_found_dependencies
1358
- # wrong constant name available_set_for
1359
- # wrong constant name consider_local?
1360
- # wrong constant name consider_remote?
1361
- # wrong constant name document
1362
- # wrong constant name errors
1363
- # wrong constant name find_gems_with_sources
1364
- # wrong constant name find_spec_by_name_and_version
1365
- # wrong constant name gather_dependencies
1366
- # wrong constant name in_background
1367
- # wrong constant name initialize
1368
- # wrong constant name install
1369
- # wrong constant name install_development_deps
1370
- # wrong constant name installed_gems
1371
- # wrong constant name resolve_dependencies
1372
- # wrong constant name <static-init>
1373
- # uninitialized constant Gem::DependencyList::Elem
1374
- # wrong constant name add
1375
- # wrong constant name clear
1376
- # wrong constant name dependency_order
1377
- # wrong constant name development
1378
- # wrong constant name development=
1379
- # wrong constant name each
1380
- # wrong constant name find_name
1381
- # wrong constant name initialize
1382
- # wrong constant name ok?
1383
- # wrong constant name ok_to_remove?
1384
- # wrong constant name remove_by_name
1385
- # wrong constant name remove_specs_unsatisfied_by
1386
- # wrong constant name spec_predecessors
1387
- # wrong constant name specs
1388
- # wrong constant name tsort_each_node
1389
- # wrong constant name why_not_ok?
1390
- # wrong constant name <static-init>
1391
- # wrong constant name from_specs
1392
- # wrong constant name conflict
1393
- # wrong constant name conflicting_dependencies
1394
- # wrong constant name initialize
1395
- # wrong constant name deprecate
1396
- # wrong constant name skip
1397
- # wrong constant name skip=
1398
- # wrong constant name skip_during
1399
- # wrong constant name _deprecated_source_exception
1400
- # wrong constant name source_exception
1401
- # wrong constant name source_exception=
1402
- # wrong constant name <Class:BuildError>
1403
- # wrong constant name <Class:Builder>
1404
- # wrong constant name <Class:CmakeBuilder>
1405
- # wrong constant name <Class:ConfigureBuilder>
1406
- # wrong constant name <Class:ExtConfBuilder>
1407
- # wrong constant name <Class:RakeBuilder>
1408
- # wrong constant name <static-init>
1409
- # wrong constant name build_args
1410
- # wrong constant name build_args=
1411
- # wrong constant name build_error
1412
- # wrong constant name build_extension
1413
- # wrong constant name build_extensions
1414
- # wrong constant name builder_for
1415
- # wrong constant name initialize
1416
- # wrong constant name write_gem_make_out
1417
- # wrong constant name <static-init>
1418
- # wrong constant name class_name
1419
- # wrong constant name make
1420
- # wrong constant name redirector
1421
- # wrong constant name run
1422
- # uninitialized constant Gem::Ext::CmakeBuilder::CHDIR_MONITOR
1423
- # uninitialized constant Gem::Ext::CmakeBuilder::CHDIR_MUTEX
1424
- # wrong constant name <static-init>
1425
- # wrong constant name build
1426
- # uninitialized constant Gem::Ext::ConfigureBuilder::CHDIR_MONITOR
1427
- # uninitialized constant Gem::Ext::ConfigureBuilder::CHDIR_MUTEX
1428
- # wrong constant name <static-init>
1429
- # wrong constant name build
1430
- # uninitialized constant Gem::Ext::ExtConfBuilder::CHDIR_MONITOR
1431
- # uninitialized constant Gem::Ext::ExtConfBuilder::CHDIR_MUTEX
1432
- # wrong constant name <static-init>
1433
- # wrong constant name build
1434
- # wrong constant name get_relative_path
1435
- # uninitialized constant Gem::Ext::RakeBuilder::CHDIR_MONITOR
1436
- # uninitialized constant Gem::Ext::RakeBuilder::CHDIR_MUTEX
1437
- # wrong constant name <static-init>
1438
- # wrong constant name build
1439
- # wrong constant name <static-init>
1440
- # wrong constant name directory
1441
- # wrong constant name initialize
1442
- # wrong constant name file_path
1443
- # wrong constant name file_path=
1444
- # wrong constant name spec
1445
- # wrong constant name spec=
1446
- # wrong constant name build_message
1447
- # wrong constant name conflicts
1448
- # wrong constant name dependency
1449
- # wrong constant name initialize
1450
- # wrong constant name request
1451
- # wrong constant name _deprecated_extension_build_error
1452
- # wrong constant name app_script_text
1453
- # wrong constant name bin_dir
1454
- # wrong constant name build_extensions
1455
- # wrong constant name build_root
1456
- # wrong constant name check_executable_overwrite
1457
- # wrong constant name check_that_user_bin_dir_is_in_path
1458
- # wrong constant name default_spec_file
1459
- # wrong constant name dir
1460
- # wrong constant name ensure_dependencies_met
1461
- # wrong constant name ensure_dependency
1462
- # wrong constant name ensure_loadable_spec
1463
- # wrong constant name ensure_required_ruby_version_met
1464
- # wrong constant name ensure_required_rubygems_version_met
1465
- # wrong constant name extension_build_error
1466
- # wrong constant name extract_bin
1467
- # wrong constant name extract_files
1468
- # wrong constant name formatted_program_filename
1469
- # wrong constant name gem
1470
- # wrong constant name gem_dir
1471
- # wrong constant name gem_home
1472
- # wrong constant name generate_bin
1473
- # wrong constant name generate_bin_script
1474
- # wrong constant name generate_bin_symlink
1475
- # wrong constant name generate_windows_script
1476
- # wrong constant name initialize
1477
- # wrong constant name install
1478
- # wrong constant name installation_satisfies_dependency?
1479
- # wrong constant name installed_specs
1480
- # wrong constant name options
1481
- # wrong constant name pre_install_checks
1482
- # wrong constant name process_options
1483
- # wrong constant name run_post_build_hooks
1484
- # wrong constant name run_post_install_hooks
1485
- # wrong constant name run_pre_install_hooks
1486
- # wrong constant name shebang
1487
- # wrong constant name spec
1488
- # wrong constant name spec_file
1489
- # wrong constant name unpack
1490
- # wrong constant name verify_gem_home
1491
- # wrong constant name verify_spec
1492
- # wrong constant name windows_stub_script
1493
- # wrong constant name write_build_info_file
1494
- # wrong constant name write_cache_file
1495
- # wrong constant name write_default_spec
1496
- # wrong constant name write_spec
1497
- # wrong constant name <static-init>
1498
- # wrong constant name at
1499
- # wrong constant name exec_format
1500
- # wrong constant name exec_format=
1501
- # wrong constant name for_spec
1502
- # wrong constant name install_lock
1503
- # wrong constant name path_warning
1504
- # wrong constant name path_warning=
1505
- # wrong constant name <static-init>
1506
- # wrong constant name match?
1507
- # wrong constant name suggestions
1508
- # wrong constant name each
1509
- # wrong constant name initialize
1510
- # wrong constant name prepend
1511
- # wrong constant name pretty_print
1512
- # wrong constant name tail
1513
- # wrong constant name tail=
1514
- # wrong constant name to_a
1515
- # wrong constant name value
1516
- # wrong constant name value=
1517
- # wrong constant name prepend
1518
- # wrong constant name name
1519
- # wrong constant name name=
1520
- # wrong constant name requirement
1521
- # wrong constant name requirement=
1522
- # wrong constant name initialize
1523
- # wrong constant name initialize
1524
- # wrong constant name specs
1525
- # wrong constant name <=>
1526
- # wrong constant name ==
1527
- # wrong constant name eql?
1528
- # wrong constant name full_name
1529
- # wrong constant name initialize
1530
- # wrong constant name match_platform?
1531
- # wrong constant name name
1532
- # wrong constant name platform
1533
- # wrong constant name prerelease?
1534
- # wrong constant name spec_name
1535
- # wrong constant name to_a
1536
- # wrong constant name version
1537
- # wrong constant name <static-init>
1538
- # wrong constant name from_list
1539
- # wrong constant name null
1540
- # wrong constant name to_basic
1541
- # wrong constant name <Class:DigestIO>
1542
- # wrong constant name <Class:Error>
1543
- # wrong constant name <Class:FileSource>
1544
- # wrong constant name <Class:FormatError>
1545
- # wrong constant name <Class:IOSource>
1546
- # wrong constant name <Class:NonSeekableIO>
1547
- # wrong constant name <Class:Old>
1548
- # wrong constant name <Class:PathError>
1549
- # wrong constant name <Class:Source>
1550
- # wrong constant name <Class:TarHeader>
1551
- # wrong constant name <Class:TarInvalidError>
1552
- # wrong constant name <Class:TarReader>
1553
- # wrong constant name <Class:TarWriter>
1554
- # wrong constant name <Class:TooLongFileName>
1555
- # wrong constant name add_checksums
1556
- # wrong constant name add_contents
1557
- # wrong constant name add_files
1558
- # wrong constant name add_metadata
1559
- # wrong constant name build
1560
- # wrong constant name build_time
1561
- # wrong constant name build_time=
1562
- # wrong constant name checksums
1563
- # wrong constant name contents
1564
- # wrong constant name copy_to
1565
- # wrong constant name data_mode
1566
- # wrong constant name data_mode=
1567
- # wrong constant name digest
1568
- # wrong constant name dir_mode
1569
- # wrong constant name dir_mode=
1570
- # wrong constant name extract_files
1571
- # wrong constant name extract_tar_gz
1572
- # wrong constant name file_mode
1573
- # wrong constant name files
1574
- # wrong constant name gzip_to
1575
- # wrong constant name initialize
1576
- # wrong constant name install_location
1577
- # wrong constant name load_spec
1578
- # wrong constant name mkdir_p_safe
1579
- # wrong constant name normalize_path
1580
- # wrong constant name open_tar_gz
1581
- # wrong constant name prog_mode
1582
- # wrong constant name prog_mode=
1583
- # wrong constant name read_checksums
1584
- # wrong constant name security_policy
1585
- # wrong constant name security_policy=
1586
- # wrong constant name setup_signer
1587
- # wrong constant name spec
1588
- # wrong constant name spec=
1589
- # wrong constant name verify
1590
- # wrong constant name verify_checksums
1591
- # wrong constant name verify_entry
1592
- # wrong constant name verify_files
1593
- # wrong constant name verify_gz
1594
- # wrong constant name digests
1595
- # wrong constant name initialize
1596
- # wrong constant name write
1597
- # wrong constant name <static-init>
1598
- # wrong constant name wrap
1599
- # wrong constant name <static-init>
1600
- # wrong constant name initialize
1601
- # wrong constant name path
1602
- # wrong constant name present?
1603
- # wrong constant name start
1604
- # wrong constant name with_read_io
1605
- # wrong constant name with_write_io
1606
- # wrong constant name <static-init>
1607
- # wrong constant name initialize
1608
- # wrong constant name path
1609
- # wrong constant name <static-init>
1610
- # wrong constant name initialize
1611
- # wrong constant name io
1612
- # wrong constant name path
1613
- # wrong constant name present?
1614
- # wrong constant name start
1615
- # wrong constant name with_read_io
1616
- # wrong constant name with_write_io
1617
- # wrong constant name <static-init>
1618
- # wrong constant name <static-init>
1619
- # wrong constant name extract_files
1620
- # wrong constant name file_list
1621
- # wrong constant name read_until_dashes
1622
- # wrong constant name skip_ruby
1623
- # wrong constant name <static-init>
1624
- # wrong constant name initialize
1625
- # wrong constant name <static-init>
1626
- # wrong constant name <static-init>
1627
- # wrong constant name ==
1628
- # wrong constant name checksum
1629
- # wrong constant name devmajor
1630
- # wrong constant name devminor
1631
- # wrong constant name empty?
1632
- # wrong constant name gid
1633
- # wrong constant name gname
1634
- # wrong constant name initialize
1635
- # wrong constant name linkname
1636
- # wrong constant name magic
1637
- # wrong constant name mode
1638
- # wrong constant name mtime
1639
- # wrong constant name name
1640
- # wrong constant name prefix
1641
- # wrong constant name size
1642
- # wrong constant name typeflag
1643
- # wrong constant name uid
1644
- # wrong constant name uname
1645
- # wrong constant name update_checksum
1646
- # wrong constant name version
1647
- # wrong constant name <static-init>
1648
- # wrong constant name from
1649
- # wrong constant name strict_oct
1650
- # wrong constant name <static-init>
1651
- # uninitialized constant Gem::Package::TarReader::Elem
1652
- # wrong constant name <Class:Entry>
1653
- # wrong constant name <Class:UnexpectedEOF>
1654
- # wrong constant name close
1655
- # wrong constant name each
1656
- # wrong constant name each_entry
1657
- # wrong constant name initialize
1658
- # wrong constant name rewind
1659
- # wrong constant name seek
1660
- # wrong constant name bytes_read
1661
- # wrong constant name check_closed
1662
- # wrong constant name close
1663
- # wrong constant name closed?
1664
- # wrong constant name directory?
1665
- # wrong constant name eof?
1666
- # wrong constant name file?
1667
- # wrong constant name full_name
1668
- # wrong constant name getc
1669
- # wrong constant name header
1670
- # wrong constant name initialize
1671
- # wrong constant name length
1672
- # wrong constant name pos
1673
- # wrong constant name read
1674
- # wrong constant name readpartial
1675
- # wrong constant name rewind
1676
- # wrong constant name size
1677
- # wrong constant name symlink?
1678
- # wrong constant name <static-init>
1679
- # wrong constant name <static-init>
1680
- # wrong constant name <static-init>
1681
- # wrong constant name new
1682
- # wrong constant name <Class:BoundedStream>
1683
- # wrong constant name <Class:FileOverflow>
1684
- # wrong constant name <Class:RestrictedStream>
1685
- # wrong constant name add_file
1686
- # wrong constant name add_file_digest
1687
- # wrong constant name add_file_signed
1688
- # wrong constant name add_file_simple
1689
- # wrong constant name add_symlink
1690
- # wrong constant name check_closed
1691
- # wrong constant name close
1692
- # wrong constant name closed?
1693
- # wrong constant name flush
1694
- # wrong constant name initialize
1695
- # wrong constant name mkdir
1696
- # wrong constant name split_name
1697
- # wrong constant name initialize
1698
- # wrong constant name limit
1699
- # wrong constant name write
1700
- # wrong constant name written
1701
- # wrong constant name <static-init>
1702
- # wrong constant name <static-init>
1703
- # wrong constant name initialize
1704
- # wrong constant name write
1705
- # wrong constant name <static-init>
1706
- # wrong constant name <static-init>
1707
- # wrong constant name new
1708
- # wrong constant name <static-init>
1709
- # wrong constant name <static-init>
1710
- # wrong constant name build
1711
- # wrong constant name new
1712
- # wrong constant name home
1713
- # wrong constant name initialize
1714
- # wrong constant name path
1715
- # wrong constant name spec_cache_dir
1716
- # wrong constant name ==
1717
- # wrong constant name ===
1718
- # wrong constant name =~
1719
- # wrong constant name cpu
1720
- # wrong constant name cpu=
1721
- # wrong constant name eql?
1722
- # wrong constant name initialize
1723
- # wrong constant name os
1724
- # wrong constant name os=
1725
- # wrong constant name to_a
1726
- # wrong constant name version
1727
- # wrong constant name version=
1728
- # wrong constant name installable?
1729
- # wrong constant name local
1730
- # wrong constant name match
1731
- # wrong constant name new
1732
- # wrong constant name add_platform
1733
- # wrong constant name initialize
1734
- # wrong constant name name
1735
- # wrong constant name platforms
1736
- # wrong constant name version
1737
- # wrong constant name wordy
1738
- # wrong constant name cache_update_path
1739
- # wrong constant name close_all
1740
- # wrong constant name correct_for_windows_path
1741
- # wrong constant name download
1742
- # wrong constant name download_to_cache
1743
- # wrong constant name fetch_file
1744
- # wrong constant name fetch_http
1745
- # wrong constant name fetch_https
1746
- # wrong constant name fetch_path
1747
- # wrong constant name fetch_s3
1748
- # wrong constant name fetch_size
1749
- # wrong constant name headers
1750
- # wrong constant name headers=
1751
- # wrong constant name https?
1752
- # wrong constant name initialize
1753
- # wrong constant name request
1754
- # wrong constant name s3_expiration
1755
- # wrong constant name sign_s3_url
1756
- # wrong constant name <static-init>
1757
- # wrong constant name fetcher
1758
- # wrong constant name <Class:ConnectionPools>
1759
- # wrong constant name <Class:HTTPPool>
1760
- # wrong constant name <Class:HTTPSPool>
1761
- # wrong constant name cert_files
1762
- # wrong constant name connection_for
1763
- # wrong constant name fetch
1764
- # wrong constant name initialize
1765
- # wrong constant name perform_request
1766
- # wrong constant name proxy_uri
1767
- # wrong constant name reset
1768
- # wrong constant name user_agent
1769
- # wrong constant name close_all
1770
- # wrong constant name initialize
1771
- # wrong constant name pool_for
1772
- # wrong constant name <static-init>
1773
- # wrong constant name client
1774
- # wrong constant name client=
1775
- # wrong constant name cert_files
1776
- # wrong constant name checkin
1777
- # wrong constant name checkout
1778
- # wrong constant name close_all
1779
- # wrong constant name initialize
1780
- # wrong constant name proxy_uri
1781
- # wrong constant name <static-init>
1782
- # wrong constant name <static-init>
1783
- # wrong constant name <static-init>
1784
- # wrong constant name configure_connection_for_https
1785
- # wrong constant name create_with_proxy
1786
- # wrong constant name get_cert_files
1787
- # wrong constant name get_proxy_from_env
1788
- # wrong constant name proxy_uri
1789
- # wrong constant name verify_certificate
1790
- # wrong constant name verify_certificate_message
1791
- # wrong constant name <Class:GemDependencyAPI>
1792
- # wrong constant name <Class:Lockfile>
1793
- # wrong constant name always_install
1794
- # wrong constant name always_install=
1795
- # wrong constant name dependencies
1796
- # wrong constant name development
1797
- # wrong constant name development=
1798
- # wrong constant name development_shallow
1799
- # wrong constant name development_shallow=
1800
- # wrong constant name errors
1801
- # wrong constant name gem
1802
- # wrong constant name git_set
1803
- # wrong constant name ignore_dependencies
1804
- # wrong constant name ignore_dependencies=
1805
- # wrong constant name import
1806
- # wrong constant name initialize
1807
- # wrong constant name install
1808
- # wrong constant name install_dir
1809
- # wrong constant name install_from_gemdeps
1810
- # wrong constant name install_hooks
1811
- # wrong constant name install_into
1812
- # wrong constant name load_gemdeps
1813
- # wrong constant name prerelease
1814
- # wrong constant name prerelease=
1815
- # wrong constant name pretty_print
1816
- # wrong constant name remote
1817
- # wrong constant name remote=
1818
- # wrong constant name resolve
1819
- # wrong constant name resolve_current
1820
- # wrong constant name resolver
1821
- # wrong constant name sets
1822
- # wrong constant name soft_missing
1823
- # wrong constant name soft_missing=
1824
- # wrong constant name sorted_requests
1825
- # wrong constant name source_set
1826
- # wrong constant name specs
1827
- # wrong constant name specs_in
1828
- # wrong constant name tsort_each_node
1829
- # wrong constant name vendor_set
1830
- # wrong constant name dependencies
1831
- # wrong constant name find_gemspec
1832
- # wrong constant name gem
1833
- # wrong constant name gem_deps_file
1834
- # wrong constant name gem_git_reference
1835
- # wrong constant name gemspec
1836
- # wrong constant name git
1837
- # wrong constant name git_set
1838
- # wrong constant name git_source
1839
- # wrong constant name group
1840
- # wrong constant name initialize
1841
- # wrong constant name installing=
1842
- # wrong constant name load
1843
- # wrong constant name platform
1844
- # wrong constant name platforms
1845
- # wrong constant name requires
1846
- # wrong constant name ruby
1847
- # wrong constant name source
1848
- # wrong constant name vendor_set
1849
- # wrong constant name without_groups
1850
- # wrong constant name without_groups=
1851
- # wrong constant name <static-init>
1852
- # wrong constant name <Class:ParseError>
1853
- # wrong constant name <Class:Parser>
1854
- # wrong constant name <Class:Tokenizer>
1855
- # wrong constant name add_DEPENDENCIES
1856
- # wrong constant name add_GEM
1857
- # wrong constant name add_GIT
1858
- # wrong constant name add_PATH
1859
- # wrong constant name add_PLATFORMS
1860
- # wrong constant name initialize
1861
- # wrong constant name platforms
1862
- # wrong constant name relative_path_from
1863
- # wrong constant name spec_groups
1864
- # wrong constant name write
1865
- # wrong constant name column
1866
- # wrong constant name initialize
1867
- # wrong constant name line
1868
- # wrong constant name path
1869
- # wrong constant name <static-init>
1870
- # wrong constant name get
1871
- # wrong constant name initialize
1872
- # wrong constant name parse
1873
- # wrong constant name parse_DEPENDENCIES
1874
- # wrong constant name parse_GEM
1875
- # wrong constant name parse_GIT
1876
- # wrong constant name parse_PATH
1877
- # wrong constant name parse_PLATFORMS
1878
- # wrong constant name parse_dependency
1879
- # wrong constant name <static-init>
1880
- # wrong constant name <Class:Token>
1881
- # wrong constant name empty?
1882
- # wrong constant name initialize
1883
- # wrong constant name make_parser
1884
- # wrong constant name next_token
1885
- # wrong constant name peek
1886
- # wrong constant name shift
1887
- # wrong constant name skip
1888
- # wrong constant name to_a
1889
- # wrong constant name token_pos
1890
- # wrong constant name unshift
1891
- # uninitialized constant Gem::RequestSet::Lockfile::Tokenizer::Token::Elem
1892
- # wrong constant name column
1893
- # wrong constant name column=
1894
- # wrong constant name line
1895
- # wrong constant name line=
1896
- # wrong constant name type
1897
- # wrong constant name type=
1898
- # wrong constant name value
1899
- # wrong constant name value=
1900
- # wrong constant name <static-init>
1901
- # wrong constant name []
1902
- # wrong constant name members
1903
- # wrong constant name <static-init>
1904
- # wrong constant name from_file
1905
- # wrong constant name <static-init>
1906
- # wrong constant name build
1907
- # wrong constant name requests_to_deps
1908
- # wrong constant name <static-init>
1909
- # wrong constant name ==
1910
- # wrong constant name ===
1911
- # wrong constant name =~
1912
- # wrong constant name _tilde_requirements
1913
- # wrong constant name as_list
1914
- # wrong constant name concat
1915
- # wrong constant name encode_with
1916
- # wrong constant name exact?
1917
- # wrong constant name for_lockfile
1918
- # wrong constant name init_with
1919
- # wrong constant name initialize
1920
- # wrong constant name marshal_dump
1921
- # wrong constant name marshal_load
1922
- # wrong constant name none?
1923
- # wrong constant name prerelease?
1924
- # wrong constant name pretty_print
1925
- # wrong constant name requirements
1926
- # wrong constant name satisfied_by?
1927
- # wrong constant name specific?
1928
- # wrong constant name to_yaml_properties
1929
- # wrong constant name yaml_initialize
1930
- # wrong constant name create
1931
- # wrong constant name default
1932
- # wrong constant name parse
1933
- # wrong constant name source_set
1934
- # wrong constant name <Class:APISet>
1935
- # wrong constant name <Class:APISpecification>
1936
- # wrong constant name <Class:ActivationRequest>
1937
- # wrong constant name <Class:BestSet>
1938
- # wrong constant name <Class:ComposedSet>
1939
- # wrong constant name <Class:Conflict>
1940
- # wrong constant name <Class:CurrentSet>
1941
- # wrong constant name <Class:DependencyRequest>
1942
- # wrong constant name <Class:GitSet>
1943
- # wrong constant name <Class:GitSpecification>
1944
- # wrong constant name <Class:IndexSet>
1945
- # wrong constant name <Class:IndexSpecification>
1946
- # wrong constant name <Class:InstalledSpecification>
1947
- # wrong constant name <Class:InstallerSet>
1948
- # wrong constant name <Class:LocalSpecification>
1949
- # wrong constant name <Class:LockSet>
1950
- # wrong constant name <Class:LockSpecification>
1951
- # wrong constant name <Class:Molinillo>
1952
- # wrong constant name <Class:RequirementList>
1953
- # wrong constant name <Class:Set>
1954
- # wrong constant name <Class:SourceSet>
1955
- # wrong constant name <Class:SpecSpecification>
1956
- # wrong constant name <Class:Specification>
1957
- # wrong constant name <Class:Stats>
1958
- # wrong constant name <Class:VendorSet>
1959
- # wrong constant name <Class:VendorSpecification>
1960
- # wrong constant name activation_request
1961
- # wrong constant name development
1962
- # wrong constant name development=
1963
- # wrong constant name development_shallow
1964
- # wrong constant name development_shallow=
1965
- # wrong constant name explain
1966
- # wrong constant name explain_list
1967
- # wrong constant name find_possible
1968
- # wrong constant name ignore_dependencies
1969
- # wrong constant name ignore_dependencies=
1970
- # wrong constant name initialize
1971
- # wrong constant name missing
1972
- # wrong constant name requests
1973
- # wrong constant name resolve
1974
- # wrong constant name select_local_platforms
1975
- # wrong constant name skip_gems
1976
- # wrong constant name skip_gems=
1977
- # wrong constant name soft_missing
1978
- # wrong constant name soft_missing=
1979
- # wrong constant name stats
1980
- # wrong constant name dep_uri
1981
- # wrong constant name initialize
1982
- # wrong constant name prefetch_now
1983
- # wrong constant name pretty_print
1984
- # wrong constant name source
1985
- # wrong constant name uri
1986
- # wrong constant name versions
1987
- # wrong constant name <static-init>
1988
- # wrong constant name ==
1989
- # wrong constant name initialize
1990
- # wrong constant name pretty_print
1991
- # wrong constant name <static-init>
1992
- # wrong constant name ==
1993
- # wrong constant name development?
1994
- # wrong constant name download
1995
- # wrong constant name full_name
1996
- # wrong constant name full_spec
1997
- # wrong constant name initialize
1998
- # wrong constant name installed?
1999
- # wrong constant name name
2000
- # wrong constant name others_possible?
2001
- # wrong constant name parent
2002
- # wrong constant name pretty_print
2003
- # wrong constant name request
2004
- # wrong constant name spec
2005
- # wrong constant name version
2006
- # wrong constant name <static-init>
2007
- # wrong constant name initialize
2008
- # wrong constant name pick_sets
2009
- # wrong constant name pretty_print
2010
- # wrong constant name replace_failed_api_set
2011
- # wrong constant name <static-init>
2012
- # wrong constant name initialize
2013
- # wrong constant name prerelease=
2014
- # wrong constant name remote=
2015
- # wrong constant name sets
2016
- # wrong constant name <static-init>
2017
- # wrong constant name ==
2018
- # wrong constant name activated
2019
- # wrong constant name conflicting_dependencies
2020
- # wrong constant name dependency
2021
- # wrong constant name explain
2022
- # wrong constant name explanation
2023
- # wrong constant name failed_dep
2024
- # wrong constant name for_spec?
2025
- # wrong constant name initialize
2026
- # wrong constant name pretty_print
2027
- # wrong constant name request_path
2028
- # wrong constant name requester
2029
- # wrong constant name <static-init>
2030
- # wrong constant name <static-init>
2031
- # wrong constant name ==
2032
- # wrong constant name dependency
2033
- # wrong constant name development?
2034
- # wrong constant name explicit?
2035
- # wrong constant name implicit?
2036
- # wrong constant name initialize
2037
- # wrong constant name match?
2038
- # wrong constant name matches_spec?
2039
- # wrong constant name name
2040
- # wrong constant name pretty_print
2041
- # wrong constant name request_context
2042
- # wrong constant name requester
2043
- # wrong constant name requirement
2044
- # wrong constant name type
2045
- # wrong constant name <static-init>
2046
- # wrong constant name add_git_gem
2047
- # wrong constant name add_git_spec
2048
- # wrong constant name need_submodules
2049
- # wrong constant name pretty_print
2050
- # wrong constant name repositories
2051
- # wrong constant name root_dir
2052
- # wrong constant name root_dir=
2053
- # wrong constant name specs
2054
- # wrong constant name <static-init>
2055
- # wrong constant name ==
2056
- # wrong constant name add_dependency
2057
- # wrong constant name pretty_print
2058
- # wrong constant name <static-init>
2059
- # wrong constant name initialize
2060
- # wrong constant name pretty_print
2061
- # wrong constant name <static-init>
2062
- # wrong constant name initialize
2063
- # wrong constant name pretty_print
2064
- # wrong constant name <static-init>
2065
- # wrong constant name ==
2066
- # wrong constant name pretty_print
2067
- # wrong constant name <static-init>
2068
- # wrong constant name add_always_install
2069
- # wrong constant name add_local
2070
- # wrong constant name always_install
2071
- # wrong constant name consider_local?
2072
- # wrong constant name consider_remote?
2073
- # wrong constant name ignore_dependencies
2074
- # wrong constant name ignore_dependencies=
2075
- # wrong constant name ignore_installed
2076
- # wrong constant name ignore_installed=
2077
- # wrong constant name initialize
2078
- # wrong constant name load_spec
2079
- # wrong constant name local?
2080
- # wrong constant name prerelease=
2081
- # wrong constant name pretty_print
2082
- # wrong constant name remote=
2083
- # wrong constant name remote_set
2084
- # wrong constant name <static-init>
2085
- # wrong constant name pretty_print
2086
- # wrong constant name <static-init>
2087
- # wrong constant name add
2088
- # wrong constant name initialize
2089
- # wrong constant name load_spec
2090
- # wrong constant name pretty_print
2091
- # wrong constant name specs
2092
- # wrong constant name <static-init>
2093
- # wrong constant name add_dependency
2094
- # wrong constant name initialize
2095
- # wrong constant name pretty_print
2096
- # wrong constant name sources
2097
- # wrong constant name <static-init>
2098
- # wrong constant name <Class:CircularDependencyError>
2099
- # wrong constant name <Class:Delegates>
2100
- # wrong constant name <Class:DependencyGraph>
2101
- # wrong constant name <Class:DependencyState>
2102
- # wrong constant name <Class:NoSuchDependencyError>
2103
- # wrong constant name <Class:PossibilityState>
2104
- # wrong constant name <Class:ResolutionState>
2105
- # wrong constant name <Class:Resolver>
2106
- # wrong constant name <Class:ResolverError>
2107
- # wrong constant name <Class:SpecificationProvider>
2108
- # wrong constant name <Class:UI>
2109
- # wrong constant name <Class:VersionConflict>
2110
- # wrong constant name dependencies
2111
- # wrong constant name initialize
2112
- # wrong constant name <static-init>
2113
- # wrong constant name <Class:ResolutionState>
2114
- # wrong constant name <Class:SpecificationProvider>
2115
- # wrong constant name activated
2116
- # wrong constant name conflicts
2117
- # wrong constant name depth
2118
- # wrong constant name name
2119
- # wrong constant name possibilities
2120
- # wrong constant name requirement
2121
- # wrong constant name requirements
2122
- # wrong constant name <static-init>
2123
- # wrong constant name allow_missing?
2124
- # wrong constant name dependencies_for
2125
- # wrong constant name name_for
2126
- # wrong constant name name_for_explicit_dependency_source
2127
- # wrong constant name name_for_locking_dependency_source
2128
- # wrong constant name requirement_satisfied_by?
2129
- # wrong constant name search_for
2130
- # wrong constant name sort_dependencies
2131
- # wrong constant name <static-init>
2132
- # wrong constant name <static-init>
2133
- # wrong constant name ==
2134
- # wrong constant name <Class:Action>
2135
- # wrong constant name <Class:AddEdgeNoCircular>
2136
- # wrong constant name <Class:AddVertex>
2137
- # wrong constant name <Class:DeleteEdge>
2138
- # wrong constant name <Class:DetachVertexNamed>
2139
- # wrong constant name <Class:Edge>
2140
- # uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Elem
2141
- # wrong constant name <Class:Log>
2142
- # wrong constant name <Class:SetPayload>
2143
- # wrong constant name <Class:Tag>
2144
- # wrong constant name <Class:Vertex>
2145
- # wrong constant name add_child_vertex
2146
- # wrong constant name add_edge
2147
- # wrong constant name add_vertex
2148
- # wrong constant name delete_edge
2149
- # wrong constant name detach_vertex_named
2150
- # wrong constant name each
2151
- # wrong constant name log
2152
- # wrong constant name rewind_to
2153
- # wrong constant name root_vertex_named
2154
- # wrong constant name set_payload
2155
- # wrong constant name tag
2156
- # wrong constant name to_dot
2157
- # wrong constant name tsort_each_child
2158
- # wrong constant name vertex_named
2159
- # wrong constant name vertices
2160
- # wrong constant name down
2161
- # wrong constant name next
2162
- # wrong constant name next=
2163
- # wrong constant name previous
2164
- # wrong constant name previous=
2165
- # wrong constant name up
2166
- # wrong constant name <static-init>
2167
- # wrong constant name action_name
2168
- # wrong constant name destination
2169
- # wrong constant name initialize
2170
- # wrong constant name make_edge
2171
- # wrong constant name origin
2172
- # wrong constant name requirement
2173
- # wrong constant name <static-init>
2174
- # wrong constant name initialize
2175
- # wrong constant name name
2176
- # wrong constant name payload
2177
- # wrong constant name root
2178
- # wrong constant name <static-init>
2179
- # wrong constant name destination_name
2180
- # wrong constant name initialize
2181
- # wrong constant name make_edge
2182
- # wrong constant name origin_name
2183
- # wrong constant name requirement
2184
- # wrong constant name <static-init>
2185
- # wrong constant name initialize
2186
- # wrong constant name name
2187
- # wrong constant name <static-init>
2188
- # uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Edge::Elem
2189
- # wrong constant name destination
2190
- # wrong constant name destination=
2191
- # wrong constant name origin
2192
- # wrong constant name origin=
2193
- # wrong constant name requirement
2194
- # wrong constant name requirement=
2195
- # wrong constant name <static-init>
2196
- # wrong constant name []
2197
- # wrong constant name members
2198
- # wrong constant name add_edge_no_circular
2199
- # wrong constant name add_vertex
2200
- # wrong constant name delete_edge
2201
- # wrong constant name detach_vertex_named
2202
- # wrong constant name each
2203
- # wrong constant name pop!
2204
- # wrong constant name reverse_each
2205
- # wrong constant name rewind_to
2206
- # wrong constant name set_payload
2207
- # wrong constant name tag
2208
- # wrong constant name <static-init>
2209
- # uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Log::Elem
2210
- # wrong constant name initialize
2211
- # wrong constant name name
2212
- # wrong constant name payload
2213
- # wrong constant name <static-init>
2214
- # wrong constant name down
2215
- # wrong constant name initialize
2216
- # wrong constant name tag
2217
- # wrong constant name up
2218
- # wrong constant name <static-init>
2219
- # wrong constant name ==
2220
- # wrong constant name ancestor?
2221
- # wrong constant name descendent?
2222
- # wrong constant name eql?
2223
- # wrong constant name explicit_requirements
2224
- # wrong constant name incoming_edges
2225
- # wrong constant name incoming_edges=
2226
- # wrong constant name initialize
2227
- # wrong constant name is_reachable_from?
2228
- # wrong constant name name
2229
- # wrong constant name name=
2230
- # wrong constant name outgoing_edges
2231
- # wrong constant name outgoing_edges=
2232
- # wrong constant name path_to?
2233
- # wrong constant name payload
2234
- # wrong constant name payload=
2235
- # wrong constant name predecessors
2236
- # wrong constant name recursive_predecessors
2237
- # wrong constant name recursive_successors
2238
- # wrong constant name requirements
2239
- # wrong constant name root
2240
- # wrong constant name root=
2241
- # wrong constant name root?
2242
- # wrong constant name shallow_eql?
2243
- # wrong constant name successors
2244
- # wrong constant name <static-init>
2245
- # wrong constant name <static-init>
2246
- # wrong constant name tsort
2247
- # uninitialized constant Gem::Resolver::Molinillo::DependencyState::Elem
2248
- # wrong constant name pop_possibility_state
2249
- # wrong constant name <static-init>
2250
- # wrong constant name dependency
2251
- # wrong constant name dependency=
2252
- # wrong constant name initialize
2253
- # wrong constant name required_by
2254
- # wrong constant name required_by=
2255
- # wrong constant name <static-init>
2256
- # uninitialized constant Gem::Resolver::Molinillo::PossibilityState::Elem
2257
- # wrong constant name <static-init>
2258
- # uninitialized constant Gem::Resolver::Molinillo::ResolutionState::Elem
2259
- # wrong constant name activated
2260
- # wrong constant name activated=
2261
- # wrong constant name conflicts
2262
- # wrong constant name conflicts=
2263
- # wrong constant name depth
2264
- # wrong constant name depth=
2265
- # wrong constant name name
2266
- # wrong constant name name=
2267
- # wrong constant name possibilities
2268
- # wrong constant name possibilities=
2269
- # wrong constant name requirement
2270
- # wrong constant name requirement=
2271
- # wrong constant name requirements
2272
- # wrong constant name requirements=
2273
- # wrong constant name <static-init>
2274
- # wrong constant name []
2275
- # wrong constant name empty
2276
- # wrong constant name members
2277
- # wrong constant name <Class:Resolution>
2278
- # wrong constant name initialize
2279
- # wrong constant name resolve
2280
- # wrong constant name resolver_ui
2281
- # wrong constant name specification_provider
2282
- # wrong constant name <Class:Conflict>
2283
- # wrong constant name base
2284
- # wrong constant name initialize
2285
- # wrong constant name iteration_rate=
2286
- # wrong constant name original_requested
2287
- # wrong constant name resolve
2288
- # wrong constant name resolver_ui
2289
- # wrong constant name specification_provider
2290
- # wrong constant name started_at=
2291
- # wrong constant name states=
2292
- # uninitialized constant Gem::Resolver::Molinillo::Resolver::Resolution::Conflict::Elem
2293
- # wrong constant name activated_by_name
2294
- # wrong constant name activated_by_name=
2295
- # wrong constant name existing
2296
- # wrong constant name existing=
2297
- # wrong constant name locked_requirement
2298
- # wrong constant name locked_requirement=
2299
- # wrong constant name possibility
2300
- # wrong constant name possibility=
2301
- # wrong constant name requirement
2302
- # wrong constant name requirement=
2303
- # wrong constant name requirement_trees
2304
- # wrong constant name requirement_trees=
2305
- # wrong constant name requirements
2306
- # wrong constant name requirements=
2307
- # wrong constant name <static-init>
2308
- # wrong constant name []
2309
- # wrong constant name members
2310
- # wrong constant name <static-init>
2311
- # wrong constant name <static-init>
2312
- # wrong constant name <static-init>
2313
- # wrong constant name allow_missing?
2314
- # wrong constant name dependencies_for
2315
- # wrong constant name name_for
2316
- # wrong constant name name_for_explicit_dependency_source
2317
- # wrong constant name name_for_locking_dependency_source
2318
- # wrong constant name requirement_satisfied_by?
2319
- # wrong constant name search_for
2320
- # wrong constant name sort_dependencies
2321
- # wrong constant name <static-init>
2322
- # wrong constant name after_resolution
2323
- # wrong constant name before_resolution
2324
- # wrong constant name debug
2325
- # wrong constant name debug?
2326
- # wrong constant name indicate_progress
2327
- # wrong constant name output
2328
- # wrong constant name progress_rate
2329
- # wrong constant name <static-init>
2330
- # wrong constant name conflicts
2331
- # wrong constant name initialize
2332
- # wrong constant name <static-init>
2333
- # wrong constant name <static-init>
2334
- # uninitialized constant Gem::Resolver::RequirementList::Elem
2335
- # wrong constant name add
2336
- # wrong constant name each
2337
- # wrong constant name empty?
2338
- # wrong constant name next5
2339
- # wrong constant name remove
2340
- # wrong constant name size
2341
- # wrong constant name <static-init>
2342
- # wrong constant name errors
2343
- # wrong constant name errors=
2344
- # wrong constant name find_all
2345
- # wrong constant name prefetch
2346
- # wrong constant name prerelease
2347
- # wrong constant name prerelease=
2348
- # wrong constant name remote
2349
- # wrong constant name remote=
2350
- # wrong constant name remote?
699
+ # wrong constant name each
700
+ # wrong constant name end
701
+ # wrong constant name exclude_end?
702
+ # wrong constant name last
703
+ # wrong constant name step
2351
704
  # wrong constant name <static-init>
2352
- # wrong constant name add_source_gem
705
+ # uninitialized constant Enumerator::Chain::Elem
2353
706
  # wrong constant name <static-init>
707
+ # wrong constant name each
2354
708
  # wrong constant name initialize
709
+ # wrong constant name chunk
710
+ # wrong constant name chunk_while
711
+ # wrong constant name force
712
+ # wrong constant name slice_when
2355
713
  # wrong constant name <static-init>
2356
- # wrong constant name dependencies
2357
- # wrong constant name download
2358
- # wrong constant name fetch_development_dependencies
2359
- # wrong constant name full_name
2360
- # wrong constant name install
2361
- # wrong constant name installable_platform?
2362
- # wrong constant name local?
2363
- # wrong constant name name
2364
- # wrong constant name platform
2365
- # wrong constant name set
2366
- # wrong constant name source
2367
- # wrong constant name spec
2368
- # wrong constant name version
2369
- # wrong constant name <static-init>
2370
- # wrong constant name backtracking!
2371
- # wrong constant name display
2372
- # wrong constant name iteration!
2373
- # wrong constant name record_depth
2374
- # wrong constant name record_requirements
2375
- # wrong constant name requirement!
2376
- # wrong constant name <static-init>
2377
- # wrong constant name add_vendor_gem
2378
- # wrong constant name load_spec
2379
- # wrong constant name pretty_print
2380
- # wrong constant name specs
2381
- # wrong constant name <static-init>
2382
- # wrong constant name ==
2383
- # wrong constant name <static-init>
2384
- # wrong constant name <static-init>
2385
- # wrong constant name compose_sets
2386
- # wrong constant name for_current_gems
2387
- # wrong constant name suggestion
2388
- # wrong constant name suggestion=
2389
714
  # wrong constant name <static-init>
2390
- # wrong constant name <Class:DIGEST_ALGORITHM>
2391
- # wrong constant name <Class:Exception>
2392
- # wrong constant name <Class:KEY_ALGORITHM>
2393
- # wrong constant name <Class:Policy>
2394
- # wrong constant name <Class:Signer>
2395
- # wrong constant name <Class:TrustDir>
2396
- # wrong constant name initialize
2397
715
  # wrong constant name <static-init>
2398
- # wrong constant name digest
2399
- # wrong constant name hexdigest
2400
716
  # wrong constant name <static-init>
2401
- # wrong constant name d
2402
- # wrong constant name dmp1
2403
- # wrong constant name dmq1
2404
- # wrong constant name e
2405
- # wrong constant name export
2406
- # wrong constant name initialize
2407
- # wrong constant name iqmp
2408
- # wrong constant name n
2409
- # wrong constant name p
2410
- # wrong constant name params
2411
- # wrong constant name private?
2412
- # wrong constant name private_decrypt
2413
- # wrong constant name private_encrypt
2414
- # wrong constant name public?
2415
- # wrong constant name public_decrypt
2416
- # wrong constant name public_encrypt
2417
- # wrong constant name public_key
2418
- # wrong constant name q
2419
- # wrong constant name set_crt_params
2420
- # wrong constant name set_factors
2421
- # wrong constant name set_key
2422
- # wrong constant name sign_pss
2423
- # wrong constant name to_der
2424
- # wrong constant name to_pem
2425
- # wrong constant name to_s
2426
- # wrong constant name to_text
2427
- # wrong constant name verify_pss
2428
717
  # wrong constant name <static-init>
2429
- # wrong constant name generate
2430
- # wrong constant name check_cert
2431
- # wrong constant name check_chain
2432
- # wrong constant name check_data
2433
- # wrong constant name check_key
2434
- # wrong constant name check_root
2435
- # wrong constant name check_trust
2436
- # wrong constant name initialize
2437
- # wrong constant name name
2438
- # wrong constant name only_signed
2439
- # wrong constant name only_signed=
2440
- # wrong constant name only_trusted
2441
- # wrong constant name only_trusted=
2442
- # wrong constant name subject
2443
- # wrong constant name verify
2444
- # wrong constant name verify_chain
2445
- # wrong constant name verify_chain=
2446
- # wrong constant name verify_data
2447
- # wrong constant name verify_data=
2448
- # wrong constant name verify_root
2449
- # wrong constant name verify_root=
2450
- # wrong constant name verify_signatures
2451
- # wrong constant name verify_signer
2452
- # wrong constant name verify_signer=
2453
718
  # wrong constant name <static-init>
2454
- # wrong constant name cert_chain
2455
- # wrong constant name cert_chain=
2456
- # wrong constant name digest_algorithm
2457
- # wrong constant name digest_name
2458
- # wrong constant name extract_name
2459
- # wrong constant name initialize
2460
- # wrong constant name key
2461
- # wrong constant name key=
2462
- # wrong constant name load_cert_chain
2463
- # wrong constant name options
2464
- # wrong constant name re_sign_key
2465
- # wrong constant name sign
2466
719
  # wrong constant name <static-init>
2467
- # wrong constant name re_sign_cert
2468
- # wrong constant name cert_path
2469
- # wrong constant name dir
2470
- # wrong constant name each_certificate
2471
- # wrong constant name initialize
2472
- # wrong constant name issuer_of
2473
- # wrong constant name load_certificate
2474
- # wrong constant name name_path
2475
- # wrong constant name trust_cert
2476
- # wrong constant name verify
2477
720
  # wrong constant name <static-init>
2478
721
  # wrong constant name <static-init>
2479
- # wrong constant name alt_name_or_x509_entry
2480
- # wrong constant name create_cert
2481
- # wrong constant name create_cert_email
2482
- # wrong constant name create_cert_self_signed
2483
- # wrong constant name create_key
2484
- # wrong constant name email_to_name
2485
- # wrong constant name re_sign
2486
- # wrong constant name reset
2487
- # wrong constant name sign
2488
- # wrong constant name trust_dir
2489
- # wrong constant name trusted_certificates
2490
- # wrong constant name write
2491
- # wrong constant name initialize
2492
722
  # wrong constant name <static-init>
2493
- # wrong constant name <=>
2494
- # wrong constant name ==
2495
- # wrong constant name <Class:Git>
2496
- # wrong constant name <Class:Installed>
2497
- # wrong constant name <Class:Local>
2498
- # wrong constant name <Class:Lock>
2499
- # wrong constant name <Class:SpecificFile>
2500
- # wrong constant name <Class:Vendor>
2501
- # wrong constant name cache_dir
2502
- # wrong constant name dependency_resolver_set
2503
- # wrong constant name download
2504
- # wrong constant name eql?
2505
- # wrong constant name fetch_spec
2506
- # wrong constant name initialize
2507
- # wrong constant name load_specs
2508
- # wrong constant name pretty_print
2509
- # wrong constant name update_cache?
2510
- # wrong constant name uri
2511
- # uninitialized constant Gem::Source::Git::FILES
2512
- # Did you mean? File
2513
- # Gem::Source::FILES
2514
- # wrong constant name base_dir
2515
- # wrong constant name cache
2516
- # wrong constant name checkout
2517
- # wrong constant name dir_shortref
2518
- # wrong constant name download
2519
- # wrong constant name initialize
2520
- # wrong constant name install_dir
2521
- # wrong constant name name
2522
- # wrong constant name need_submodules
2523
- # wrong constant name reference
2524
- # wrong constant name remote
2525
- # wrong constant name remote=
2526
- # wrong constant name repo_cache_dir
2527
- # wrong constant name repository
2528
- # wrong constant name rev_parse
2529
- # wrong constant name root_dir
2530
- # wrong constant name root_dir=
2531
- # wrong constant name specs
2532
- # wrong constant name uri_hash
2533
723
  # wrong constant name <static-init>
2534
- # uninitialized constant Gem::Source::Installed::FILES
2535
- # Did you mean? File
2536
- # Gem::Source::FILES
2537
- # wrong constant name download
2538
- # wrong constant name initialize
2539
724
  # wrong constant name <static-init>
2540
- # uninitialized constant Gem::Source::Local::FILES
2541
- # Did you mean? File
2542
- # Gem::Source::FILES
2543
- # wrong constant name download
2544
- # wrong constant name fetch_spec
2545
- # wrong constant name find_gem
2546
- # wrong constant name initialize
2547
725
  # wrong constant name <static-init>
2548
- # uninitialized constant Gem::Source::Lock::FILES
2549
- # Did you mean? File
2550
- # Gem::Source::FILES
2551
- # wrong constant name initialize
2552
- # wrong constant name wrapped
2553
726
  # wrong constant name <static-init>
2554
- # uninitialized constant Gem::Source::SpecificFile::FILES
2555
- # Did you mean? Gem::Source::FILES
2556
- # wrong constant name fetch_spec
2557
- # wrong constant name initialize
2558
- # wrong constant name load_specs
2559
- # wrong constant name path
2560
- # wrong constant name spec
2561
727
  # wrong constant name <static-init>
2562
- # uninitialized constant Gem::Source::Vendor::FILES
2563
- # Did you mean? File
2564
- # Gem::Source::FILES
2565
- # wrong constant name initialize
2566
728
  # wrong constant name <static-init>
2567
729
  # wrong constant name <static-init>
2568
- # wrong constant name error
2569
- # wrong constant name exception
2570
- # wrong constant name initialize
2571
- # wrong constant name source
2572
- # wrong constant name wordy
2573
- # wrong constant name <<
2574
- # wrong constant name ==
2575
- # uninitialized constant Gem::SourceList::Elem
2576
- # wrong constant name clear
2577
- # wrong constant name delete
2578
- # wrong constant name each
2579
- # wrong constant name each_source
2580
- # wrong constant name empty?
2581
- # wrong constant name first
2582
- # wrong constant name include?
2583
- # wrong constant name replace
2584
- # wrong constant name sources
2585
- # wrong constant name to_a
2586
- # wrong constant name to_ary
2587
730
  # wrong constant name <static-init>
2588
- # wrong constant name from
2589
- # wrong constant name available_specs
2590
- # wrong constant name detect
2591
- # wrong constant name initialize
2592
- # wrong constant name latest_specs
2593
- # wrong constant name prerelease_specs
2594
- # wrong constant name search_for_dependency
2595
- # wrong constant name sources
2596
- # wrong constant name spec_for_dependency
2597
- # wrong constant name specs
2598
- # wrong constant name suggest_gems_from_name
2599
- # wrong constant name tuples_for
2600
731
  # wrong constant name <static-init>
2601
- # wrong constant name fetcher
2602
- # wrong constant name fetcher=
2603
- # wrong constant name errors
2604
- # wrong constant name initialize
732
+ # wrong constant name gid
733
+ # wrong constant name gid=
734
+ # wrong constant name mem
735
+ # wrong constant name mem=
2605
736
  # wrong constant name name
2606
- # wrong constant name version
2607
- # wrong constant name <=>
2608
- # wrong constant name ==
2609
- # uninitialized constant Gem::Specification::GENERICS
2610
- # uninitialized constant Gem::Specification::GENERIC_CACHE
2611
- # wrong constant name _deprecated_default_executable
2612
- # wrong constant name _deprecated_default_executable=
2613
- # wrong constant name _deprecated_has_rdoc
2614
- # wrong constant name _deprecated_has_rdoc=
2615
- # wrong constant name _deprecated_has_rdoc?
2616
- # wrong constant name _dump
2617
- # wrong constant name abbreviate
2618
- # wrong constant name activate
2619
- # wrong constant name activate_dependencies
2620
- # wrong constant name activated
2621
- # wrong constant name activated=
2622
- # wrong constant name add_bindir
2623
- # wrong constant name add_dependency
2624
- # wrong constant name add_development_dependency
2625
- # wrong constant name add_runtime_dependency
2626
- # wrong constant name add_self_to_load_path
2627
- # wrong constant name author
2628
- # wrong constant name author=
2629
- # wrong constant name authors
2630
- # wrong constant name authors=
2631
- # wrong constant name autorequire
2632
- # wrong constant name autorequire=
2633
- # wrong constant name bin_dir
2634
- # wrong constant name bin_file
2635
- # wrong constant name bindir
2636
- # wrong constant name bindir=
2637
- # wrong constant name build_args
2638
- # wrong constant name build_extensions
2639
- # wrong constant name build_info_dir
2640
- # wrong constant name build_info_file
2641
- # wrong constant name cache_dir
2642
- # wrong constant name cache_file
2643
- # wrong constant name cert_chain
2644
- # wrong constant name cert_chain=
2645
- # wrong constant name conficts_when_loaded_with?
2646
- # wrong constant name conflicts
2647
- # wrong constant name date
2648
- # wrong constant name date=
2649
- # wrong constant name default_executable
2650
- # wrong constant name default_executable=
2651
- # wrong constant name default_value
2652
- # wrong constant name dependencies
2653
- # wrong constant name dependent_gems
2654
- # wrong constant name dependent_specs
2655
- # wrong constant name description
2656
- # wrong constant name description=
2657
- # wrong constant name development_dependencies
2658
- # wrong constant name doc_dir
2659
- # wrong constant name email
2660
- # wrong constant name email=
2661
- # wrong constant name encode_with
2662
- # wrong constant name eql?
2663
- # wrong constant name executable
2664
- # wrong constant name executable=
2665
- # wrong constant name executables
2666
- # wrong constant name executables=
2667
- # wrong constant name extensions
2668
- # wrong constant name extensions=
2669
- # wrong constant name extra_rdoc_files
2670
- # wrong constant name extra_rdoc_files=
2671
- # wrong constant name file_name
2672
- # wrong constant name files
2673
- # wrong constant name files=
2674
- # wrong constant name for_cache
2675
- # wrong constant name git_version
2676
- # wrong constant name groups
2677
- # wrong constant name has_conflicts?
2678
- # wrong constant name has_rdoc
2679
- # wrong constant name has_rdoc=
2680
- # wrong constant name has_rdoc?
2681
- # wrong constant name has_test_suite?
2682
- # wrong constant name has_unit_tests?
2683
- # wrong constant name homepage
2684
- # wrong constant name homepage=
2685
- # wrong constant name init_with
2686
- # wrong constant name initialize
2687
- # wrong constant name installed_by_version
2688
- # wrong constant name installed_by_version=
2689
- # wrong constant name keep_only_files_and_directories
2690
- # wrong constant name lib_files
2691
- # wrong constant name license
2692
- # wrong constant name license=
2693
- # wrong constant name licenses
2694
- # wrong constant name licenses=
2695
- # wrong constant name load_paths
2696
- # wrong constant name location
2697
- # wrong constant name location=
2698
- # wrong constant name mark_version
2699
- # wrong constant name metadata
2700
- # wrong constant name metadata=
2701
- # wrong constant name method_missing
2702
- # wrong constant name missing_extensions?
2703
737
  # wrong constant name name=
2704
- # wrong constant name name_tuple
2705
- # wrong constant name nondevelopment_dependencies
2706
- # wrong constant name normalize
2707
- # wrong constant name original_name
2708
- # wrong constant name original_platform
2709
- # wrong constant name original_platform=
2710
- # wrong constant name platform=
2711
- # wrong constant name post_install_message
2712
- # wrong constant name post_install_message=
2713
- # wrong constant name pretty_print
2714
- # wrong constant name raise_if_conflicts
2715
- # wrong constant name rdoc_options
2716
- # wrong constant name rdoc_options=
2717
- # wrong constant name relative_loaded_from
2718
- # wrong constant name relative_loaded_from=
2719
- # wrong constant name remote
2720
- # wrong constant name remote=
2721
- # wrong constant name require_path
2722
- # wrong constant name require_path=
2723
- # wrong constant name require_paths=
2724
- # wrong constant name required_ruby_version
2725
- # wrong constant name required_ruby_version=
2726
- # wrong constant name required_rubygems_version
2727
- # wrong constant name required_rubygems_version=
2728
- # wrong constant name requirements
2729
- # wrong constant name requirements=
2730
- # wrong constant name reset_nil_attributes_to_default
2731
- # wrong constant name rg_extension_dir
2732
- # wrong constant name rg_full_gem_path
2733
- # wrong constant name rg_loaded_from
2734
- # wrong constant name ri_dir
2735
- # wrong constant name rubyforge_project=
2736
- # wrong constant name rubygems_version
2737
- # wrong constant name rubygems_version=
2738
- # wrong constant name runtime_dependencies
2739
- # wrong constant name sanitize
2740
- # wrong constant name sanitize_string
2741
- # wrong constant name satisfies_requirement?
2742
- # wrong constant name signing_key
2743
- # wrong constant name signing_key=
2744
- # wrong constant name sort_obj
2745
- # wrong constant name source
2746
- # wrong constant name source=
2747
- # wrong constant name spec_dir
2748
- # wrong constant name spec_file
2749
- # wrong constant name spec_name
2750
- # wrong constant name specification_version
2751
- # wrong constant name specification_version=
2752
- # wrong constant name summary
2753
- # wrong constant name summary=
2754
- # wrong constant name test_file
2755
- # wrong constant name test_file=
2756
- # wrong constant name test_files
2757
- # wrong constant name test_files=
2758
- # wrong constant name to_gemfile
2759
- # wrong constant name to_ruby
2760
- # wrong constant name to_ruby_for_cache
2761
- # wrong constant name to_yaml
2762
- # wrong constant name traverse
2763
- # wrong constant name validate
2764
- # wrong constant name validate_dependencies
2765
- # wrong constant name validate_metadata
2766
- # wrong constant name validate_permissions
2767
- # wrong constant name version=
2768
- # wrong constant name yaml_initialize
2769
- # uninitialized constant Gem::Specification::Elem
2770
- # wrong constant name _all
2771
- # wrong constant name _clear_load_cache
2772
- # wrong constant name _latest_specs
2773
- # wrong constant name _load
2774
- # wrong constant name _resort!
2775
- # wrong constant name add_spec
2776
- # wrong constant name add_specs
2777
- # wrong constant name all
2778
- # wrong constant name all=
2779
- # wrong constant name all_names
2780
- # wrong constant name array_attributes
2781
- # wrong constant name attribute_names
2782
- # wrong constant name dirs
2783
- # wrong constant name dirs=
738
+ # wrong constant name passwd
739
+ # wrong constant name passwd=
740
+ # wrong constant name []
2784
741
  # wrong constant name each
2785
- # wrong constant name each_gemspec
2786
- # wrong constant name each_spec
2787
- # wrong constant name find_active_stub_by_path
2788
- # wrong constant name find_all_by_full_name
2789
- # wrong constant name find_all_by_name
2790
- # wrong constant name find_by_name
2791
- # wrong constant name find_by_path
2792
- # wrong constant name find_in_unresolved
2793
- # wrong constant name find_in_unresolved_tree
2794
- # wrong constant name find_inactive_by_path
2795
- # wrong constant name from_yaml
2796
- # wrong constant name latest_specs
2797
- # wrong constant name load
2798
- # wrong constant name load_defaults
2799
- # wrong constant name non_nil_attributes
2800
- # wrong constant name normalize_yaml_input
2801
- # wrong constant name outdated
2802
- # wrong constant name outdated_and_latest_version
2803
- # wrong constant name remove_spec
2804
- # wrong constant name required_attribute?
2805
- # wrong constant name required_attributes
2806
- # wrong constant name reset
2807
- # wrong constant name stubs
2808
- # wrong constant name stubs_for
2809
- # wrong constant name unresolved_deps
2810
- # wrong constant name initialize
2811
- # wrong constant name packaging
2812
- # wrong constant name packaging=
2813
- # wrong constant name validate
2814
- # wrong constant name validate_dependencies
2815
- # wrong constant name validate_metadata
2816
- # wrong constant name validate_permissions
2817
- # wrong constant name <static-init>
2818
- # wrong constant name _deprecated_debug
2819
- # wrong constant name _gets_noecho
2820
- # wrong constant name alert
2821
- # wrong constant name alert_error
2822
- # wrong constant name alert_warning
2823
- # wrong constant name ask
2824
- # wrong constant name ask_for_password
2825
- # wrong constant name ask_yes_no
2826
- # wrong constant name backtrace
2827
- # wrong constant name choose_from_list
2828
- # wrong constant name close
2829
- # wrong constant name debug
2830
- # wrong constant name download_reporter
2831
- # wrong constant name errs
2832
- # wrong constant name initialize
2833
- # wrong constant name ins
2834
- # wrong constant name outs
2835
- # wrong constant name progress_reporter
2836
- # wrong constant name require_io_console
2837
- # wrong constant name say
2838
- # wrong constant name terminate_interaction
2839
- # wrong constant name tty?
2840
- # wrong constant name <static-init>
2841
- # wrong constant name build_extensions
2842
- # wrong constant name extensions
2843
- # wrong constant name initialize
2844
- # wrong constant name missing_extensions?
2845
- # wrong constant name valid?
2846
- # wrong constant name extensions
2847
- # wrong constant name full_name
2848
- # wrong constant name initialize
2849
- # wrong constant name name
2850
- # wrong constant name platform
2851
- # wrong constant name require_paths
2852
- # wrong constant name version
2853
- # wrong constant name default_gemspec_stub
2854
- # wrong constant name gemspec_stub
2855
- # wrong constant name exit_code
2856
- # wrong constant name exit_code=
2857
- # wrong constant name initialize
2858
- # wrong constant name clean_text
2859
- # wrong constant name format_text
2860
- # wrong constant name levenshtein_distance
2861
- # wrong constant name min3
2862
- # wrong constant name truncate_text
2863
- # wrong constant name <static-init>
2864
- # wrong constant name spec
2865
- # wrong constant name spec=
2866
- # wrong constant name <static-init>
2867
- # wrong constant name dependency
2868
- # wrong constant name errors
2869
- # wrong constant name errors=
2870
- # wrong constant name initialize
2871
- # wrong constant name name
2872
- # wrong constant name version
2873
- # wrong constant name escape
2874
- # wrong constant name initialize
2875
- # wrong constant name normalize
2876
- # wrong constant name unescape
2877
- # wrong constant name uri
2878
- # wrong constant name <static-init>
2879
- # wrong constant name alert
2880
- # wrong constant name alert_error
2881
- # wrong constant name alert_warning
2882
- # wrong constant name ask
2883
- # wrong constant name ask_for_password
2884
- # wrong constant name ask_yes_no
2885
- # wrong constant name choose_from_list
2886
- # wrong constant name say
2887
- # wrong constant name terminate_interaction
2888
- # wrong constant name verbose
2889
- # wrong constant name <static-init>
742
+ # wrong constant name members
743
+ # wrong constant name <Class:Group>
744
+ # wrong constant name change
745
+ # wrong constant name change=
746
+ # wrong constant name dir=
747
+ # wrong constant name expire
748
+ # wrong constant name expire=
749
+ # wrong constant name gecos
750
+ # wrong constant name gecos=
751
+ # wrong constant name gid=
752
+ # wrong constant name name=
753
+ # wrong constant name passwd=
754
+ # wrong constant name shell=
755
+ # wrong constant name uclass
756
+ # wrong constant name uclass=
757
+ # wrong constant name uid=
758
+ # wrong constant name []
759
+ # wrong constant name each
760
+ # wrong constant name members
761
+ # wrong constant name <Class:Passwd>
762
+ # wrong constant name full_message
763
+ # wrong constant name exception
764
+ # wrong constant name to_tty?
765
+ # uninitialized constant Exception2MessageMapper
766
+ # uninitialized constant Exception2MessageMapper
2890
767
  # wrong constant name <static-init>
2891
- # wrong constant name glob_files_in_dir
2892
- # wrong constant name gunzip
2893
- # wrong constant name gzip
2894
- # wrong constant name inflate
2895
- # wrong constant name popen
2896
- # wrong constant name silent_system
2897
- # wrong constant name traverse_parents
2898
- # wrong constant name <=>
2899
- # wrong constant name _segments
2900
- # wrong constant name _split_segments
2901
- # wrong constant name _version
2902
- # wrong constant name approximate_recommendation
2903
- # wrong constant name bump
2904
- # wrong constant name canonical_segments
2905
- # wrong constant name encode_with
2906
- # wrong constant name eql?
2907
- # wrong constant name init_with
2908
- # wrong constant name marshal_dump
2909
- # wrong constant name marshal_load
2910
- # wrong constant name prerelease?
2911
- # wrong constant name pretty_print
2912
- # wrong constant name release
2913
- # wrong constant name segments
2914
- # wrong constant name to_yaml_properties
2915
- # wrong constant name version
2916
- # wrong constant name yaml_initialize
2917
- # wrong constant name correct?
2918
- # wrong constant name create
2919
- # wrong constant name new
2920
- # undefined singleton method `bin_path$1' for `Gem'
2921
- # wrong constant name _deprecated_detect_gemdeps
2922
- # wrong constant name _deprecated_gunzip
2923
- # wrong constant name _deprecated_gzip
2924
- # wrong constant name _deprecated_inflate
2925
- # wrong constant name activate_bin_path
2926
- # wrong constant name bin_path$1
2927
- # wrong constant name default_ext_dir_for
2928
- # wrong constant name default_gems_use_full_paths?
2929
- # wrong constant name default_spec_cache_dir
2930
- # wrong constant name deflate
2931
- # wrong constant name detect_gemdeps
2932
- # wrong constant name dir
2933
- # wrong constant name done_installing
2934
- # wrong constant name done_installing_hooks
2935
- # wrong constant name ensure_default_gem_subdirectories
2936
- # wrong constant name ensure_gem_subdirectories
2937
- # wrong constant name ensure_subdirectories
2938
- # wrong constant name env_requirement
2939
- # wrong constant name extension_api_version
2940
- # wrong constant name find_files
2941
- # wrong constant name find_files_from_load_path
2942
- # wrong constant name find_latest_files
2943
- # wrong constant name find_unresolved_default_spec
2944
- # wrong constant name finish_resolve
2945
- # wrong constant name gemdeps
2946
- # wrong constant name gunzip
2947
- # wrong constant name gzip
2948
- # wrong constant name host
2949
- # wrong constant name host=
2950
- # wrong constant name inflate
2951
- # wrong constant name install
2952
- # wrong constant name install_extension_in_lib
2953
- # wrong constant name latest_rubygems_version
2954
- # wrong constant name latest_spec_for
2955
- # wrong constant name latest_version_for
2956
- # wrong constant name load_env_plugins
2957
- # wrong constant name load_path_insert_index
2958
- # wrong constant name load_plugin_files
2959
- # wrong constant name load_plugins
2960
- # wrong constant name load_yaml
2961
- # wrong constant name loaded_specs
2962
- # wrong constant name location_of_caller
2963
- # wrong constant name marshal_version
2964
- # wrong constant name needs
2965
- # wrong constant name operating_system_defaults
2966
- # wrong constant name path
2967
- # wrong constant name path_separator
2968
- # wrong constant name paths
2969
- # wrong constant name paths=
2970
- # wrong constant name platform_defaults
2971
- # wrong constant name platforms
2972
- # wrong constant name platforms=
2973
- # wrong constant name post_build
2974
- # wrong constant name post_build_hooks
2975
- # wrong constant name post_install
2976
- # wrong constant name post_install_hooks
2977
- # wrong constant name post_reset
2978
- # wrong constant name post_reset_hooks
2979
- # wrong constant name post_uninstall
2980
- # wrong constant name post_uninstall_hooks
2981
- # wrong constant name pre_install
2982
- # wrong constant name pre_install_hooks
2983
- # wrong constant name pre_reset
2984
- # wrong constant name pre_reset_hooks
2985
- # wrong constant name pre_uninstall
2986
- # wrong constant name pre_uninstall_hooks
2987
- # wrong constant name prefix
2988
- # wrong constant name read_binary
2989
- # wrong constant name refresh
2990
- # wrong constant name register_default_spec
2991
- # wrong constant name remove_unresolved_default_spec
2992
- # wrong constant name ruby
2993
- # wrong constant name ruby_api_version
2994
- # wrong constant name ruby_engine
2995
- # wrong constant name ruby_version
2996
- # wrong constant name rubygems_version
2997
- # wrong constant name sources
2998
- # wrong constant name sources=
2999
- # wrong constant name spec_cache_dir
3000
- # wrong constant name suffix_pattern
3001
- # wrong constant name suffixes
3002
- # wrong constant name time
3003
- # wrong constant name try_activate
3004
- # wrong constant name ui
3005
- # wrong constant name use_gemdeps
3006
- # wrong constant name use_paths
3007
- # wrong constant name user_dir
3008
- # wrong constant name user_home
3009
- # wrong constant name vendor_dir
3010
- # wrong constant name win_platform?
3011
- # wrong constant name write_binary
3012
- # undefined method `default$2' for class `Hash'
3013
- # undefined method `fetch$2' for class `Hash'
3014
- # undefined method `initialize$2' for class `Hash'
3015
- # Did you mean? initialize
3016
- # undefined method `merge$2' for class `Hash'
768
+ # wrong constant name resume
769
+ # wrong constant name yield
770
+ # wrong constant name size?
771
+ # wrong constant name empty?
772
+ # wrong constant name exists?
773
+ # wrong constant name lutime
774
+ # wrong constant name mkfifo
775
+ # uninitialized constant FileUtils::DryRun::VERSION
776
+ # Did you mean? FileUtils::VERSION
777
+ # uninitialized constant FileUtils::NoWrite::VERSION
778
+ # Did you mean? FileUtils::VERSION
779
+ # uninitialized constant FileUtils::Verbose::VERSION
780
+ # Did you mean? FileUtils::VERSION
781
+ # uninitialized constant Forwardable
782
+ # uninitialized constant Forwardable
783
+ # wrong constant name garbage_collect
784
+ # wrong constant name latest_gc_info
785
+ # wrong constant name stress=
786
+ # wrong constant name verify_internal_consistency
787
+ # wrong constant name verify_transient_heap_internal_consistency
788
+ # uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Log::Elem
3017
789
  # wrong constant name <
3018
790
  # wrong constant name <=
3019
791
  # wrong constant name >
3020
792
  # wrong constant name >=
3021
793
  # wrong constant name compact
3022
794
  # wrong constant name compact!
3023
- # wrong constant name default$2
3024
795
  # wrong constant name default_proc
3025
796
  # wrong constant name default_proc=
3026
- # wrong constant name dig
3027
- # wrong constant name fetch$2
3028
797
  # wrong constant name fetch_values
3029
- # wrong constant name filter!
3030
798
  # wrong constant name flatten
3031
799
  # wrong constant name index
3032
- # wrong constant name initialize$2
3033
- # wrong constant name merge$2
3034
- # wrong constant name merge!
3035
800
  # wrong constant name replace
3036
801
  # wrong constant name slice
3037
802
  # wrong constant name to_h
@@ -3042,33 +807,10 @@
3042
807
  # wrong constant name transform_values!
3043
808
  # wrong constant name update
3044
809
  # wrong constant name try_convert
3045
- # undefined method `advise$1' for class `IO'
3046
- # undefined method `each$2' for class `IO'
3047
- # undefined method `each_line$2' for class `IO'
3048
- # undefined method `fcntl$1' for class `IO'
3049
- # undefined method `initialize$1' for class `IO'
3050
- # Did you mean? initialize
3051
- # undefined method `ioctl$1' for class `IO'
3052
- # undefined method `lines$2' for class `IO'
3053
- # undefined method `read$1' for class `IO'
3054
- # Did you mean? read
3055
- # undefined method `read_nonblock$2' for class `IO'
3056
- # undefined method `readpartial$2' for class `IO'
3057
- # undefined method `reopen$2' for class `IO'
3058
- # undefined method `seek$1' for class `IO'
3059
- # undefined method `set_encoding$2' for class `IO'
3060
- # undefined method `sysread$1' for class `IO'
3061
- # undefined method `sysseek$1' for class `IO'
3062
- # undefined method `write$1' for class `IO'
3063
- # Did you mean? write
3064
- # wrong constant name advise$1
3065
- # wrong constant name each$2
3066
- # wrong constant name each_line$2
810
+ # undefined method `read_nonblock<defaultArg>1' for class `IO'
811
+ # undefined method `read_nonblock<defaultArg>2' for class `IO'
812
+ # undefined method `write_nonblock<defaultArg>1' for class `IO'
3067
813
  # wrong constant name external_encoding
3068
- # wrong constant name fcntl$1
3069
- # wrong constant name initialize$1
3070
- # wrong constant name ioctl$1
3071
- # wrong constant name lines$2
3072
814
  # wrong constant name nonblock
3073
815
  # wrong constant name nonblock=
3074
816
  # wrong constant name nonblock?
@@ -3076,36 +818,19 @@
3076
818
  # wrong constant name pathconf
3077
819
  # wrong constant name pread
3078
820
  # wrong constant name pwrite
3079
- # wrong constant name read$1
3080
- # wrong constant name read_nonblock$2
3081
- # wrong constant name readpartial$2
821
+ # wrong constant name read_nonblock<defaultArg>1
822
+ # wrong constant name read_nonblock<defaultArg>2
3082
823
  # wrong constant name ready?
3083
- # wrong constant name reopen$2
3084
- # wrong constant name seek$1
3085
- # wrong constant name set_encoding$2
3086
- # wrong constant name sysread$1
3087
- # wrong constant name sysseek$1
3088
824
  # wrong constant name wait
3089
825
  # wrong constant name wait_readable
3090
826
  # wrong constant name wait_writable
3091
- # wrong constant name write$1
827
+ # wrong constant name write_nonblock<defaultArg>1
3092
828
  # wrong constant name write_nonblock
3093
- # undefined singleton method `binread$1' for `IO'
3094
- # undefined singleton method `binwrite$1' for `IO'
3095
- # undefined singleton method `copy_stream$1' for `IO'
3096
- # undefined singleton method `for_fd$1' for `IO'
3097
- # undefined singleton method `read$1' for `IO'
3098
- # undefined singleton method `sysopen$1' for `IO'
3099
- # undefined singleton method `write$1' for `IO'
3100
- # wrong constant name binread$1
3101
- # wrong constant name binwrite$1
3102
- # wrong constant name copy_stream$1
3103
- # wrong constant name for_fd$1
3104
829
  # wrong constant name foreach
3105
- # wrong constant name pipe
3106
- # wrong constant name read$1
3107
- # wrong constant name sysopen$1
3108
- # wrong constant name write$1
830
+ # undefined method `initialize<defaultArg>1' for class `IPAddr'
831
+ # Did you mean? initialize_dup
832
+ # undefined method `initialize<defaultArg>2' for class `IPAddr'
833
+ # Did you mean? initialize_dup
3109
834
  # wrong constant name &
3110
835
  # wrong constant name <<
3111
836
  # wrong constant name <=>
@@ -3120,6 +845,8 @@
3120
845
  # wrong constant name family
3121
846
  # wrong constant name hton
3122
847
  # wrong constant name include?
848
+ # wrong constant name initialize<defaultArg>1
849
+ # wrong constant name initialize<defaultArg>2
3123
850
  # wrong constant name initialize
3124
851
  # wrong constant name ip6_arpa
3125
852
  # wrong constant name ip6_int
@@ -3152,155 +879,20 @@
3152
879
  # wrong constant name <static-init>
3153
880
  # wrong constant name new_ntoh
3154
881
  # wrong constant name ntop
3155
- # undefined method `chr$2' for class `Integer'
3156
- # undefined method `inspect$1' for class `Integer'
3157
- # Did you mean? inspect
3158
- # undefined method `rationalize$2' for class `Integer'
3159
- # Did you mean? Rational
3160
- # undefined method `to_s$1' for class `Integer'
3161
- # Did you mean? to_s
3162
882
  # wrong constant name allbits?
3163
883
  # wrong constant name anybits?
3164
- # wrong constant name chr$2
3165
884
  # wrong constant name digits
3166
- # wrong constant name inspect$1
3167
885
  # wrong constant name nobits?
3168
886
  # wrong constant name pow
3169
- # wrong constant name rationalize$2
3170
887
  # wrong constant name to_bn
3171
- # wrong constant name to_s$1
3172
888
  # wrong constant name sqrt
3173
- # wrong constant name <Class:Generator>
3174
- # wrong constant name <Class:Parser>
3175
- # wrong constant name <Class:GeneratorMethods>
3176
- # wrong constant name <Class:State>
3177
- # wrong constant name <Class:Array>
3178
- # wrong constant name <Class:FalseClass>
3179
- # wrong constant name <Class:Float>
3180
- # wrong constant name <Class:Hash>
3181
- # wrong constant name <Class:Integer>
3182
- # wrong constant name <Class:NilClass>
3183
- # wrong constant name <Class:Object>
3184
- # wrong constant name <Class:String>
3185
- # wrong constant name <Class:TrueClass>
3186
- # wrong constant name to_json
3187
- # wrong constant name <static-init>
3188
- # wrong constant name to_json
3189
- # wrong constant name <static-init>
3190
- # wrong constant name to_json
3191
- # wrong constant name <static-init>
3192
- # wrong constant name to_json
3193
- # wrong constant name <static-init>
3194
- # wrong constant name to_json
3195
- # wrong constant name <static-init>
3196
- # wrong constant name to_json
3197
- # wrong constant name <static-init>
3198
- # wrong constant name to_json
3199
- # wrong constant name <static-init>
3200
- # wrong constant name <Class:Extend>
3201
- # wrong constant name to_json
3202
- # wrong constant name to_json_raw
3203
- # wrong constant name to_json_raw_object
3204
- # wrong constant name json_create
3205
- # wrong constant name <static-init>
3206
- # wrong constant name <static-init>
3207
- # wrong constant name to_json
3208
- # wrong constant name <static-init>
3209
- # wrong constant name <static-init>
3210
- # wrong constant name []
3211
- # wrong constant name []=
3212
- # wrong constant name allow_nan?
3213
- # wrong constant name array_nl
3214
- # wrong constant name array_nl=
3215
- # wrong constant name ascii_only?
3216
- # wrong constant name buffer_initial_length
3217
- # wrong constant name buffer_initial_length=
3218
- # wrong constant name check_circular?
3219
- # wrong constant name configure
3220
- # wrong constant name depth
3221
- # wrong constant name depth=
3222
- # wrong constant name generate
3223
- # wrong constant name indent
3224
- # wrong constant name indent=
3225
- # wrong constant name initialize
3226
- # wrong constant name max_nesting
3227
- # wrong constant name max_nesting=
3228
- # wrong constant name merge
3229
- # wrong constant name object_nl
3230
- # wrong constant name object_nl=
3231
- # wrong constant name space
3232
- # wrong constant name space=
3233
- # wrong constant name space_before
3234
- # wrong constant name space_before=
3235
- # wrong constant name to_h
3236
- # wrong constant name to_hash
3237
- # wrong constant name <static-init>
3238
889
  # wrong constant name from_state
3239
- # wrong constant name <static-init>
3240
890
  # wrong constant name initialize
3241
- # wrong constant name parse
3242
- # wrong constant name source
3243
- # wrong constant name <static-init>
3244
- # wrong constant name <static-init>
3245
- # undefined singleton method `dump$1' for `JSON'
3246
- # undefined singleton method `generate$1' for `JSON'
3247
- # undefined singleton method `pretty_generate$1' for `JSON'
3248
- # wrong constant name dump$1
3249
- # wrong constant name generate$1
3250
- # wrong constant name pretty_generate$1
3251
- # undefined method `clone$1' for module `Kernel'
3252
- # Did you mean? clone
3253
- # undefined method `define_singleton_method$2' for module `Kernel'
3254
- # Did you mean? define_singleton_method
3255
- # undefined method `display$1' for module `Kernel'
3256
- # Did you mean? display
3257
- # undefined method `enum_for$2' for module `Kernel'
3258
- # Did you mean? enum_for
3259
- # undefined method `exit$2' for module `Kernel'
3260
- # Did you mean? exit
3261
- # exit!
3262
- # undefined method `extend$1' for module `Kernel'
3263
- # Did you mean? extend
3264
- # extended
3265
- # undefined method `methods$1' for module `Kernel'
3266
- # Did you mean? methods
3267
- # method
3268
- # method
3269
- # undefined method `private_methods$1' for module `Kernel'
3270
- # Did you mean? private_methods
3271
- # undefined method `protected_methods$1' for module `Kernel'
3272
- # Did you mean? protected_methods
3273
- # undefined method `public_methods$1' for module `Kernel'
3274
- # Did you mean? public_methods
3275
- # public_method
3276
- # undefined method `public_send$1' for module `Kernel'
3277
- # Did you mean? public_send
3278
- # undefined method `send$2' for module `Kernel'
3279
- # Did you mean? send
3280
- # undefined method `singleton_methods$1' for module `Kernel'
3281
- # Did you mean? singleton_methods
3282
- # singleton_method
3283
- # undefined method `to_enum$2' for module `Kernel'
3284
- # Did you mean? to_enum
3285
- # wrong constant name clone$1
3286
- # wrong constant name define_singleton_method$2
3287
- # wrong constant name display$1
3288
- # wrong constant name enum_for$2
3289
- # wrong constant name exit$2
3290
- # wrong constant name extend$1
3291
891
  # wrong constant name gem
3292
892
  # wrong constant name itself
3293
- # wrong constant name methods$1
3294
893
  # wrong constant name object_id
3295
- # wrong constant name private_methods$1
3296
- # wrong constant name protected_methods$1
3297
- # wrong constant name public_methods$1
3298
- # wrong constant name public_send$1
3299
894
  # wrong constant name respond_to?
3300
- # wrong constant name send$2
3301
- # wrong constant name singleton_methods$1
3302
895
  # wrong constant name then
3303
- # wrong constant name to_enum$2
3304
896
  # wrong constant name yield_self
3305
897
  # wrong constant name at_exit
3306
898
  # wrong constant name key
@@ -3310,86 +902,10 @@
3310
902
  # wrong constant name reason
3311
903
  # uninitialized constant Logger
3312
904
  # uninitialized constant Logger
3313
- # undefined singleton method `dump$2' for `Marshal'
3314
- # wrong constant name dump$2
3315
905
  # wrong constant name restore
3316
- # undefined method `[]$2' for class `MatchData'
3317
- # wrong constant name []$2
3318
- # wrong constant name named_captures
3319
- # undefined singleton method `log$1' for `Math'
3320
- # wrong constant name log$1
3321
906
  # uninitialized constant MessagePack
3322
907
  # uninitialized constant MessagePack
3323
- # wrong constant name <<
3324
- # wrong constant name ===
3325
- # wrong constant name >>
3326
- # wrong constant name []
3327
- # wrong constant name arity
3328
- # wrong constant name clone
3329
- # wrong constant name curry
3330
- # wrong constant name name
3331
- # wrong constant name original_name
3332
- # wrong constant name owner
3333
- # wrong constant name parameters
3334
- # wrong constant name receiver
3335
- # wrong constant name source_location
3336
- # wrong constant name super_method
3337
- # wrong constant name unbind
3338
- # undefined method `class_eval$2' for class `Module'
3339
- # Did you mean? class_eval
3340
- # undefined method `class_variables$1' for class `Module'
3341
- # Did you mean? class_variables
3342
- # class_variable_set
3343
- # class_variable_get
3344
- # undefined method `const_defined?$1' for class `Module'
3345
- # Did you mean? const_defined?
3346
- # undefined method `const_get$1' for class `Module'
3347
- # Did you mean? const_get
3348
- # const_set
3349
- # undefined method `constants$1' for class `Module'
3350
- # Did you mean? constants
3351
- # undefined method `define_method$2' for class `Module'
3352
- # Did you mean? define_method
3353
- # undefined method `instance_methods$1' for class `Module'
3354
- # Did you mean? instance_methods
3355
- # instance_method
3356
- # undefined method `method_defined?$1' for class `Module'
3357
- # Did you mean? method_defined?
3358
- # method_undefined
3359
- # undefined method `module_eval$2' for class `Module'
3360
- # Did you mean? module_eval
3361
- # undefined method `private_instance_methods$1' for class `Module'
3362
- # Did you mean? private_instance_methods
3363
- # undefined method `private_method_defined?$1' for class `Module'
3364
- # Did you mean? private_method_defined?
3365
- # undefined method `protected_instance_methods$1' for class `Module'
3366
- # Did you mean? protected_instance_methods
3367
- # undefined method `protected_method_defined?$1' for class `Module'
3368
- # Did you mean? protected_method_defined?
3369
- # undefined method `public_instance_methods$1' for class `Module'
3370
- # Did you mean? public_instance_methods
3371
- # public_instance_method
3372
- # undefined method `public_method_defined?$1' for class `Module'
3373
- # Did you mean? public_method_defined?
3374
- # undefined method `remove_method$1' for class `Module'
3375
- # Did you mean? remove_method
3376
- # wrong constant name class_eval$2
3377
- # wrong constant name class_variables$1
3378
- # wrong constant name const_defined?$1
3379
- # wrong constant name const_get$1
3380
- # wrong constant name constants$1
3381
- # wrong constant name define_method$2
3382
908
  # wrong constant name deprecate_constant
3383
- # wrong constant name instance_methods$1
3384
- # wrong constant name method_defined?$1
3385
- # wrong constant name module_eval$2
3386
- # wrong constant name private_instance_methods$1
3387
- # wrong constant name private_method_defined?$1
3388
- # wrong constant name protected_instance_methods$1
3389
- # wrong constant name protected_method_defined?$1
3390
- # wrong constant name public_instance_methods$1
3391
- # wrong constant name public_method_defined?$1
3392
- # wrong constant name remove_method$1
3393
909
  # wrong constant name undef_method
3394
910
  # wrong constant name used_modules
3395
911
  # wrong constant name enter
@@ -3405,9 +921,11 @@
3405
921
  # wrong constant name new_cond
3406
922
  # wrong constant name synchronize
3407
923
  # wrong constant name try_mon_enter
924
+ # undefined method `wait<defaultArg>1' for class `MonitorMixin::ConditionVariable'
3408
925
  # wrong constant name broadcast
3409
926
  # wrong constant name initialize
3410
927
  # wrong constant name signal
928
+ # wrong constant name wait<defaultArg>1
3411
929
  # wrong constant name wait
3412
930
  # wrong constant name wait_until
3413
931
  # wrong constant name wait_while
@@ -3466,26 +984,9 @@
3466
984
  # uninitialized constant Net::SMTPUnknownError
3467
985
  # uninitialized constant Net::SMTPUnsupportedCommand
3468
986
  # uninitialized constant Net::SMTPUnsupportedCommand
3469
- # undefined method `rationalize$1' for class `NilClass'
3470
- # Did you mean? Rational
3471
- # wrong constant name rationalize$1
3472
987
  # wrong constant name to_i
3473
988
  # wrong constant name args
3474
989
  # wrong constant name private_call?
3475
- # undefined method `ceil$2' for class `Numeric'
3476
- # undefined method `floor$2' for class `Numeric'
3477
- # undefined method `round$1' for class `Numeric'
3478
- # undefined method `step$2' for class `Numeric'
3479
- # undefined method `truncate$1' for class `Numeric'
3480
- # wrong constant name ceil$2
3481
- # wrong constant name finite?
3482
- # wrong constant name floor$2
3483
- # wrong constant name infinite?
3484
- # wrong constant name negative?
3485
- # wrong constant name positive?
3486
- # wrong constant name round$1
3487
- # wrong constant name step$2
3488
- # wrong constant name truncate$1
3489
990
  # uninitialized constant RUBYGEMS_ACTIVATION_MONITOR
3490
991
  # wrong constant name <Class:Object>
3491
992
  # wrong constant name []
@@ -3499,10 +1000,8 @@
3499
1000
  # wrong constant name length
3500
1001
  # wrong constant name size
3501
1002
  # wrong constant name values
3502
- # undefined singleton method `each_object$2' for `ObjectSpace'
3503
1003
  # wrong constant name count_objects
3504
1004
  # wrong constant name define_finalizer
3505
- # wrong constant name each_object$2
3506
1005
  # wrong constant name garbage_collect
3507
1006
  # wrong constant name undefine_finalizer
3508
1007
  # uninitialized constant OpenSSL::Digest::DSS
@@ -3519,52 +1018,20 @@
3519
1018
  # uninitialized constant Opus
3520
1019
  # uninitialized constant PP
3521
1020
  # uninitialized constant PP
3522
- # undefined method `basename$1' for class `Pathname'
3523
- # undefined method `binread$1' for class `Pathname'
3524
- # undefined method `binwrite$1' for class `Pathname'
3525
- # undefined method `each_line$2' for class `Pathname'
3526
- # undefined method `expand_path$1' for class `Pathname'
3527
- # undefined method `find$2' for class `Pathname'
3528
- # undefined method `fnmatch$1' for class `Pathname'
3529
- # undefined method `mkdir$1' for class `Pathname'
3530
- # undefined method `opendir$2' for class `Pathname'
3531
- # undefined method `read$1' for class `Pathname'
3532
- # undefined method `realdirpath$1' for class `Pathname'
3533
- # undefined method `realpath$1' for class `Pathname'
3534
- # undefined method `symlink?$2' for class `Pathname'
3535
- # undefined method `sysopen$1' for class `Pathname'
3536
- # undefined method `write$1' for class `Pathname'
3537
- # wrong constant name basename$1
3538
- # wrong constant name binread$1
3539
- # wrong constant name binwrite$1
3540
- # wrong constant name each_line$2
1021
+ # undefined method `children<defaultArg>1' for class `Pathname'
1022
+ # undefined method `find<defaultArg>1' for class `Pathname'
1023
+ # wrong constant name children<defaultArg>1
3541
1024
  # wrong constant name empty?
3542
- # wrong constant name expand_path$1
3543
- # wrong constant name find$2
3544
- # wrong constant name fnmatch$1
1025
+ # wrong constant name find<defaultArg>1
3545
1026
  # wrong constant name fnmatch?
3546
1027
  # wrong constant name glob
3547
1028
  # wrong constant name make_symlink
3548
- # wrong constant name mkdir$1
3549
- # wrong constant name opendir$2
3550
- # wrong constant name read$1
3551
- # wrong constant name realdirpath$1
3552
- # wrong constant name realpath$1
3553
- # wrong constant name symlink?$2
3554
- # wrong constant name sysopen$1
3555
- # wrong constant name write$1
3556
- # undefined singleton method `glob$1' for `Pathname'
3557
- # wrong constant name glob$1
3558
1029
  # uninitialized constant PrettyPrint
3559
1030
  # uninitialized constant PrettyPrint
3560
- # undefined method `curry$1' for class `Proc'
3561
1031
  # wrong constant name <<
3562
1032
  # wrong constant name ===
3563
1033
  # wrong constant name >>
3564
- # wrong constant name []
3565
1034
  # wrong constant name clone
3566
- # wrong constant name curry$1
3567
- # wrong constant name lambda?
3568
1035
  # wrong constant name yield
3569
1036
  # uninitialized constant Proc0
3570
1037
  # uninitialized constant Proc0
@@ -3588,11 +1055,7 @@
3588
1055
  # uninitialized constant Proc8
3589
1056
  # uninitialized constant Proc9
3590
1057
  # uninitialized constant Proc9
3591
- # undefined singleton method `setresgid$1' for `Process::Sys'
3592
- # undefined singleton method `setresuid$1' for `Process::Sys'
3593
1058
  # wrong constant name getegid
3594
- # wrong constant name setresgid$1
3595
- # wrong constant name setresuid$1
3596
1059
  # wrong constant name cstime
3597
1060
  # wrong constant name cstime=
3598
1061
  # wrong constant name cutime
@@ -3603,62 +1066,34 @@
3603
1066
  # wrong constant name utime=
3604
1067
  # wrong constant name []
3605
1068
  # wrong constant name members
3606
- # undefined singleton method `clock_getres$1' for `Process'
3607
- # undefined singleton method `clock_gettime$1' for `Process'
3608
- # undefined singleton method `daemon$1' for `Process'
3609
- # undefined singleton method `getsid$1' for `Process'
3610
- # undefined singleton method `kill$1' for `Process'
3611
- # undefined singleton method `setrlimit$1' for `Process'
3612
- # undefined singleton method `wait$1' for `Process'
3613
- # undefined singleton method `wait2$1' for `Process'
3614
- # undefined singleton method `waitpid$1' for `Process'
3615
- # undefined singleton method `waitpid2$1' for `Process'
3616
- # wrong constant name clock_getres$1
3617
- # wrong constant name clock_gettime$1
3618
- # wrong constant name daemon$1
3619
- # wrong constant name getsid$1
3620
- # wrong constant name kill$1
3621
1069
  # wrong constant name last_status
3622
1070
  # wrong constant name setpgrp
3623
- # wrong constant name setrlimit$1
3624
- # wrong constant name wait$1
3625
- # wrong constant name wait2$1
3626
- # wrong constant name waitpid$1
3627
- # wrong constant name waitpid2$1
3628
1071
  # uninitialized constant Racc
3629
1072
  # uninitialized constant Racc
3630
- # undefined method `rand$2' for module `Random::Formatter'
3631
- # Did you mean? rand
3632
- # undefined method `random_number$2' for module `Random::Formatter'
1073
+ # undefined method `alphanumeric<defaultArg>1' for module `Random::Formatter'
1074
+ # undefined method `random_bytes<defaultArg>1' for module `Random::Formatter'
1075
+ # undefined method `urlsafe_base64<defaultArg>1' for module `Random::Formatter'
1076
+ # undefined method `urlsafe_base64<defaultArg>2' for module `Random::Formatter'
1077
+ # wrong constant name alphanumeric<defaultArg>1
3633
1078
  # wrong constant name alphanumeric
3634
- # wrong constant name rand$2
3635
- # wrong constant name random_number$2
1079
+ # wrong constant name random_bytes<defaultArg>1
1080
+ # wrong constant name urlsafe_base64<defaultArg>1
1081
+ # wrong constant name urlsafe_base64<defaultArg>2
3636
1082
  # wrong constant name bytes
3637
1083
  # wrong constant name urandom
3638
- # undefined method `initialize$1' for class `Range'
3639
- # Did you mean? initialize
3640
- # undefined method `last$2' for class `Range'
3641
- # undefined method `step$2' for class `Range'
3642
1084
  # wrong constant name %
3643
1085
  # wrong constant name entries
3644
- # wrong constant name initialize$1
3645
- # wrong constant name last$2
3646
- # wrong constant name step$2
3647
1086
  # wrong constant name to_a
1087
+ # undefined singleton method `expand<defaultArg>1' for `RbConfig'
1088
+ # undefined singleton method `fire_update!<defaultArg>1' for `RbConfig'
1089
+ # undefined singleton method `fire_update!<defaultArg>2' for `RbConfig'
1090
+ # wrong constant name expand<defaultArg>1
3648
1091
  # wrong constant name expand
1092
+ # wrong constant name fire_update!<defaultArg>1
1093
+ # wrong constant name fire_update!<defaultArg>2
3649
1094
  # wrong constant name fire_update!
3650
1095
  # wrong constant name ruby
3651
- # undefined method `initialize$2' for class `Regexp'
3652
- # Did you mean? initialize
3653
- # undefined method `match$1' for class `Regexp'
3654
- # wrong constant name initialize$2
3655
- # wrong constant name match$1
3656
1096
  # wrong constant name match?
3657
- # undefined singleton method `compile$2' for `Regexp'
3658
- # undefined singleton method `last_match$2' for `Regexp'
3659
- # wrong constant name compile$2
3660
- # wrong constant name last_match$2
3661
- # wrong constant name union
3662
1097
  # uninitialized constant Ripper
3663
1098
  # uninitialized constant Ripper
3664
1099
  # wrong constant name <Class:Node>
@@ -3700,14 +1135,18 @@
3700
1135
  # wrong constant name resume
3701
1136
  # wrong constant name resolve_feature_path
3702
1137
  # wrong constant name stat
1138
+ # undefined method `flatten_merge<defaultArg>1' for class `Set'
1139
+ # undefined method `initialize<defaultArg>1' for class `Set'
1140
+ # Did you mean? initialize_dup
3703
1141
  # wrong constant name ==
3704
1142
  # wrong constant name ===
3705
1143
  # wrong constant name compare_by_identity
3706
1144
  # wrong constant name compare_by_identity?
3707
1145
  # wrong constant name divide
3708
1146
  # wrong constant name eql?
3709
- # wrong constant name filter!
1147
+ # wrong constant name flatten_merge<defaultArg>1
3710
1148
  # wrong constant name flatten_merge
1149
+ # wrong constant name initialize<defaultArg>1
3711
1150
  # wrong constant name pretty_print
3712
1151
  # wrong constant name pretty_print_cycle
3713
1152
  # wrong constant name reset
@@ -3778,16 +1217,18 @@
3778
1217
  # wrong constant name disable_tracepoints
3779
1218
  # wrong constant name finish
3780
1219
  # wrong constant name install_tracepoints
3781
- # wrong constant name method_added
3782
- # wrong constant name module_created
3783
- # wrong constant name module_extended
3784
- # wrong constant name module_included
1220
+ # wrong constant name on_method_added
1221
+ # wrong constant name on_module_created
1222
+ # wrong constant name on_module_extended
1223
+ # wrong constant name on_module_included
3785
1224
  # wrong constant name pre_cache_module_methods
3786
1225
  # wrong constant name register_delegate_class
3787
1226
  # wrong constant name start
3788
1227
  # wrong constant name trace
3789
1228
  # wrong constant name trace_results
1229
+ # undefined singleton method `main<defaultArg>1' for `Sorbet::Private::GemGeneratorTracepoint'
3790
1230
  # wrong constant name <static-init>
1231
+ # wrong constant name main<defaultArg>1
3791
1232
  # wrong constant name main
3792
1233
  # wrong constant name output_file
3793
1234
  # wrong constant name <static-init>
@@ -3831,6 +1272,7 @@
3831
1272
  # wrong constant name real_hash
3832
1273
  # wrong constant name real_instance_methods
3833
1274
  # wrong constant name real_is_a?
1275
+ # wrong constant name real_method
3834
1276
  # wrong constant name real_name
3835
1277
  # wrong constant name real_object_id
3836
1278
  # wrong constant name real_private_instance_methods
@@ -3845,8 +1287,12 @@
3845
1287
  # wrong constant name my_require
3846
1288
  # wrong constant name patch_kernel
3847
1289
  # wrong constant name rails?
1290
+ # wrong constant name rails_load_paths
1291
+ # wrong constant name rb_file_paths
3848
1292
  # wrong constant name require_all_files
3849
1293
  # wrong constant name require_everything
1294
+ # undefined method `serialize_method<defaultArg>1' for class `Sorbet::Private::Serialize'
1295
+ # undefined method `serialize_method<defaultArg>2' for class `Sorbet::Private::Serialize'
3850
1296
  # wrong constant name alias
3851
1297
  # wrong constant name ancestor_has_method
3852
1298
  # wrong constant name blacklisted_method
@@ -3855,19 +1301,27 @@
3855
1301
  # wrong constant name constant
3856
1302
  # wrong constant name from_method
3857
1303
  # wrong constant name initialize
1304
+ # wrong constant name serialize_method<defaultArg>1
1305
+ # wrong constant name serialize_method<defaultArg>2
3858
1306
  # wrong constant name serialize_method
3859
1307
  # wrong constant name serialize_sig
3860
1308
  # wrong constant name to_sig
3861
1309
  # wrong constant name valid_class_name
3862
1310
  # wrong constant name valid_method_name
1311
+ # undefined singleton method `header<defaultArg>1' for `Sorbet::Private::Serialize'
1312
+ # undefined singleton method `header<defaultArg>2' for `Sorbet::Private::Serialize'
3863
1313
  # wrong constant name <static-init>
1314
+ # wrong constant name header<defaultArg>1
1315
+ # wrong constant name header<defaultArg>2
3864
1316
  # wrong constant name header
3865
1317
  # uninitialized constant Sorbet::Private::Static
3866
1318
  # Did you mean? Sorbet::Private::Status
3867
1319
  # uninitialized constant Sorbet::Private::Static
3868
1320
  # Did you mean? Sorbet::Private::Status
1321
+ # undefined singleton method `say<defaultArg>1' for `Sorbet::Private::Status'
3869
1322
  # wrong constant name <static-init>
3870
1323
  # wrong constant name done
1324
+ # wrong constant name say<defaultArg>1
3871
1325
  # wrong constant name say
3872
1326
  # wrong constant name <static-init>
3873
1327
  # wrong constant name main
@@ -3879,148 +1333,31 @@
3879
1333
  # wrong constant name <static-init>
3880
1334
  # wrong constant name main
3881
1335
  # wrong constant name output_file
3882
- # wrong constant name <static-init>
3883
1336
  # uninitialized constant SortedSet::InspectKey
3884
1337
  # wrong constant name initialize
3885
1338
  # wrong constant name setup
3886
1339
  # wrong constant name result
3887
- # undefined method `[]$2' for class `String'
3888
- # undefined method `byteslice$2' for class `String'
3889
- # undefined method `capitalize$1' for class `String'
3890
- # undefined method `capitalize!$1' for class `String'
3891
- # undefined method `center$1' for class `String'
3892
- # undefined method `chomp$1' for class `String'
3893
- # undefined method `chomp!$1' for class `String'
3894
- # undefined method `concat$1' for class `String'
3895
- # undefined method `count$1' for class `String'
3896
- # undefined method `delete$1' for class `String'
3897
- # Did you mean? DelegateClass
3898
- # undefined method `delete!$1' for class `String'
3899
- # undefined method `downcase$1' for class `String'
3900
- # undefined method `downcase!$1' for class `String'
3901
- # undefined method `each_line$2' for class `String'
3902
- # undefined method `gsub$2' for class `String'
3903
- # undefined method `gsub!$2' for class `String'
3904
- # undefined method `index$1' for class `String'
3905
- # undefined method `initialize$1' for class `String'
3906
- # Did you mean? initialize
3907
- # undefined method `lines$1' for class `String'
3908
- # undefined method `ljust$1' for class `String'
3909
- # undefined method `match$2' for class `String'
3910
- # undefined method `prepend$1' for class `String'
3911
- # Did you mean? prepend
3912
- # prepended
3913
- # undefined method `rindex$1' for class `String'
3914
- # undefined method `rjust$1' for class `String'
3915
- # undefined method `scrub$2' for class `String'
3916
- # undefined method `scrub!$2' for class `String'
3917
- # undefined method `slice$2' for class `String'
3918
- # undefined method `slice!$2' for class `String'
3919
- # undefined method `split$2' for class `String'
3920
- # undefined method `squeeze$1' for class `String'
3921
- # undefined method `squeeze!$1' for class `String'
3922
- # undefined method `sub$2' for class `String'
3923
- # undefined method `sub!$2' for class `String'
3924
- # undefined method `sum$1' for class `String'
3925
- # undefined method `swapcase$1' for class `String'
3926
- # undefined method `swapcase!$1' for class `String'
3927
- # undefined method `to_i$1' for class `String'
3928
- # undefined method `upcase$1' for class `String'
3929
- # undefined method `upcase!$1' for class `String'
3930
- # undefined method `upto$2' for class `String'
3931
- # wrong constant name +@
3932
- # wrong constant name -@
3933
- # wrong constant name []$2
3934
1340
  # wrong constant name []=
3935
- # wrong constant name byteslice$2
3936
- # wrong constant name capitalize$1
3937
- # wrong constant name capitalize!$1
3938
1341
  # wrong constant name casecmp?
3939
- # wrong constant name center$1
3940
- # wrong constant name chomp$1
3941
- # wrong constant name chomp!$1
3942
- # wrong constant name concat$1
3943
- # wrong constant name count$1
3944
- # wrong constant name delete$1
3945
- # wrong constant name delete!$1
3946
- # wrong constant name delete_prefix
3947
- # wrong constant name delete_prefix!
3948
- # wrong constant name delete_suffix
3949
- # wrong constant name delete_suffix!
3950
- # wrong constant name downcase$1
3951
- # wrong constant name downcase!$1
3952
1342
  # wrong constant name each_grapheme_cluster
3953
- # wrong constant name each_line$2
3954
- # wrong constant name encode
3955
1343
  # wrong constant name encode!
3956
1344
  # wrong constant name grapheme_clusters
3957
- # wrong constant name gsub$2
3958
- # wrong constant name gsub!$2
3959
- # wrong constant name index$1
3960
- # wrong constant name initialize$1
3961
- # wrong constant name lines$1
3962
- # wrong constant name ljust$1
3963
- # wrong constant name match$2
3964
- # wrong constant name match?
3965
- # wrong constant name prepend$1
3966
1345
  # wrong constant name reverse!
3967
- # wrong constant name rindex$1
3968
- # wrong constant name rjust$1
3969
- # wrong constant name scrub$2
3970
- # wrong constant name scrub!$2
3971
1346
  # wrong constant name shellescape
3972
1347
  # wrong constant name shellsplit
3973
- # wrong constant name slice$2
3974
- # wrong constant name slice!$2
3975
- # wrong constant name split$2
3976
- # wrong constant name squeeze$1
3977
- # wrong constant name squeeze!$1
3978
- # wrong constant name sub$2
3979
- # wrong constant name sub!$2
3980
1348
  # wrong constant name succ!
3981
- # wrong constant name sum$1
3982
- # wrong constant name swapcase$1
3983
- # wrong constant name swapcase!$1
3984
- # wrong constant name to_i$1
3985
1349
  # wrong constant name undump
3986
1350
  # wrong constant name unicode_normalize
3987
1351
  # wrong constant name unicode_normalize!
3988
1352
  # wrong constant name unicode_normalized?
3989
1353
  # wrong constant name unpack1
3990
- # wrong constant name upcase$1
3991
- # wrong constant name upcase!$1
3992
- # wrong constant name upto$2
3993
- # undefined method `each$2' for class `StringIO'
3994
- # undefined method `each_line$2' for class `StringIO'
3995
- # undefined method `fcntl$1' for class `StringIO'
3996
- # undefined method `initialize$1' for class `StringIO'
3997
- # Did you mean? initialize
3998
- # undefined method `lines$2' for class `StringIO'
3999
- # undefined method `read$1' for class `StringIO'
4000
- # undefined method `reopen$2' for class `StringIO'
4001
- # undefined method `seek$1' for class `StringIO'
4002
- # undefined method `set_encoding$2' for class `StringIO'
4003
- # undefined method `write$1' for class `StringIO'
4004
- # wrong constant name each$2
4005
- # wrong constant name each_line$2
4006
- # wrong constant name fcntl$1
4007
- # wrong constant name initialize$1
4008
1354
  # wrong constant name length
4009
- # wrong constant name lines$2
4010
- # wrong constant name read$1
4011
- # wrong constant name reopen$2
4012
- # wrong constant name seek$1
4013
- # wrong constant name set_encoding$2
4014
1355
  # wrong constant name truncate
4015
- # wrong constant name write$1
4016
- # undefined method `initialize$1' for class `Struct'
4017
- # Did you mean? initialize
4018
1356
  # wrong constant name []
4019
1357
  # wrong constant name []=
4020
1358
  # wrong constant name dig
4021
1359
  # wrong constant name each_pair
4022
1360
  # wrong constant name filter
4023
- # wrong constant name initialize$1
4024
1361
  # wrong constant name length
4025
1362
  # wrong constant name members
4026
1363
  # wrong constant name select
@@ -4029,122 +1366,18 @@
4029
1366
  # wrong constant name to_h
4030
1367
  # wrong constant name values
4031
1368
  # wrong constant name values_at
4032
- # undefined method `[]$2' for class `Symbol'
4033
- # undefined method `capitalize$1' for class `Symbol'
4034
- # undefined method `downcase$1' for class `Symbol'
4035
- # undefined method `match$1' for class `Symbol'
4036
- # undefined method `slice$2' for class `Symbol'
4037
- # undefined method `swapcase$1' for class `Symbol'
4038
- # undefined method `upcase$1' for class `Symbol'
4039
- # wrong constant name []$2
4040
- # wrong constant name capitalize$1
4041
- # wrong constant name casecmp?
4042
- # wrong constant name downcase$1
4043
- # wrong constant name match$1
4044
- # wrong constant name match?
4045
- # wrong constant name next
4046
- # wrong constant name slice$2
4047
- # wrong constant name swapcase$1
4048
- # wrong constant name upcase$1
1369
+ # wrong constant name <Class:Struct>
4049
1370
  # wrong constant name errno
4050
1371
  # wrong constant name status
4051
1372
  # wrong constant name success?
4052
1373
  # wrong constant name T.noreturn
4053
1374
  # wrong constant name T.noreturn
4054
1375
  # wrong constant name T.untyped
4055
- # wrong constant name abort_on_exception
4056
- # wrong constant name abort_on_exception=
4057
- # wrong constant name add_trace_func
4058
- # wrong constant name backtrace
4059
- # wrong constant name backtrace_locations
4060
- # wrong constant name exit
4061
- # wrong constant name fetch
4062
- # wrong constant name group
4063
- # wrong constant name initialize
4064
- # wrong constant name join
4065
- # wrong constant name key?
4066
- # wrong constant name keys
4067
- # wrong constant name name
4068
- # wrong constant name name=
4069
- # wrong constant name pending_interrupt?
4070
- # wrong constant name priority
4071
- # wrong constant name priority=
4072
- # wrong constant name report_on_exception
4073
- # wrong constant name report_on_exception=
4074
- # wrong constant name run
4075
- # wrong constant name safe_level
4076
- # wrong constant name status
4077
- # wrong constant name stop?
4078
- # wrong constant name terminate
4079
- # wrong constant name thread_variable?
4080
- # wrong constant name thread_variable_get
4081
- # wrong constant name thread_variable_set
4082
- # wrong constant name thread_variables
4083
- # wrong constant name value
4084
- # wrong constant name wakeup
4085
- # wrong constant name broadcast
4086
- # wrong constant name marshal_dump
4087
- # wrong constant name signal
4088
- # wrong constant name wait
4089
- # wrong constant name lock
4090
- # wrong constant name locked?
4091
- # wrong constant name owned?
4092
- # wrong constant name synchronize
4093
- # wrong constant name try_lock
4094
- # wrong constant name unlock
4095
- # wrong constant name <<
4096
- # wrong constant name clear
4097
- # wrong constant name close
4098
- # wrong constant name closed?
4099
- # wrong constant name deq
4100
- # wrong constant name empty?
4101
- # wrong constant name enq
4102
- # wrong constant name length
4103
- # wrong constant name marshal_dump
4104
- # wrong constant name num_waiting
4105
- # wrong constant name pop
4106
- # wrong constant name push
4107
- # wrong constant name shift
4108
- # wrong constant name size
4109
- # wrong constant name <<
4110
- # wrong constant name enq
4111
- # wrong constant name initialize
4112
- # wrong constant name max
4113
- # wrong constant name max=
4114
- # wrong constant name push
4115
- # wrong constant name abort_on_exception
4116
- # wrong constant name abort_on_exception=
4117
- # wrong constant name exclusive
4118
- # wrong constant name exit
4119
- # wrong constant name fork
4120
- # wrong constant name handle_interrupt
4121
- # wrong constant name kill
4122
- # wrong constant name list
4123
- # wrong constant name pass
4124
- # wrong constant name pending_interrupt?
4125
- # wrong constant name report_on_exception
4126
- # wrong constant name report_on_exception=
4127
- # wrong constant name start
4128
- # wrong constant name stop
4129
- # wrong constant name add
4130
- # wrong constant name enclose
4131
- # wrong constant name enclosed?
4132
- # wrong constant name list
4133
- # undefined singleton method `at$2' for `Time'
4134
- # undefined singleton method `gm$1' for `Time'
4135
- # undefined singleton method `local$1' for `Time'
4136
- # undefined singleton method `mktime$1' for `Time'
4137
- # undefined singleton method `utc$1' for `Time'
4138
- # undefined singleton method `zone_offset$1' for `Time'
4139
- # wrong constant name at$2
4140
- # wrong constant name gm$1
4141
- # wrong constant name local$1
4142
- # wrong constant name mktime$1
4143
- # wrong constant name utc$1
4144
- # wrong constant name zone_offset$1
4145
- # undefined method `enable$2' for class `TracePoint'
1376
+ # undefined method `enable<defaultArg>1' for class `TracePoint'
1377
+ # undefined method `enable<defaultArg>2' for class `TracePoint'
4146
1378
  # wrong constant name __enable
4147
- # wrong constant name enable$2
1379
+ # wrong constant name enable<defaultArg>1
1380
+ # wrong constant name enable<defaultArg>2
4148
1381
  # wrong constant name eval_script
4149
1382
  # wrong constant name event
4150
1383
  # wrong constant name instruction_sequence
@@ -4157,6 +1390,10 @@
4157
1390
  # wrong constant name set_typecode
4158
1391
  # wrong constant name typecode
4159
1392
  # wrong constant name typecode=
1393
+ # undefined singleton method `new2<defaultArg>1' for `URI::FTP'
1394
+ # undefined singleton method `new2<defaultArg>2' for `URI::FTP'
1395
+ # wrong constant name new2<defaultArg>1
1396
+ # wrong constant name new2<defaultArg>2
4160
1397
  # wrong constant name new2
4161
1398
  # uninitialized constant URI::File::ABS_PATH
4162
1399
  # Did you mean? URI::ABS_PATH
@@ -4223,68 +1460,6 @@
4223
1460
  # wrong constant name check_userinfo
4224
1461
  # wrong constant name set_userinfo
4225
1462
  # wrong constant name <static-init>
4226
- # wrong constant name +
4227
- # wrong constant name -
4228
- # wrong constant name ==
4229
- # wrong constant name absolute
4230
- # wrong constant name absolute?
4231
- # wrong constant name coerce
4232
- # wrong constant name component
4233
- # wrong constant name component_ary
4234
- # wrong constant name default_port
4235
- # wrong constant name eql?
4236
- # wrong constant name find_proxy
4237
- # wrong constant name fragment
4238
- # wrong constant name fragment=
4239
- # wrong constant name hierarchical?
4240
- # wrong constant name host
4241
- # wrong constant name host=
4242
- # wrong constant name hostname
4243
- # wrong constant name hostname=
4244
- # wrong constant name initialize
4245
- # wrong constant name merge
4246
- # wrong constant name merge!
4247
- # wrong constant name normalize
4248
- # wrong constant name normalize!
4249
- # wrong constant name opaque
4250
- # wrong constant name opaque=
4251
- # wrong constant name parser
4252
- # wrong constant name password
4253
- # wrong constant name password=
4254
- # wrong constant name path
4255
- # wrong constant name path=
4256
- # wrong constant name port
4257
- # wrong constant name port=
4258
- # wrong constant name query
4259
- # wrong constant name query=
4260
- # wrong constant name registry
4261
- # wrong constant name registry=
4262
- # wrong constant name relative?
4263
- # wrong constant name route_from
4264
- # wrong constant name route_to
4265
- # wrong constant name scheme
4266
- # wrong constant name scheme=
4267
- # wrong constant name select
4268
- # wrong constant name set_host
4269
- # wrong constant name set_opaque
4270
- # wrong constant name set_password
4271
- # wrong constant name set_path
4272
- # wrong constant name set_port
4273
- # wrong constant name set_registry
4274
- # wrong constant name set_scheme
4275
- # wrong constant name set_user
4276
- # wrong constant name set_userinfo
4277
- # wrong constant name user
4278
- # wrong constant name user=
4279
- # wrong constant name userinfo
4280
- # wrong constant name userinfo=
4281
- # wrong constant name build
4282
- # wrong constant name build2
4283
- # wrong constant name component
4284
- # wrong constant name default_port
4285
- # wrong constant name use_proxy?
4286
- # wrong constant name use_registry
4287
- # wrong constant name request_uri
4288
1463
  # wrong constant name attributes
4289
1464
  # wrong constant name attributes=
4290
1465
  # wrong constant name dn
@@ -4310,25 +1485,37 @@
4310
1485
  # wrong constant name to=
4311
1486
  # wrong constant name to_mailtext
4312
1487
  # wrong constant name to_rfc822text
1488
+ # undefined method `escape<defaultArg>1' for class `URI::RFC2396_Parser'
1489
+ # undefined method `extract<defaultArg>1' for class `URI::RFC2396_Parser'
1490
+ # undefined method `initialize<defaultArg>1' for class `URI::RFC2396_Parser'
1491
+ # Did you mean? initialize_dup
1492
+ # undefined method `make_regexp<defaultArg>1' for class `URI::RFC2396_Parser'
1493
+ # undefined method `unescape<defaultArg>1' for class `URI::RFC2396_Parser'
1494
+ # wrong constant name escape<defaultArg>1
4313
1495
  # wrong constant name escape
1496
+ # wrong constant name extract<defaultArg>1
4314
1497
  # wrong constant name extract
1498
+ # wrong constant name initialize<defaultArg>1
4315
1499
  # wrong constant name initialize
4316
1500
  # wrong constant name join
1501
+ # wrong constant name make_regexp<defaultArg>1
4317
1502
  # wrong constant name make_regexp
4318
1503
  # wrong constant name parse
4319
1504
  # wrong constant name pattern
4320
1505
  # wrong constant name regexp
4321
1506
  # wrong constant name split
1507
+ # wrong constant name unescape<defaultArg>1
4322
1508
  # wrong constant name unescape
4323
1509
  # wrong constant name join
4324
1510
  # wrong constant name parse
4325
1511
  # wrong constant name regexp
4326
1512
  # wrong constant name split
4327
1513
  # wrong constant name make_components_hash
4328
- # wrong constant name decode_www_form
4329
- # wrong constant name encode_www_form
4330
- # wrong constant name encode_www_form_component
1514
+ # undefined singleton method `extract<defaultArg>1' for `URI'
1515
+ # undefined singleton method `regexp<defaultArg>1' for `URI'
1516
+ # wrong constant name extract<defaultArg>1
4331
1517
  # wrong constant name get_encoding
1518
+ # wrong constant name regexp<defaultArg>1
4332
1519
  # wrong constant name clone
4333
1520
  # wrong constant name original_name
4334
1521
  # wrong constant name tag