moneylovercli 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/.rspec +3 -0
  4. data/.ruby-version +1 -0
  5. data/.travis.yml +6 -0
  6. data/CODE_OF_CONDUCT.md +74 -0
  7. data/Gemfile +9 -0
  8. data/Gemfile.lock +67 -0
  9. data/LICENSE.txt +20 -0
  10. data/README.md +45 -0
  11. data/Rakefile +6 -0
  12. data/bin/console +14 -0
  13. data/bin/setup +8 -0
  14. data/exe/moneylovercli +18 -0
  15. data/lib/moneylovercli.rb +7 -0
  16. data/lib/moneylovercli/api/access_token.rb +19 -0
  17. data/lib/moneylovercli/api/base.rb +15 -0
  18. data/lib/moneylovercli/api/category.rb +15 -0
  19. data/lib/moneylovercli/api/money_lover.rb +14 -0
  20. data/lib/moneylovercli/api/transaction.rb +25 -0
  21. data/lib/moneylovercli/api/user.rb +13 -0
  22. data/lib/moneylovercli/api/wallet.rb +13 -0
  23. data/lib/moneylovercli/cli.rb +62 -0
  24. data/lib/moneylovercli/command.rb +141 -0
  25. data/lib/moneylovercli/commands/.gitkeep +1 -0
  26. data/lib/moneylovercli/commands/add_transaction.rb +74 -0
  27. data/lib/moneylovercli/commands/login.rb +61 -0
  28. data/lib/moneylovercli/commands/wallets.rb +31 -0
  29. data/lib/moneylovercli/version.rb +4 -0
  30. data/moneylovercli.gemspec +33 -0
  31. data/sorbet/config +2 -0
  32. data/sorbet/rbi/gems/byebug.rbi +1041 -0
  33. data/sorbet/rbi/gems/coderay.rbi +92 -0
  34. data/sorbet/rbi/gems/equatable.rbi +26 -0
  35. data/sorbet/rbi/gems/httparty.rbi +421 -0
  36. data/sorbet/rbi/gems/method_source.rbi +64 -0
  37. data/sorbet/rbi/gems/mime-types-data.rbi +17 -0
  38. data/sorbet/rbi/gems/mime-types.rbi +218 -0
  39. data/sorbet/rbi/gems/multi_xml.rbi +35 -0
  40. data/sorbet/rbi/gems/pastel.rbi +128 -0
  41. data/sorbet/rbi/gems/pry-byebug.rbi +155 -0
  42. data/sorbet/rbi/gems/pry.rbi +1949 -0
  43. data/sorbet/rbi/gems/rake.rbi +645 -0
  44. data/sorbet/rbi/gems/rspec-core.rbi +1923 -0
  45. data/sorbet/rbi/gems/rspec-expectations.rbi +1123 -0
  46. data/sorbet/rbi/gems/rspec-mocks.rbi +1090 -0
  47. data/sorbet/rbi/gems/rspec-support.rbi +280 -0
  48. data/sorbet/rbi/gems/rspec.rbi +15 -0
  49. data/sorbet/rbi/gems/tty-color.rbi +44 -0
  50. data/sorbet/rbi/gems/zeitwerk.rbi +136 -0
  51. data/sorbet/rbi/hidden-definitions/errors.txt +4361 -0
  52. data/sorbet/rbi/hidden-definitions/hidden.rbi +8227 -0
  53. data/sorbet/rbi/sorbet-typed/lib/httparty/all/httparty.rbi +427 -0
  54. data/sorbet/rbi/todo.rbi +20 -0
  55. metadata +167 -0
@@ -0,0 +1,4361 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi hidden-definitions
3
+
4
+ # typed: autogenerated
5
+
6
+ # wrong constant name <DeclBuilderForProcs>
7
+ # wrong constant name <DeclBuilderForProcs>
8
+ # wrong constant name <Class:<DeclBuilderForProcs>>
9
+ # wrong constant name <Magic>
10
+ # wrong constant name <Magic>
11
+ # wrong constant name <Class:<Magic>>
12
+ # wrong constant name <PackageRegistry>
13
+ # wrong constant name <PackageRegistry>
14
+ # wrong constant name <RESERVED_0>
15
+ # wrong constant name <RESERVED_1>
16
+ # wrong constant name <RESERVED_2>
17
+ # wrong constant name <RESERVED_3>
18
+ # wrong constant name <RESERVED_4>
19
+ # wrong constant name <RESERVED_5>
20
+ # wrong constant name <RESERVED_6>
21
+ # wrong constant name <TypeAlias>
22
+ # wrong constant name <TypeAlias>
23
+ # wrong constant name <any>
24
+ # wrong constant name <any>
25
+ # wrong constant name <root>
26
+ # wrong constant name <Class:<root>>
27
+ # wrong constant name <todo sym>
28
+ # wrong constant name <todo sym>
29
+ # wrong constant name connect_internal
30
+ # wrong constant name abbrev
31
+ # wrong constant name deconstruct
32
+ # wrong constant name shelljoin
33
+ # wrong constant name to_csv
34
+ # wrong constant name to_h
35
+ # wrong constant name try_convert
36
+ # wrong constant name <Class:BasicObject>
37
+ # uninitialized constant Benchmark
38
+ # uninitialized constant Benchmark
39
+ # wrong constant name clone
40
+ # wrong constant name interpret_loosely
41
+ # wrong constant name clone
42
+ # wrong constant name irb
43
+ # uninitialized constant Bundler::Dependency::TYPES
44
+ # wrong constant name branch
45
+ # wrong constant name expanded_platforms
46
+ # wrong constant name git
47
+ # wrong constant name <static-init>
48
+ # wrong constant name environment
49
+ # wrong constant name report
50
+ # wrong constant name write
51
+ # wrong constant name <Class:Base>
52
+ # wrong constant name <Class:CompactIndex>
53
+ # wrong constant name <Class:Dependency>
54
+ # wrong constant name <Class:Downloader>
55
+ # wrong constant name <Class:Index>
56
+ # wrong constant name <Class:TooManyRequestsError>
57
+ # wrong constant name fetch_spec
58
+ # wrong constant name fetchers
59
+ # wrong constant name http_proxy
60
+ # wrong constant name initialize
61
+ # wrong constant name specs
62
+ # wrong constant name specs_with_retry
63
+ # wrong constant name uri
64
+ # wrong constant name use_api
65
+ # wrong constant name user_agent
66
+ # wrong constant name initialize
67
+ # wrong constant name initialize
68
+ # wrong constant name api_fetcher?
69
+ # wrong constant name available?
70
+ # wrong constant name display_uri
71
+ # wrong constant name downloader
72
+ # wrong constant name fetch_uri
73
+ # wrong constant name initialize
74
+ # wrong constant name remote
75
+ # wrong constant name remote_uri
76
+ # wrong constant name <static-init>
77
+ # wrong constant name initialize
78
+ # wrong constant name <Class:ClientFetcher>
79
+ # wrong constant name available?
80
+ # wrong constant name fetch_spec
81
+ # wrong constant name specs
82
+ # wrong constant name specs_for_names
83
+ # uninitialized constant Bundler::Fetcher::CompactIndex::ClientFetcher::Elem
84
+ # wrong constant name call
85
+ # wrong constant name fetcher
86
+ # wrong constant name fetcher=
87
+ # wrong constant name ui
88
+ # wrong constant name ui=
89
+ # wrong constant name <static-init>
90
+ # wrong constant name []
91
+ # wrong constant name members
92
+ # wrong constant name <static-init>
93
+ # wrong constant name compact_index_request
94
+ # wrong constant name dependency_api_uri
95
+ # wrong constant name dependency_specs
96
+ # wrong constant name get_formatted_specs_and_deps
97
+ # wrong constant name specs
98
+ # wrong constant name unmarshalled_dep_gems
99
+ # wrong constant name <static-init>
100
+ # wrong constant name connection
101
+ # wrong constant name fetch
102
+ # wrong constant name initialize
103
+ # wrong constant name redirect_limit
104
+ # wrong constant name request
105
+ # wrong constant name <static-init>
106
+ # wrong constant name fetch_spec
107
+ # wrong constant name specs
108
+ # wrong constant name <static-init>
109
+ # wrong constant name initialize
110
+ # wrong constant name <static-init>
111
+ # wrong constant name api_timeout
112
+ # wrong constant name api_timeout=
113
+ # wrong constant name disable_endpoint
114
+ # wrong constant name disable_endpoint=
115
+ # wrong constant name max_retries
116
+ # wrong constant name max_retries=
117
+ # wrong constant name redirect_limit
118
+ # wrong constant name redirect_limit=
119
+ # wrong constant name link
120
+ # wrong constant name cp_lr
121
+ # wrong constant name link_entry
122
+ # uninitialized constant Bundler::GemHelper::DEFAULT
123
+ # uninitialized constant Bundler::GemHelper::LN_SUPPORTED
124
+ # uninitialized constant Bundler::GemHelper::LOW_METHODS
125
+ # Did you mean? Bundler::GemHelper::LowMethods
126
+ # uninitialized constant Bundler::GemHelper::METHODS
127
+ # Did you mean? Method
128
+ # uninitialized constant Bundler::GemHelper::OPT_TABLE
129
+ # uninitialized constant Bundler::GemHelper::RUBY
130
+ # uninitialized constant Bundler::GemHelper::VERSION
131
+ # Did you mean? Bundler::VERSION
132
+ # wrong constant name allowed_push_host
133
+ # wrong constant name already_tagged?
134
+ # wrong constant name base
135
+ # wrong constant name build_gem
136
+ # wrong constant name built_gem_path
137
+ # wrong constant name clean?
138
+ # wrong constant name committed?
139
+ # wrong constant name gem_command
140
+ # wrong constant name gem_key
141
+ # wrong constant name gem_push?
142
+ # wrong constant name gem_push_host
143
+ # wrong constant name gemspec
144
+ # wrong constant name git_push
145
+ # wrong constant name guard_clean
146
+ # wrong constant name initialize
147
+ # wrong constant name install
148
+ # wrong constant name install_gem
149
+ # wrong constant name name
150
+ # wrong constant name perform_git_push
151
+ # wrong constant name rubygem_push
152
+ # wrong constant name sh
153
+ # wrong constant name sh_with_input
154
+ # wrong constant name sh_with_status
155
+ # wrong constant name spec_path
156
+ # wrong constant name tag_version
157
+ # wrong constant name version
158
+ # wrong constant name version_tag
159
+ # wrong constant name <static-init>
160
+ # wrong constant name gemspec
161
+ # wrong constant name install_tasks
162
+ # wrong constant name instance
163
+ # wrong constant name instance=
164
+ # wrong constant name initialize
165
+ # wrong constant name level
166
+ # wrong constant name level=
167
+ # wrong constant name locked_specs
168
+ # wrong constant name major?
169
+ # wrong constant name minor?
170
+ # wrong constant name prerelease_specified
171
+ # wrong constant name prerelease_specified=
172
+ # wrong constant name sort_versions
173
+ # wrong constant name strict
174
+ # wrong constant name strict=
175
+ # wrong constant name unlock_gems
176
+ # wrong constant name <static-init>
177
+ # wrong constant name <Class:GraphVizClient>
178
+ # wrong constant name edge_options
179
+ # wrong constant name groups
180
+ # wrong constant name initialize
181
+ # wrong constant name node_options
182
+ # wrong constant name output_file
183
+ # wrong constant name output_format
184
+ # wrong constant name relations
185
+ # wrong constant name viz
186
+ # wrong constant name g
187
+ # wrong constant name initialize
188
+ # wrong constant name run
189
+ # wrong constant name <static-init>
190
+ # wrong constant name <static-init>
191
+ # wrong constant name initialize
192
+ # wrong constant name inject
193
+ # wrong constant name remove
194
+ # wrong constant name <static-init>
195
+ # wrong constant name inject
196
+ # wrong constant name remove
197
+ # wrong constant name generate_bundler_executable_stubs
198
+ # wrong constant name generate_standalone_bundler_executable_stubs
199
+ # wrong constant name initialize
200
+ # wrong constant name post_install_messages
201
+ # wrong constant name run
202
+ # wrong constant name <static-init>
203
+ # wrong constant name ambiguous_gems
204
+ # wrong constant name ambiguous_gems=
205
+ # wrong constant name install
206
+ # wrong constant name _recursive_predecessors
207
+ # wrong constant name _recursive_successors
208
+ # wrong constant name ==
209
+ # wrong constant name app_cache_dirname
210
+ # wrong constant name app_cache_path
211
+ # wrong constant name bundler_plugin_api_source?
212
+ # wrong constant name cache
213
+ # wrong constant name cached!
214
+ # wrong constant name can_lock?
215
+ # wrong constant name dependency_names
216
+ # wrong constant name dependency_names=
217
+ # wrong constant name double_check_for
218
+ # wrong constant name eql?
219
+ # wrong constant name fetch_gemspec_files
220
+ # wrong constant name gem_install_dir
221
+ # wrong constant name hash
222
+ # wrong constant name include?
223
+ # wrong constant name initialize
224
+ # wrong constant name install
225
+ # wrong constant name install_path
226
+ # wrong constant name installed?
227
+ # wrong constant name name
228
+ # wrong constant name options
229
+ # wrong constant name options_to_lock
230
+ # wrong constant name post_install
231
+ # wrong constant name remote!
232
+ # wrong constant name root
233
+ # wrong constant name specs
234
+ # wrong constant name to_lock
235
+ # wrong constant name to_s
236
+ # wrong constant name unlock!
237
+ # wrong constant name unmet_deps
238
+ # wrong constant name uri
239
+ # wrong constant name uri_hash
240
+ # wrong constant name <static-init>
241
+ # wrong constant name <Class:CommandConflict>
242
+ # wrong constant name <Class:SourceConflict>
243
+ # wrong constant name installed_plugins
244
+ # wrong constant name plugin_commands
245
+ # wrong constant name initialize
246
+ # wrong constant name <static-init>
247
+ # wrong constant name initialize
248
+ # wrong constant name <static-init>
249
+ # wrong constant name <Class:Git>
250
+ # wrong constant name <Class:Rubygems>
251
+ # wrong constant name install
252
+ # wrong constant name install_definition
253
+ # uninitialized constant Bundler::Plugin::Installer::Git::DEFAULT_GLOB
254
+ # wrong constant name generate_bin
255
+ # wrong constant name <static-init>
256
+ # uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
257
+ # Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
258
+ # uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
259
+ # Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
260
+ # wrong constant name <static-init>
261
+ # wrong constant name <static-init>
262
+ # wrong constant name <static-init>
263
+ # wrong constant name list
264
+ # wrong constant name <static-init>
265
+ # wrong constant name lock
266
+ # wrong constant name attempt
267
+ # wrong constant name attempts
268
+ # wrong constant name current_run
269
+ # wrong constant name current_run=
270
+ # wrong constant name initialize
271
+ # wrong constant name name
272
+ # wrong constant name name=
273
+ # wrong constant name total_runs
274
+ # wrong constant name total_runs=
275
+ # wrong constant name <static-init>
276
+ # wrong constant name attempts
277
+ # wrong constant name default_attempts
278
+ # wrong constant name default_retries
279
+ # uninitialized constant Bundler::RubyGemsGemInstaller::ENV_PATHS
280
+ # wrong constant name <static-init>
281
+ # wrong constant name add_to_load_path
282
+ # wrong constant name all_specs
283
+ # wrong constant name backport_ext_builder_monitor
284
+ # wrong constant name correct_for_windows_path
285
+ # wrong constant name default_stubs
286
+ # wrong constant name find_name
287
+ # wrong constant name gem_remote_fetcher
288
+ # wrong constant name plain_specs
289
+ # wrong constant name plain_specs=
290
+ # wrong constant name stub_rubygems
291
+ # wrong constant name use_gemdeps
292
+ # uninitialized constant Bundler::RubygemsIntegration::AlmostModern
293
+ # uninitialized constant Bundler::RubygemsIntegration::AlmostModern
294
+ # uninitialized constant Bundler::RubygemsIntegration::Ancient
295
+ # uninitialized constant Bundler::RubygemsIntegration::Ancient
296
+ # uninitialized constant Bundler::RubygemsIntegration::Future
297
+ # uninitialized constant Bundler::RubygemsIntegration::Future
298
+ # uninitialized constant Bundler::RubygemsIntegration::Legacy
299
+ # uninitialized constant Bundler::RubygemsIntegration::Legacy
300
+ # uninitialized constant Bundler::RubygemsIntegration::Modern
301
+ # Did you mean? Module
302
+ # uninitialized constant Bundler::RubygemsIntegration::Modern
303
+ # Did you mean? Module
304
+ # uninitialized constant Bundler::RubygemsIntegration::MoreFuture
305
+ # uninitialized constant Bundler::RubygemsIntegration::MoreFuture
306
+ # uninitialized constant Bundler::RubygemsIntegration::MoreModern
307
+ # uninitialized constant Bundler::RubygemsIntegration::MoreModern
308
+ # uninitialized constant Bundler::RubygemsIntegration::Transitional
309
+ # uninitialized constant Bundler::RubygemsIntegration::Transitional
310
+ # wrong constant name ==
311
+ # wrong constant name fallback_timeout
312
+ # wrong constant name fallback_timeout=
313
+ # wrong constant name initialize
314
+ # wrong constant name uri
315
+ # wrong constant name uri=
316
+ # wrong constant name valid?
317
+ # wrong constant name validate!
318
+ # wrong constant name <static-init>
319
+ # wrong constant name each
320
+ # wrong constant name for
321
+ # wrong constant name initialize
322
+ # wrong constant name parse
323
+ # wrong constant name <static-init>
324
+ # wrong constant name <Class:Rule>
325
+ # wrong constant name description
326
+ # wrong constant name fail!
327
+ # wrong constant name initialize
328
+ # wrong constant name k
329
+ # wrong constant name set
330
+ # wrong constant name validate!
331
+ # wrong constant name <static-init>
332
+ # wrong constant name <static-init>
333
+ # wrong constant name validate!
334
+ # uninitialized constant Bundler::Source::Git::DEFAULT_GLOB
335
+ # wrong constant name glob
336
+ # wrong constant name <Class:Actions>
337
+ # wrong constant name <Class:AmbiguousCommandError>
338
+ # wrong constant name <Class:Argument>
339
+ # wrong constant name <Class:Arguments>
340
+ # wrong constant name <Class:Base>
341
+ # wrong constant name <Class:Command>
342
+ # wrong constant name <Class:CoreExt>
343
+ # wrong constant name <Class:DynamicCommand>
344
+ # wrong constant name <Class:Error>
345
+ # wrong constant name <Class:Group>
346
+ # wrong constant name <Class:HiddenCommand>
347
+ # wrong constant name <Class:Invocation>
348
+ # wrong constant name <Class:InvocationError>
349
+ # wrong constant name <Class:LineEditor>
350
+ # wrong constant name <Class:MalformattedArgumentError>
351
+ # wrong constant name <Class:NestedContext>
352
+ # wrong constant name <Class:NoKwargSpellChecker>
353
+ # wrong constant name <Class:Option>
354
+ # wrong constant name <Class:Options>
355
+ # wrong constant name <Class:RakeCompat>
356
+ # wrong constant name <Class:RequiredArgumentMissingError>
357
+ # uninitialized constant Bundler::Thor::SHELL_DELEGATED_METHODS
358
+ # wrong constant name <Class:Sandbox>
359
+ # wrong constant name <Class:Shell>
360
+ # wrong constant name <Class:UndefinedCommandError>
361
+ # wrong constant name <Class:UnknownArgumentError>
362
+ # wrong constant name <Class:Util>
363
+ # wrong constant name help
364
+ # wrong constant name <Class:CapturableERB>
365
+ # wrong constant name <Class:ClassMethods>
366
+ # wrong constant name <Class:CreateFile>
367
+ # wrong constant name <Class:CreateLink>
368
+ # wrong constant name <Class:Directory>
369
+ # wrong constant name <Class:EmptyDirectory>
370
+ # wrong constant name <Class:InjectIntoFile>
371
+ # wrong constant name _cleanup_options_and_set
372
+ # wrong constant name _shared_configuration
373
+ # wrong constant name action
374
+ # wrong constant name add_file
375
+ # wrong constant name add_link
376
+ # wrong constant name append_file
377
+ # wrong constant name append_to_file
378
+ # wrong constant name apply
379
+ # wrong constant name behavior
380
+ # wrong constant name behavior=
381
+ # wrong constant name chmod
382
+ # wrong constant name comment_lines
383
+ # wrong constant name copy_file
384
+ # wrong constant name create_file
385
+ # wrong constant name create_link
386
+ # wrong constant name destination_root
387
+ # wrong constant name destination_root=
388
+ # wrong constant name directory
389
+ # wrong constant name empty_directory
390
+ # wrong constant name find_in_source_paths
391
+ # wrong constant name get
392
+ # wrong constant name gsub_file
393
+ # wrong constant name in_root
394
+ # wrong constant name initialize
395
+ # wrong constant name inject_into_class
396
+ # wrong constant name inject_into_file
397
+ # wrong constant name inject_into_module
398
+ # wrong constant name insert_into_file
399
+ # wrong constant name inside
400
+ # wrong constant name link_file
401
+ # wrong constant name prepend_file
402
+ # wrong constant name prepend_to_file
403
+ # wrong constant name relative_to_original_destination_root
404
+ # wrong constant name remove_dir
405
+ # wrong constant name remove_file
406
+ # wrong constant name run
407
+ # wrong constant name run_ruby_script
408
+ # wrong constant name source_paths
409
+ # wrong constant name template
410
+ # wrong constant name thor
411
+ # wrong constant name uncomment_lines
412
+ # uninitialized constant Bundler::Thor::Actions::CapturableERB::Revision
413
+ # wrong constant name <static-init>
414
+ # wrong constant name add_runtime_options!
415
+ # wrong constant name source_paths
416
+ # wrong constant name source_paths_for_search
417
+ # wrong constant name source_root
418
+ # wrong constant name <static-init>
419
+ # wrong constant name data
420
+ # wrong constant name force_on_collision?
421
+ # wrong constant name force_or_skip_or_conflict
422
+ # wrong constant name identical?
423
+ # wrong constant name initialize
424
+ # wrong constant name on_conflict_behavior
425
+ # wrong constant name render
426
+ # wrong constant name <static-init>
427
+ # wrong constant name <static-init>
428
+ # wrong constant name execute!
429
+ # wrong constant name file_level_lookup
430
+ # wrong constant name files
431
+ # wrong constant name initialize
432
+ # wrong constant name source
433
+ # wrong constant name <static-init>
434
+ # wrong constant name base
435
+ # wrong constant name config
436
+ # wrong constant name convert_encoded_instructions
437
+ # wrong constant name destination
438
+ # wrong constant name destination=
439
+ # wrong constant name exists?
440
+ # wrong constant name given_destination
441
+ # wrong constant name initialize
442
+ # wrong constant name invoke!
443
+ # wrong constant name invoke_with_conflict_check
444
+ # wrong constant name on_conflict_behavior
445
+ # wrong constant name on_file_clash_behavior
446
+ # wrong constant name pretend?
447
+ # wrong constant name relative_destination
448
+ # wrong constant name revoke!
449
+ # wrong constant name say_status
450
+ # wrong constant name <static-init>
451
+ # wrong constant name behavior
452
+ # wrong constant name flag
453
+ # wrong constant name initialize
454
+ # wrong constant name replace!
455
+ # wrong constant name replacement
456
+ # wrong constant name say_status
457
+ # wrong constant name <static-init>
458
+ # wrong constant name <static-init>
459
+ # wrong constant name included
460
+ # wrong constant name <static-init>
461
+ # wrong constant name banner
462
+ # wrong constant name default
463
+ # wrong constant name default_banner
464
+ # wrong constant name description
465
+ # wrong constant name enum
466
+ # wrong constant name human_name
467
+ # wrong constant name initialize
468
+ # wrong constant name name
469
+ # wrong constant name required
470
+ # wrong constant name required?
471
+ # wrong constant name show_default?
472
+ # wrong constant name type
473
+ # wrong constant name usage
474
+ # wrong constant name valid_type?
475
+ # wrong constant name validate!
476
+ # wrong constant name <static-init>
477
+ # wrong constant name initialize
478
+ # wrong constant name parse
479
+ # wrong constant name remaining
480
+ # wrong constant name <static-init>
481
+ # wrong constant name parse
482
+ # wrong constant name split
483
+ # wrong constant name <Class:ClassMethods>
484
+ # wrong constant name args
485
+ # wrong constant name args=
486
+ # wrong constant name initialize
487
+ # wrong constant name options
488
+ # wrong constant name options=
489
+ # wrong constant name parent_options
490
+ # wrong constant name parent_options=
491
+ # wrong constant name all_commands
492
+ # wrong constant name all_tasks
493
+ # wrong constant name allow_incompatible_default_type!
494
+ # wrong constant name argument
495
+ # wrong constant name arguments
496
+ # wrong constant name attr_accessor
497
+ # wrong constant name attr_reader
498
+ # wrong constant name attr_writer
499
+ # wrong constant name baseclass
500
+ # wrong constant name basename
501
+ # wrong constant name build_option
502
+ # wrong constant name build_options
503
+ # wrong constant name check_default_type
504
+ # wrong constant name check_default_type!
505
+ # wrong constant name check_unknown_options
506
+ # wrong constant name check_unknown_options!
507
+ # wrong constant name check_unknown_options?
508
+ # wrong constant name class_option
509
+ # wrong constant name class_options
510
+ # wrong constant name class_options_help
511
+ # wrong constant name commands
512
+ # wrong constant name create_command
513
+ # wrong constant name create_task
514
+ # wrong constant name disable_required_check?
515
+ # wrong constant name dispatch
516
+ # wrong constant name exit_on_failure?
517
+ # wrong constant name find_and_refresh_command
518
+ # wrong constant name find_and_refresh_task
519
+ # wrong constant name from_superclass
520
+ # wrong constant name group
521
+ # wrong constant name handle_argument_error
522
+ # wrong constant name handle_no_command_error
523
+ # wrong constant name handle_no_task_error
524
+ # wrong constant name inherited
525
+ # wrong constant name initialize_added
526
+ # wrong constant name is_thor_reserved_word?
527
+ # wrong constant name method_added
528
+ # wrong constant name namespace
529
+ # wrong constant name no_commands
530
+ # wrong constant name no_commands?
531
+ # wrong constant name no_commands_context
532
+ # wrong constant name no_tasks
533
+ # wrong constant name print_options
534
+ # wrong constant name public_command
535
+ # wrong constant name public_task
536
+ # wrong constant name remove_argument
537
+ # wrong constant name remove_class_option
538
+ # wrong constant name remove_command
539
+ # wrong constant name remove_task
540
+ # wrong constant name start
541
+ # wrong constant name stop_on_unknown_option?
542
+ # wrong constant name strict_args_position
543
+ # wrong constant name strict_args_position!
544
+ # wrong constant name strict_args_position?
545
+ # wrong constant name tasks
546
+ # wrong constant name <static-init>
547
+ # wrong constant name <static-init>
548
+ # wrong constant name included
549
+ # wrong constant name register_klass_file
550
+ # wrong constant name shell
551
+ # wrong constant name shell=
552
+ # wrong constant name subclass_files
553
+ # wrong constant name subclasses
554
+ # wrong constant name formatted_usage
555
+ # wrong constant name handle_argument_error?
556
+ # wrong constant name handle_no_method_error?
557
+ # wrong constant name hidden?
558
+ # wrong constant name initialize
559
+ # wrong constant name local_method?
560
+ # wrong constant name not_debugging?
561
+ # wrong constant name private_method?
562
+ # wrong constant name public_method?
563
+ # wrong constant name required_arguments_for
564
+ # wrong constant name required_options
565
+ # wrong constant name run
566
+ # wrong constant name sans_backtrace
567
+ # wrong constant name <static-init>
568
+ # wrong constant name <Class:HashWithIndifferentAccess>
569
+ # uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::Elem
570
+ # uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::K
571
+ # uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::V
572
+ # wrong constant name []
573
+ # wrong constant name []=
574
+ # wrong constant name convert_key
575
+ # wrong constant name delete
576
+ # wrong constant name fetch
577
+ # wrong constant name initialize
578
+ # wrong constant name key?
579
+ # wrong constant name merge
580
+ # wrong constant name merge!
581
+ # wrong constant name method_missing
582
+ # wrong constant name replace
583
+ # wrong constant name reverse_merge
584
+ # wrong constant name reverse_merge!
585
+ # wrong constant name values_at
586
+ # wrong constant name <static-init>
587
+ # wrong constant name <static-init>
588
+ # uninitialized constant Bundler::Thor::DynamicCommand::FILE_REGEXP
589
+ # wrong constant name initialize
590
+ # wrong constant name <static-init>
591
+ # wrong constant name <static-init>
592
+ # uninitialized constant Bundler::Thor::Group::SHELL_DELEGATED_METHODS
593
+ # Did you mean? Bundler::Thor::SHELL_DELEGATED_METHODS
594
+ # wrong constant name _invoke_for_class_method
595
+ # wrong constant name <static-init>
596
+ # wrong constant name banner
597
+ # wrong constant name desc
598
+ # wrong constant name get_options_from_invocations
599
+ # wrong constant name handle_argument_error
600
+ # wrong constant name help
601
+ # wrong constant name invocation_blocks
602
+ # wrong constant name invocations
603
+ # wrong constant name invoke
604
+ # wrong constant name invoke_from_option
605
+ # wrong constant name printable_commands
606
+ # wrong constant name printable_tasks
607
+ # wrong constant name remove_invocation
608
+ # wrong constant name self_command
609
+ # wrong constant name self_task
610
+ # uninitialized constant Bundler::Thor::HiddenCommand::FILE_REGEXP
611
+ # wrong constant name <static-init>
612
+ # wrong constant name <Class:ClassMethods>
613
+ # wrong constant name _parse_initialization_options
614
+ # wrong constant name _retrieve_class_and_command
615
+ # wrong constant name _retrieve_class_and_task
616
+ # wrong constant name _shared_configuration
617
+ # wrong constant name current_command_chain
618
+ # wrong constant name initialize
619
+ # wrong constant name invoke
620
+ # wrong constant name invoke_all
621
+ # wrong constant name invoke_command
622
+ # wrong constant name invoke_task
623
+ # wrong constant name invoke_with_padding
624
+ # wrong constant name prepare_for_invocation
625
+ # wrong constant name <static-init>
626
+ # wrong constant name <static-init>
627
+ # wrong constant name included
628
+ # wrong constant name <static-init>
629
+ # wrong constant name <Class:Basic>
630
+ # wrong constant name <Class:Readline>
631
+ # wrong constant name initialize
632
+ # wrong constant name options
633
+ # wrong constant name prompt
634
+ # wrong constant name readline
635
+ # wrong constant name <static-init>
636
+ # wrong constant name available?
637
+ # wrong constant name <Class:PathCompletion>
638
+ # wrong constant name initialize
639
+ # wrong constant name matches
640
+ # wrong constant name <static-init>
641
+ # wrong constant name <static-init>
642
+ # wrong constant name <static-init>
643
+ # wrong constant name best_available
644
+ # wrong constant name readline
645
+ # wrong constant name <static-init>
646
+ # wrong constant name enter
647
+ # wrong constant name entered?
648
+ # wrong constant name <static-init>
649
+ # wrong constant name initialize
650
+ # wrong constant name <static-init>
651
+ # wrong constant name aliases
652
+ # wrong constant name array?
653
+ # wrong constant name boolean?
654
+ # wrong constant name dasherize
655
+ # wrong constant name dasherized?
656
+ # wrong constant name group
657
+ # wrong constant name hash?
658
+ # wrong constant name hide
659
+ # wrong constant name lazy_default
660
+ # wrong constant name numeric?
661
+ # wrong constant name repeatable
662
+ # wrong constant name string?
663
+ # wrong constant name switch_name
664
+ # wrong constant name undasherize
665
+ # wrong constant name usage
666
+ # wrong constant name validate_default_type!
667
+ # wrong constant name <static-init>
668
+ # wrong constant name parse
669
+ # uninitialized constant Bundler::Thor::Options::NUMERIC
670
+ # Did you mean? Numeric
671
+ # wrong constant name assign_result!
672
+ # wrong constant name check_unknown!
673
+ # wrong constant name current_is_switch?
674
+ # wrong constant name current_is_switch_formatted?
675
+ # wrong constant name initialize
676
+ # wrong constant name normalize_switch
677
+ # wrong constant name parse_boolean
678
+ # wrong constant name parse_peek
679
+ # wrong constant name parsing_options?
680
+ # wrong constant name switch?
681
+ # wrong constant name switch_option
682
+ # wrong constant name <static-init>
683
+ # wrong constant name to_switches
684
+ # uninitialized constant Bundler::Thor::RakeCompat::DEFAULT
685
+ # uninitialized constant Bundler::Thor::RakeCompat::LN_SUPPORTED
686
+ # uninitialized constant Bundler::Thor::RakeCompat::LOW_METHODS
687
+ # Did you mean? Bundler::Thor::RakeCompat::LowMethods
688
+ # uninitialized constant Bundler::Thor::RakeCompat::METHODS
689
+ # Did you mean? Method
690
+ # uninitialized constant Bundler::Thor::RakeCompat::OPT_TABLE
691
+ # uninitialized constant Bundler::Thor::RakeCompat::RUBY
692
+ # uninitialized constant Bundler::Thor::RakeCompat::VERSION
693
+ # Did you mean? Bundler::VERSION
694
+ # wrong constant name <static-init>
695
+ # wrong constant name included
696
+ # wrong constant name rake_classes
697
+ # wrong constant name <static-init>
698
+ # wrong constant name <static-init>
699
+ # wrong constant name <Class:Basic>
700
+ # wrong constant name <Class:Color>
701
+ # wrong constant name <Class:HTML>
702
+ # wrong constant name _shared_configuration
703
+ # wrong constant name ask
704
+ # wrong constant name error
705
+ # wrong constant name file_collision
706
+ # wrong constant name initialize
707
+ # wrong constant name no?
708
+ # wrong constant name print_in_columns
709
+ # wrong constant name print_table
710
+ # wrong constant name print_wrapped
711
+ # wrong constant name say
712
+ # wrong constant name say_status
713
+ # wrong constant name set_color
714
+ # wrong constant name shell
715
+ # wrong constant name shell=
716
+ # wrong constant name terminal_width
717
+ # wrong constant name with_padding
718
+ # wrong constant name yes?
719
+ # wrong constant name answer_match
720
+ # wrong constant name as_unicode
721
+ # wrong constant name ask
722
+ # wrong constant name ask_filtered
723
+ # wrong constant name ask_simply
724
+ # wrong constant name base
725
+ # wrong constant name base=
726
+ # wrong constant name can_display_colors?
727
+ # wrong constant name dynamic_width
728
+ # wrong constant name dynamic_width_stty
729
+ # wrong constant name dynamic_width_tput
730
+ # wrong constant name error
731
+ # wrong constant name file_collision
732
+ # wrong constant name file_collision_help
733
+ # wrong constant name git_merge_tool
734
+ # wrong constant name indent
735
+ # wrong constant name is?
736
+ # wrong constant name lookup_color
737
+ # wrong constant name merge
738
+ # wrong constant name merge_tool
739
+ # wrong constant name mute
740
+ # wrong constant name mute?
741
+ # wrong constant name no?
742
+ # wrong constant name padding
743
+ # wrong constant name padding=
744
+ # wrong constant name prepare_message
745
+ # wrong constant name print_in_columns
746
+ # wrong constant name print_table
747
+ # wrong constant name print_wrapped
748
+ # wrong constant name quiet?
749
+ # wrong constant name say
750
+ # wrong constant name say_status
751
+ # wrong constant name set_color
752
+ # wrong constant name show_diff
753
+ # wrong constant name stderr
754
+ # wrong constant name stdout
755
+ # wrong constant name terminal_width
756
+ # wrong constant name truncate
757
+ # wrong constant name unix?
758
+ # wrong constant name yes?
759
+ # wrong constant name <static-init>
760
+ # uninitialized constant Bundler::Thor::Shell::Color::DEFAULT_TERMINAL_WIDTH
761
+ # wrong constant name are_colors_disabled?
762
+ # wrong constant name diff_lcs_loaded?
763
+ # wrong constant name output_diff_line
764
+ # wrong constant name set_color
765
+ # wrong constant name <static-init>
766
+ # uninitialized constant Bundler::Thor::Shell::HTML::DEFAULT_TERMINAL_WIDTH
767
+ # wrong constant name ask
768
+ # wrong constant name diff_lcs_loaded?
769
+ # wrong constant name output_diff_line
770
+ # wrong constant name set_color
771
+ # wrong constant name <static-init>
772
+ # wrong constant name <static-init>
773
+ # wrong constant name <Class:SpellChecker>
774
+ # wrong constant name all_commands
775
+ # wrong constant name command
776
+ # wrong constant name initialize
777
+ # wrong constant name corrections
778
+ # wrong constant name error
779
+ # wrong constant name initialize
780
+ # wrong constant name spell_checker
781
+ # wrong constant name <static-init>
782
+ # wrong constant name <static-init>
783
+ # wrong constant name <Class:SpellChecker>
784
+ # wrong constant name initialize
785
+ # wrong constant name switches
786
+ # wrong constant name unknown
787
+ # wrong constant name corrections
788
+ # wrong constant name error
789
+ # wrong constant name initialize
790
+ # wrong constant name spell_checker
791
+ # wrong constant name <static-init>
792
+ # wrong constant name <static-init>
793
+ # wrong constant name <static-init>
794
+ # wrong constant name camel_case
795
+ # wrong constant name escape_globs
796
+ # wrong constant name escape_html
797
+ # wrong constant name find_by_namespace
798
+ # wrong constant name find_class_and_command_by_namespace
799
+ # wrong constant name find_class_and_task_by_namespace
800
+ # wrong constant name globs_for
801
+ # wrong constant name load_thorfile
802
+ # wrong constant name namespace_from_thor_class
803
+ # wrong constant name namespaces_in_content
804
+ # wrong constant name ruby_command
805
+ # wrong constant name snake_case
806
+ # wrong constant name thor_classes_in
807
+ # wrong constant name thor_root
808
+ # wrong constant name thor_root_glob
809
+ # wrong constant name user_home
810
+ # wrong constant name <static-init>
811
+ # wrong constant name banner
812
+ # wrong constant name check_unknown_options!
813
+ # wrong constant name command_help
814
+ # wrong constant name default_command
815
+ # wrong constant name default_task
816
+ # wrong constant name deprecation_warning
817
+ # wrong constant name desc
818
+ # wrong constant name disable_required_check
819
+ # wrong constant name disable_required_check!
820
+ # wrong constant name disable_required_check?
821
+ # wrong constant name dispatch
822
+ # wrong constant name dynamic_command_class
823
+ # wrong constant name find_command_possibilities
824
+ # wrong constant name find_task_possibilities
825
+ # wrong constant name help
826
+ # wrong constant name long_desc
827
+ # wrong constant name map
828
+ # wrong constant name method_option
829
+ # wrong constant name method_options
830
+ # wrong constant name normalize_command_name
831
+ # wrong constant name normalize_task_name
832
+ # wrong constant name option
833
+ # wrong constant name options
834
+ # wrong constant name package_name
835
+ # wrong constant name printable_commands
836
+ # wrong constant name printable_tasks
837
+ # wrong constant name register
838
+ # wrong constant name retrieve_command_name
839
+ # wrong constant name retrieve_task_name
840
+ # wrong constant name stop_on_unknown_option
841
+ # wrong constant name stop_on_unknown_option!
842
+ # wrong constant name stop_on_unknown_option?
843
+ # wrong constant name subcommand
844
+ # wrong constant name subcommand_classes
845
+ # wrong constant name subcommand_help
846
+ # wrong constant name subcommands
847
+ # wrong constant name subtask
848
+ # wrong constant name subtask_help
849
+ # wrong constant name subtasks
850
+ # wrong constant name task_help
851
+ # wrong constant name add_color
852
+ # wrong constant name ask
853
+ # wrong constant name confirm
854
+ # wrong constant name debug
855
+ # wrong constant name debug?
856
+ # wrong constant name error
857
+ # wrong constant name info
858
+ # wrong constant name initialize
859
+ # wrong constant name level
860
+ # wrong constant name level=
861
+ # wrong constant name no?
862
+ # wrong constant name quiet?
863
+ # wrong constant name shell=
864
+ # wrong constant name silence
865
+ # wrong constant name trace
866
+ # wrong constant name unprinted_warnings
867
+ # wrong constant name warn
868
+ # wrong constant name yes?
869
+ # wrong constant name <static-init>
870
+ # wrong constant name <Class:BadURIError>
871
+ # wrong constant name <Class:Error>
872
+ # wrong constant name <Class:Escape>
873
+ # wrong constant name <Class:FTP>
874
+ # wrong constant name <Class:File>
875
+ # wrong constant name <Class:Generic>
876
+ # wrong constant name <Class:HTTP>
877
+ # wrong constant name <Class:HTTPS>
878
+ # wrong constant name <Class:InvalidComponentError>
879
+ # wrong constant name <Class:InvalidURIError>
880
+ # wrong constant name <Class:LDAP>
881
+ # wrong constant name <Class:LDAPS>
882
+ # wrong constant name <Class:MailTo>
883
+ # wrong constant name <Class:RFC2396_Parser>
884
+ # wrong constant name <Class:RFC2396_REGEXP>
885
+ # wrong constant name <Class:RFC3986_Parser>
886
+ # wrong constant name <Class:Util>
887
+ # wrong constant name <static-init>
888
+ # wrong constant name <static-init>
889
+ # wrong constant name decode
890
+ # wrong constant name encode
891
+ # wrong constant name escape
892
+ # wrong constant name unescape
893
+ # wrong constant name <static-init>
894
+ # uninitialized constant Bundler::URI::FTP::ABS_PATH
895
+ # Did you mean? Bundler::URI::ABS_PATH
896
+ # uninitialized constant Bundler::URI::FTP::ABS_URI
897
+ # Did you mean? Bundler::URI::ABS_URI
898
+ # uninitialized constant Bundler::URI::FTP::ABS_URI_REF
899
+ # Did you mean? Bundler::URI::ABS_URI_REF
900
+ # uninitialized constant Bundler::URI::FTP::DEFAULT_PARSER
901
+ # Did you mean? Bundler::URI::FTP::DEFAULT_PORT
902
+ # Bundler::URI::DEFAULT_PARSER
903
+ # uninitialized constant Bundler::URI::FTP::ESCAPED
904
+ # Did you mean? Bundler::URI::FTP::Escape
905
+ # Bundler::URI::Escape
906
+ # Bundler::URI::ESCAPED
907
+ # uninitialized constant Bundler::URI::FTP::FRAGMENT
908
+ # Did you mean? Bundler::URI::FRAGMENT
909
+ # uninitialized constant Bundler::URI::FTP::HOST
910
+ # Did you mean? Bundler::URI::HOST
911
+ # uninitialized constant Bundler::URI::FTP::OPAQUE
912
+ # Did you mean? Bundler::URI::OPAQUE
913
+ # uninitialized constant Bundler::URI::FTP::PORT
914
+ # Did you mean? Bundler::URI::PORT
915
+ # uninitialized constant Bundler::URI::FTP::QUERY
916
+ # Did you mean? Bundler::URI::QUERY
917
+ # uninitialized constant Bundler::URI::FTP::REGISTRY
918
+ # Did you mean? Bundler::URI::REGISTRY
919
+ # uninitialized constant Bundler::URI::FTP::REL_PATH
920
+ # Did you mean? Bundler::URI::REL_PATH
921
+ # uninitialized constant Bundler::URI::FTP::REL_URI
922
+ # Did you mean? Bundler::URI::REL_URI
923
+ # uninitialized constant Bundler::URI::FTP::REL_URI_REF
924
+ # Did you mean? Bundler::URI::REL_URI_REF
925
+ # uninitialized constant Bundler::URI::FTP::RFC3986_PARSER
926
+ # Did you mean? Bundler::URI::FTP::RFC3986_Parser
927
+ # Bundler::URI::RFC3986_Parser
928
+ # Bundler::URI::RFC2396_Parser
929
+ # Bundler::URI::FTP::RFC2396_Parser
930
+ # Bundler::URI::RFC3986_PARSER
931
+ # uninitialized constant Bundler::URI::FTP::SCHEME
932
+ # Did you mean? Bundler::URI::SCHEME
933
+ # uninitialized constant Bundler::URI::FTP::TBLDECWWWCOMP_
934
+ # Did you mean? Bundler::URI::FTP::TBLENCWWWCOMP_
935
+ # Bundler::URI::TBLDECWWWCOMP_
936
+ # Bundler::URI::TBLENCWWWCOMP_
937
+ # uninitialized constant Bundler::URI::FTP::TBLENCWWWCOMP_
938
+ # Did you mean? Bundler::URI::FTP::TBLDECWWWCOMP_
939
+ # Bundler::URI::TBLDECWWWCOMP_
940
+ # Bundler::URI::TBLENCWWWCOMP_
941
+ # uninitialized constant Bundler::URI::FTP::UNSAFE
942
+ # Did you mean? Bundler::URI::UNSAFE
943
+ # uninitialized constant Bundler::URI::FTP::URI_REF
944
+ # Did you mean? Bundler::URI::URI_REF
945
+ # uninitialized constant Bundler::URI::FTP::USERINFO
946
+ # Did you mean? Bundler::URI::USERINFO
947
+ # uninitialized constant Bundler::URI::FTP::USE_REGISTRY
948
+ # uninitialized constant Bundler::URI::FTP::VERSION
949
+ # Did you mean? Bundler::URI::VERSION
950
+ # Bundler::VERSION
951
+ # uninitialized constant Bundler::URI::FTP::VERSION_CODE
952
+ # Did you mean? Bundler::URI::VERSION_CODE
953
+ # uninitialized constant Bundler::URI::FTP::WEB_ENCODINGS_
954
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
955
+ # wrong constant name set_typecode
956
+ # wrong constant name typecode
957
+ # wrong constant name typecode=
958
+ # wrong constant name <static-init>
959
+ # wrong constant name new2
960
+ # uninitialized constant Bundler::URI::File::ABS_PATH
961
+ # Did you mean? Bundler::URI::ABS_PATH
962
+ # uninitialized constant Bundler::URI::File::ABS_URI
963
+ # Did you mean? Bundler::URI::ABS_URI
964
+ # uninitialized constant Bundler::URI::File::ABS_URI_REF
965
+ # Did you mean? Bundler::URI::ABS_URI_REF
966
+ # uninitialized constant Bundler::URI::File::DEFAULT_PARSER
967
+ # Did you mean? Bundler::URI::File::DEFAULT_PORT
968
+ # Bundler::URI::DEFAULT_PARSER
969
+ # uninitialized constant Bundler::URI::File::ESCAPED
970
+ # Did you mean? Bundler::URI::File::Escape
971
+ # Bundler::URI::Escape
972
+ # Bundler::URI::ESCAPED
973
+ # uninitialized constant Bundler::URI::File::FRAGMENT
974
+ # Did you mean? Bundler::URI::FRAGMENT
975
+ # uninitialized constant Bundler::URI::File::HOST
976
+ # Did you mean? Bundler::URI::HOST
977
+ # uninitialized constant Bundler::URI::File::OPAQUE
978
+ # Did you mean? Bundler::URI::OPAQUE
979
+ # uninitialized constant Bundler::URI::File::PORT
980
+ # Did you mean? Bundler::URI::PORT
981
+ # uninitialized constant Bundler::URI::File::QUERY
982
+ # Did you mean? Bundler::URI::QUERY
983
+ # uninitialized constant Bundler::URI::File::REGISTRY
984
+ # Did you mean? Bundler::URI::REGISTRY
985
+ # uninitialized constant Bundler::URI::File::REL_PATH
986
+ # Did you mean? Bundler::URI::REL_PATH
987
+ # uninitialized constant Bundler::URI::File::REL_URI
988
+ # Did you mean? Bundler::URI::REL_URI
989
+ # uninitialized constant Bundler::URI::File::REL_URI_REF
990
+ # Did you mean? Bundler::URI::REL_URI_REF
991
+ # uninitialized constant Bundler::URI::File::RFC3986_PARSER
992
+ # Did you mean? Bundler::URI::File::RFC3986_Parser
993
+ # Bundler::URI::RFC3986_Parser
994
+ # Bundler::URI::RFC2396_Parser
995
+ # Bundler::URI::File::RFC2396_Parser
996
+ # Bundler::URI::RFC3986_PARSER
997
+ # uninitialized constant Bundler::URI::File::SCHEME
998
+ # Did you mean? Bundler::URI::SCHEME
999
+ # uninitialized constant Bundler::URI::File::TBLDECWWWCOMP_
1000
+ # Did you mean? Bundler::URI::File::TBLENCWWWCOMP_
1001
+ # Bundler::URI::TBLDECWWWCOMP_
1002
+ # Bundler::URI::TBLENCWWWCOMP_
1003
+ # uninitialized constant Bundler::URI::File::TBLENCWWWCOMP_
1004
+ # Did you mean? Bundler::URI::File::TBLDECWWWCOMP_
1005
+ # Bundler::URI::TBLDECWWWCOMP_
1006
+ # Bundler::URI::TBLENCWWWCOMP_
1007
+ # uninitialized constant Bundler::URI::File::UNSAFE
1008
+ # Did you mean? Bundler::URI::UNSAFE
1009
+ # uninitialized constant Bundler::URI::File::URI_REF
1010
+ # Did you mean? Bundler::URI::URI_REF
1011
+ # uninitialized constant Bundler::URI::File::USERINFO
1012
+ # Did you mean? Bundler::URI::USERINFO
1013
+ # uninitialized constant Bundler::URI::File::USE_REGISTRY
1014
+ # uninitialized constant Bundler::URI::File::VERSION
1015
+ # Did you mean? Bundler::URI::VERSION
1016
+ # Bundler::VERSION
1017
+ # uninitialized constant Bundler::URI::File::VERSION_CODE
1018
+ # Did you mean? Bundler::URI::VERSION_CODE
1019
+ # uninitialized constant Bundler::URI::File::WEB_ENCODINGS_
1020
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1021
+ # wrong constant name check_password
1022
+ # wrong constant name check_user
1023
+ # wrong constant name check_userinfo
1024
+ # wrong constant name set_userinfo
1025
+ # wrong constant name <static-init>
1026
+ # wrong constant name +
1027
+ # wrong constant name -
1028
+ # wrong constant name ==
1029
+ # uninitialized constant Bundler::URI::Generic::ABS_PATH
1030
+ # Did you mean? Bundler::URI::ABS_PATH
1031
+ # uninitialized constant Bundler::URI::Generic::ABS_URI
1032
+ # Did you mean? Bundler::URI::ABS_URI
1033
+ # uninitialized constant Bundler::URI::Generic::ABS_URI_REF
1034
+ # Did you mean? Bundler::URI::ABS_URI_REF
1035
+ # uninitialized constant Bundler::URI::Generic::DEFAULT_PARSER
1036
+ # Did you mean? Bundler::URI::Generic::DEFAULT_PORT
1037
+ # Bundler::URI::DEFAULT_PARSER
1038
+ # uninitialized constant Bundler::URI::Generic::ESCAPED
1039
+ # Did you mean? Bundler::URI::Generic::Escape
1040
+ # Bundler::URI::Escape
1041
+ # Bundler::URI::ESCAPED
1042
+ # uninitialized constant Bundler::URI::Generic::FRAGMENT
1043
+ # Did you mean? Bundler::URI::FRAGMENT
1044
+ # uninitialized constant Bundler::URI::Generic::HOST
1045
+ # Did you mean? Bundler::URI::HOST
1046
+ # uninitialized constant Bundler::URI::Generic::OPAQUE
1047
+ # Did you mean? Bundler::URI::OPAQUE
1048
+ # uninitialized constant Bundler::URI::Generic::PORT
1049
+ # Did you mean? Bundler::URI::PORT
1050
+ # uninitialized constant Bundler::URI::Generic::QUERY
1051
+ # Did you mean? Bundler::URI::QUERY
1052
+ # uninitialized constant Bundler::URI::Generic::REGISTRY
1053
+ # Did you mean? Bundler::URI::REGISTRY
1054
+ # uninitialized constant Bundler::URI::Generic::REL_PATH
1055
+ # Did you mean? Bundler::URI::REL_PATH
1056
+ # uninitialized constant Bundler::URI::Generic::REL_URI
1057
+ # Did you mean? Bundler::URI::REL_URI
1058
+ # uninitialized constant Bundler::URI::Generic::REL_URI_REF
1059
+ # Did you mean? Bundler::URI::REL_URI_REF
1060
+ # uninitialized constant Bundler::URI::Generic::RFC3986_PARSER
1061
+ # Did you mean? Bundler::URI::Generic::RFC3986_Parser
1062
+ # Bundler::URI::RFC3986_Parser
1063
+ # Bundler::URI::RFC2396_Parser
1064
+ # Bundler::URI::Generic::RFC2396_Parser
1065
+ # Bundler::URI::RFC3986_PARSER
1066
+ # uninitialized constant Bundler::URI::Generic::SCHEME
1067
+ # Did you mean? Bundler::URI::SCHEME
1068
+ # uninitialized constant Bundler::URI::Generic::TBLDECWWWCOMP_
1069
+ # Did you mean? Bundler::URI::Generic::TBLENCWWWCOMP_
1070
+ # Bundler::URI::TBLDECWWWCOMP_
1071
+ # Bundler::URI::TBLENCWWWCOMP_
1072
+ # uninitialized constant Bundler::URI::Generic::TBLENCWWWCOMP_
1073
+ # Did you mean? Bundler::URI::Generic::TBLDECWWWCOMP_
1074
+ # Bundler::URI::TBLDECWWWCOMP_
1075
+ # Bundler::URI::TBLENCWWWCOMP_
1076
+ # uninitialized constant Bundler::URI::Generic::UNSAFE
1077
+ # Did you mean? Bundler::URI::UNSAFE
1078
+ # uninitialized constant Bundler::URI::Generic::URI_REF
1079
+ # Did you mean? Bundler::URI::URI_REF
1080
+ # uninitialized constant Bundler::URI::Generic::USERINFO
1081
+ # Did you mean? Bundler::URI::USERINFO
1082
+ # uninitialized constant Bundler::URI::Generic::VERSION
1083
+ # Did you mean? Bundler::URI::VERSION
1084
+ # Bundler::VERSION
1085
+ # uninitialized constant Bundler::URI::Generic::VERSION_CODE
1086
+ # Did you mean? Bundler::URI::VERSION_CODE
1087
+ # uninitialized constant Bundler::URI::Generic::WEB_ENCODINGS_
1088
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1089
+ # wrong constant name absolute
1090
+ # wrong constant name absolute?
1091
+ # wrong constant name coerce
1092
+ # wrong constant name component
1093
+ # wrong constant name component_ary
1094
+ # wrong constant name default_port
1095
+ # wrong constant name eql?
1096
+ # wrong constant name find_proxy
1097
+ # wrong constant name fragment
1098
+ # wrong constant name fragment=
1099
+ # wrong constant name hierarchical?
1100
+ # wrong constant name host
1101
+ # wrong constant name host=
1102
+ # wrong constant name hostname
1103
+ # wrong constant name hostname=
1104
+ # wrong constant name initialize
1105
+ # wrong constant name merge
1106
+ # wrong constant name merge!
1107
+ # wrong constant name normalize
1108
+ # wrong constant name normalize!
1109
+ # wrong constant name opaque
1110
+ # wrong constant name opaque=
1111
+ # wrong constant name parser
1112
+ # wrong constant name password
1113
+ # wrong constant name password=
1114
+ # wrong constant name path
1115
+ # wrong constant name path=
1116
+ # wrong constant name port
1117
+ # wrong constant name port=
1118
+ # wrong constant name query
1119
+ # wrong constant name query=
1120
+ # wrong constant name registry
1121
+ # wrong constant name registry=
1122
+ # wrong constant name relative?
1123
+ # wrong constant name route_from
1124
+ # wrong constant name route_to
1125
+ # wrong constant name scheme
1126
+ # wrong constant name scheme=
1127
+ # wrong constant name select
1128
+ # wrong constant name set_host
1129
+ # wrong constant name set_opaque
1130
+ # wrong constant name set_password
1131
+ # wrong constant name set_path
1132
+ # wrong constant name set_port
1133
+ # wrong constant name set_registry
1134
+ # wrong constant name set_scheme
1135
+ # wrong constant name set_user
1136
+ # wrong constant name set_userinfo
1137
+ # wrong constant name user
1138
+ # wrong constant name user=
1139
+ # wrong constant name userinfo
1140
+ # wrong constant name userinfo=
1141
+ # wrong constant name <static-init>
1142
+ # wrong constant name build
1143
+ # wrong constant name build2
1144
+ # wrong constant name component
1145
+ # wrong constant name default_port
1146
+ # wrong constant name use_proxy?
1147
+ # wrong constant name use_registry
1148
+ # uninitialized constant Bundler::URI::HTTP::ABS_PATH
1149
+ # Did you mean? Bundler::URI::ABS_PATH
1150
+ # uninitialized constant Bundler::URI::HTTP::ABS_URI
1151
+ # Did you mean? Bundler::URI::ABS_URI
1152
+ # uninitialized constant Bundler::URI::HTTP::ABS_URI_REF
1153
+ # Did you mean? Bundler::URI::ABS_URI_REF
1154
+ # uninitialized constant Bundler::URI::HTTP::DEFAULT_PARSER
1155
+ # Did you mean? Bundler::URI::HTTP::DEFAULT_PORT
1156
+ # Bundler::URI::DEFAULT_PARSER
1157
+ # uninitialized constant Bundler::URI::HTTP::ESCAPED
1158
+ # Did you mean? Bundler::URI::HTTP::Escape
1159
+ # Bundler::URI::Escape
1160
+ # Bundler::URI::ESCAPED
1161
+ # uninitialized constant Bundler::URI::HTTP::FRAGMENT
1162
+ # Did you mean? Bundler::URI::FRAGMENT
1163
+ # uninitialized constant Bundler::URI::HTTP::HOST
1164
+ # Did you mean? Bundler::URI::HOST
1165
+ # uninitialized constant Bundler::URI::HTTP::OPAQUE
1166
+ # Did you mean? Bundler::URI::OPAQUE
1167
+ # uninitialized constant Bundler::URI::HTTP::PORT
1168
+ # Did you mean? Bundler::URI::PORT
1169
+ # uninitialized constant Bundler::URI::HTTP::QUERY
1170
+ # Did you mean? Bundler::URI::QUERY
1171
+ # uninitialized constant Bundler::URI::HTTP::REGISTRY
1172
+ # Did you mean? Bundler::URI::REGISTRY
1173
+ # uninitialized constant Bundler::URI::HTTP::REL_PATH
1174
+ # Did you mean? Bundler::URI::REL_PATH
1175
+ # uninitialized constant Bundler::URI::HTTP::REL_URI
1176
+ # Did you mean? Bundler::URI::REL_URI
1177
+ # uninitialized constant Bundler::URI::HTTP::REL_URI_REF
1178
+ # Did you mean? Bundler::URI::REL_URI_REF
1179
+ # uninitialized constant Bundler::URI::HTTP::RFC3986_PARSER
1180
+ # Did you mean? Bundler::URI::HTTP::RFC3986_Parser
1181
+ # Bundler::URI::RFC3986_Parser
1182
+ # Bundler::URI::RFC2396_Parser
1183
+ # Bundler::URI::HTTP::RFC2396_Parser
1184
+ # Bundler::URI::RFC3986_PARSER
1185
+ # uninitialized constant Bundler::URI::HTTP::SCHEME
1186
+ # Did you mean? Bundler::URI::SCHEME
1187
+ # uninitialized constant Bundler::URI::HTTP::TBLDECWWWCOMP_
1188
+ # Did you mean? Bundler::URI::HTTP::TBLENCWWWCOMP_
1189
+ # Bundler::URI::TBLDECWWWCOMP_
1190
+ # Bundler::URI::TBLENCWWWCOMP_
1191
+ # uninitialized constant Bundler::URI::HTTP::TBLENCWWWCOMP_
1192
+ # Did you mean? Bundler::URI::HTTP::TBLDECWWWCOMP_
1193
+ # Bundler::URI::TBLDECWWWCOMP_
1194
+ # Bundler::URI::TBLENCWWWCOMP_
1195
+ # uninitialized constant Bundler::URI::HTTP::UNSAFE
1196
+ # Did you mean? Bundler::URI::UNSAFE
1197
+ # uninitialized constant Bundler::URI::HTTP::URI_REF
1198
+ # Did you mean? Bundler::URI::URI_REF
1199
+ # uninitialized constant Bundler::URI::HTTP::USERINFO
1200
+ # Did you mean? Bundler::URI::USERINFO
1201
+ # uninitialized constant Bundler::URI::HTTP::USE_REGISTRY
1202
+ # uninitialized constant Bundler::URI::HTTP::VERSION
1203
+ # Did you mean? Bundler::URI::VERSION
1204
+ # Bundler::VERSION
1205
+ # uninitialized constant Bundler::URI::HTTP::VERSION_CODE
1206
+ # Did you mean? Bundler::URI::VERSION_CODE
1207
+ # uninitialized constant Bundler::URI::HTTP::WEB_ENCODINGS_
1208
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1209
+ # wrong constant name request_uri
1210
+ # wrong constant name <static-init>
1211
+ # uninitialized constant Bundler::URI::HTTPS::ABS_PATH
1212
+ # Did you mean? Bundler::URI::ABS_PATH
1213
+ # uninitialized constant Bundler::URI::HTTPS::ABS_URI
1214
+ # Did you mean? Bundler::URI::ABS_URI
1215
+ # uninitialized constant Bundler::URI::HTTPS::ABS_URI_REF
1216
+ # Did you mean? Bundler::URI::ABS_URI_REF
1217
+ # uninitialized constant Bundler::URI::HTTPS::COMPONENT
1218
+ # uninitialized constant Bundler::URI::HTTPS::DEFAULT_PARSER
1219
+ # Did you mean? Bundler::URI::HTTPS::DEFAULT_PORT
1220
+ # Bundler::URI::DEFAULT_PARSER
1221
+ # uninitialized constant Bundler::URI::HTTPS::ESCAPED
1222
+ # Did you mean? Bundler::URI::HTTPS::Escape
1223
+ # Bundler::URI::Escape
1224
+ # Bundler::URI::ESCAPED
1225
+ # uninitialized constant Bundler::URI::HTTPS::FRAGMENT
1226
+ # Did you mean? Bundler::URI::FRAGMENT
1227
+ # uninitialized constant Bundler::URI::HTTPS::HOST
1228
+ # Did you mean? Bundler::URI::HOST
1229
+ # uninitialized constant Bundler::URI::HTTPS::OPAQUE
1230
+ # Did you mean? Bundler::URI::OPAQUE
1231
+ # uninitialized constant Bundler::URI::HTTPS::PORT
1232
+ # Did you mean? Bundler::URI::PORT
1233
+ # uninitialized constant Bundler::URI::HTTPS::QUERY
1234
+ # Did you mean? Bundler::URI::QUERY
1235
+ # uninitialized constant Bundler::URI::HTTPS::REGISTRY
1236
+ # Did you mean? Bundler::URI::REGISTRY
1237
+ # uninitialized constant Bundler::URI::HTTPS::REL_PATH
1238
+ # Did you mean? Bundler::URI::REL_PATH
1239
+ # uninitialized constant Bundler::URI::HTTPS::REL_URI
1240
+ # Did you mean? Bundler::URI::REL_URI
1241
+ # uninitialized constant Bundler::URI::HTTPS::REL_URI_REF
1242
+ # Did you mean? Bundler::URI::REL_URI_REF
1243
+ # uninitialized constant Bundler::URI::HTTPS::RFC3986_PARSER
1244
+ # Did you mean? Bundler::URI::HTTPS::RFC3986_Parser
1245
+ # Bundler::URI::RFC3986_Parser
1246
+ # Bundler::URI::RFC2396_Parser
1247
+ # Bundler::URI::HTTPS::RFC2396_Parser
1248
+ # Bundler::URI::RFC3986_PARSER
1249
+ # uninitialized constant Bundler::URI::HTTPS::SCHEME
1250
+ # Did you mean? Bundler::URI::SCHEME
1251
+ # uninitialized constant Bundler::URI::HTTPS::TBLDECWWWCOMP_
1252
+ # Did you mean? Bundler::URI::HTTPS::TBLENCWWWCOMP_
1253
+ # Bundler::URI::TBLDECWWWCOMP_
1254
+ # Bundler::URI::TBLENCWWWCOMP_
1255
+ # uninitialized constant Bundler::URI::HTTPS::TBLENCWWWCOMP_
1256
+ # Did you mean? Bundler::URI::HTTPS::TBLDECWWWCOMP_
1257
+ # Bundler::URI::TBLDECWWWCOMP_
1258
+ # Bundler::URI::TBLENCWWWCOMP_
1259
+ # uninitialized constant Bundler::URI::HTTPS::UNSAFE
1260
+ # Did you mean? Bundler::URI::UNSAFE
1261
+ # uninitialized constant Bundler::URI::HTTPS::URI_REF
1262
+ # Did you mean? Bundler::URI::URI_REF
1263
+ # uninitialized constant Bundler::URI::HTTPS::USERINFO
1264
+ # Did you mean? Bundler::URI::USERINFO
1265
+ # uninitialized constant Bundler::URI::HTTPS::USE_REGISTRY
1266
+ # uninitialized constant Bundler::URI::HTTPS::VERSION
1267
+ # Did you mean? Bundler::URI::VERSION
1268
+ # Bundler::VERSION
1269
+ # uninitialized constant Bundler::URI::HTTPS::VERSION_CODE
1270
+ # Did you mean? Bundler::URI::VERSION_CODE
1271
+ # uninitialized constant Bundler::URI::HTTPS::WEB_ENCODINGS_
1272
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1273
+ # wrong constant name <static-init>
1274
+ # wrong constant name <static-init>
1275
+ # wrong constant name <static-init>
1276
+ # uninitialized constant Bundler::URI::LDAP::ABS_PATH
1277
+ # Did you mean? Bundler::URI::ABS_PATH
1278
+ # uninitialized constant Bundler::URI::LDAP::ABS_URI
1279
+ # Did you mean? Bundler::URI::ABS_URI
1280
+ # uninitialized constant Bundler::URI::LDAP::ABS_URI_REF
1281
+ # Did you mean? Bundler::URI::ABS_URI_REF
1282
+ # uninitialized constant Bundler::URI::LDAP::DEFAULT_PARSER
1283
+ # Did you mean? Bundler::URI::LDAP::DEFAULT_PORT
1284
+ # Bundler::URI::DEFAULT_PARSER
1285
+ # uninitialized constant Bundler::URI::LDAP::ESCAPED
1286
+ # Did you mean? Bundler::URI::LDAP::Escape
1287
+ # Bundler::URI::Escape
1288
+ # Bundler::URI::ESCAPED
1289
+ # uninitialized constant Bundler::URI::LDAP::FRAGMENT
1290
+ # Did you mean? Bundler::URI::FRAGMENT
1291
+ # uninitialized constant Bundler::URI::LDAP::HOST
1292
+ # Did you mean? Bundler::URI::HOST
1293
+ # uninitialized constant Bundler::URI::LDAP::OPAQUE
1294
+ # Did you mean? Bundler::URI::OPAQUE
1295
+ # uninitialized constant Bundler::URI::LDAP::PORT
1296
+ # Did you mean? Bundler::URI::PORT
1297
+ # uninitialized constant Bundler::URI::LDAP::QUERY
1298
+ # Did you mean? Bundler::URI::QUERY
1299
+ # uninitialized constant Bundler::URI::LDAP::REGISTRY
1300
+ # Did you mean? Bundler::URI::REGISTRY
1301
+ # uninitialized constant Bundler::URI::LDAP::REL_PATH
1302
+ # Did you mean? Bundler::URI::REL_PATH
1303
+ # uninitialized constant Bundler::URI::LDAP::REL_URI
1304
+ # Did you mean? Bundler::URI::REL_URI
1305
+ # uninitialized constant Bundler::URI::LDAP::REL_URI_REF
1306
+ # Did you mean? Bundler::URI::REL_URI_REF
1307
+ # uninitialized constant Bundler::URI::LDAP::RFC3986_PARSER
1308
+ # Did you mean? Bundler::URI::LDAP::RFC3986_Parser
1309
+ # Bundler::URI::RFC3986_Parser
1310
+ # Bundler::URI::RFC2396_Parser
1311
+ # Bundler::URI::LDAP::RFC2396_Parser
1312
+ # Bundler::URI::RFC3986_PARSER
1313
+ # uninitialized constant Bundler::URI::LDAP::SCHEME
1314
+ # Did you mean? Bundler::URI::SCHEME
1315
+ # uninitialized constant Bundler::URI::LDAP::TBLDECWWWCOMP_
1316
+ # Did you mean? Bundler::URI::LDAP::TBLENCWWWCOMP_
1317
+ # Bundler::URI::TBLDECWWWCOMP_
1318
+ # Bundler::URI::TBLENCWWWCOMP_
1319
+ # uninitialized constant Bundler::URI::LDAP::TBLENCWWWCOMP_
1320
+ # Did you mean? Bundler::URI::LDAP::TBLDECWWWCOMP_
1321
+ # Bundler::URI::TBLDECWWWCOMP_
1322
+ # Bundler::URI::TBLENCWWWCOMP_
1323
+ # uninitialized constant Bundler::URI::LDAP::UNSAFE
1324
+ # Did you mean? Bundler::URI::UNSAFE
1325
+ # uninitialized constant Bundler::URI::LDAP::URI_REF
1326
+ # Did you mean? Bundler::URI::URI_REF
1327
+ # uninitialized constant Bundler::URI::LDAP::USERINFO
1328
+ # Did you mean? Bundler::URI::USERINFO
1329
+ # uninitialized constant Bundler::URI::LDAP::USE_REGISTRY
1330
+ # uninitialized constant Bundler::URI::LDAP::VERSION
1331
+ # Did you mean? Bundler::URI::VERSION
1332
+ # Bundler::VERSION
1333
+ # uninitialized constant Bundler::URI::LDAP::VERSION_CODE
1334
+ # Did you mean? Bundler::URI::VERSION_CODE
1335
+ # uninitialized constant Bundler::URI::LDAP::WEB_ENCODINGS_
1336
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1337
+ # wrong constant name attributes
1338
+ # wrong constant name attributes=
1339
+ # wrong constant name dn
1340
+ # wrong constant name dn=
1341
+ # wrong constant name extensions
1342
+ # wrong constant name extensions=
1343
+ # wrong constant name filter
1344
+ # wrong constant name filter=
1345
+ # wrong constant name initialize
1346
+ # wrong constant name scope
1347
+ # wrong constant name scope=
1348
+ # wrong constant name set_attributes
1349
+ # wrong constant name set_dn
1350
+ # wrong constant name set_extensions
1351
+ # wrong constant name set_filter
1352
+ # wrong constant name set_scope
1353
+ # wrong constant name <static-init>
1354
+ # uninitialized constant Bundler::URI::LDAPS::ABS_PATH
1355
+ # Did you mean? Bundler::URI::ABS_PATH
1356
+ # uninitialized constant Bundler::URI::LDAPS::ABS_URI
1357
+ # Did you mean? Bundler::URI::ABS_URI
1358
+ # uninitialized constant Bundler::URI::LDAPS::ABS_URI_REF
1359
+ # Did you mean? Bundler::URI::ABS_URI_REF
1360
+ # uninitialized constant Bundler::URI::LDAPS::COMPONENT
1361
+ # uninitialized constant Bundler::URI::LDAPS::DEFAULT_PARSER
1362
+ # Did you mean? Bundler::URI::LDAPS::DEFAULT_PORT
1363
+ # Bundler::URI::DEFAULT_PARSER
1364
+ # uninitialized constant Bundler::URI::LDAPS::ESCAPED
1365
+ # Did you mean? Bundler::URI::LDAPS::Escape
1366
+ # Bundler::URI::Escape
1367
+ # Bundler::URI::ESCAPED
1368
+ # uninitialized constant Bundler::URI::LDAPS::FRAGMENT
1369
+ # Did you mean? Bundler::URI::FRAGMENT
1370
+ # uninitialized constant Bundler::URI::LDAPS::HOST
1371
+ # Did you mean? Bundler::URI::HOST
1372
+ # uninitialized constant Bundler::URI::LDAPS::OPAQUE
1373
+ # Did you mean? Bundler::URI::OPAQUE
1374
+ # uninitialized constant Bundler::URI::LDAPS::PORT
1375
+ # Did you mean? Bundler::URI::PORT
1376
+ # uninitialized constant Bundler::URI::LDAPS::QUERY
1377
+ # Did you mean? Bundler::URI::QUERY
1378
+ # uninitialized constant Bundler::URI::LDAPS::REGISTRY
1379
+ # Did you mean? Bundler::URI::REGISTRY
1380
+ # uninitialized constant Bundler::URI::LDAPS::REL_PATH
1381
+ # Did you mean? Bundler::URI::REL_PATH
1382
+ # uninitialized constant Bundler::URI::LDAPS::REL_URI
1383
+ # Did you mean? Bundler::URI::REL_URI
1384
+ # uninitialized constant Bundler::URI::LDAPS::REL_URI_REF
1385
+ # Did you mean? Bundler::URI::REL_URI_REF
1386
+ # uninitialized constant Bundler::URI::LDAPS::RFC3986_PARSER
1387
+ # Did you mean? Bundler::URI::LDAPS::RFC3986_Parser
1388
+ # Bundler::URI::RFC3986_Parser
1389
+ # Bundler::URI::RFC2396_Parser
1390
+ # Bundler::URI::LDAPS::RFC2396_Parser
1391
+ # Bundler::URI::RFC3986_PARSER
1392
+ # uninitialized constant Bundler::URI::LDAPS::SCHEME
1393
+ # Did you mean? Bundler::URI::SCHEME
1394
+ # uninitialized constant Bundler::URI::LDAPS::SCOPE
1395
+ # uninitialized constant Bundler::URI::LDAPS::SCOPE_BASE
1396
+ # Did you mean? Bundler::URI::LDAPS::SCOPE_ONE
1397
+ # uninitialized constant Bundler::URI::LDAPS::SCOPE_ONE
1398
+ # Did you mean? Bundler::URI::LDAPS::SCOPE_SUB
1399
+ # Bundler::URI::LDAPS::SCOPE_BASE
1400
+ # uninitialized constant Bundler::URI::LDAPS::SCOPE_SUB
1401
+ # Did you mean? Bundler::URI::LDAPS::SCOPE_ONE
1402
+ # uninitialized constant Bundler::URI::LDAPS::TBLDECWWWCOMP_
1403
+ # Did you mean? Bundler::URI::LDAPS::TBLENCWWWCOMP_
1404
+ # Bundler::URI::TBLDECWWWCOMP_
1405
+ # Bundler::URI::TBLENCWWWCOMP_
1406
+ # uninitialized constant Bundler::URI::LDAPS::TBLENCWWWCOMP_
1407
+ # Did you mean? Bundler::URI::LDAPS::TBLDECWWWCOMP_
1408
+ # Bundler::URI::TBLDECWWWCOMP_
1409
+ # Bundler::URI::TBLENCWWWCOMP_
1410
+ # uninitialized constant Bundler::URI::LDAPS::UNSAFE
1411
+ # Did you mean? Bundler::URI::UNSAFE
1412
+ # uninitialized constant Bundler::URI::LDAPS::URI_REF
1413
+ # Did you mean? Bundler::URI::URI_REF
1414
+ # uninitialized constant Bundler::URI::LDAPS::USERINFO
1415
+ # Did you mean? Bundler::URI::USERINFO
1416
+ # uninitialized constant Bundler::URI::LDAPS::USE_REGISTRY
1417
+ # uninitialized constant Bundler::URI::LDAPS::VERSION
1418
+ # Did you mean? Bundler::URI::VERSION
1419
+ # Bundler::VERSION
1420
+ # uninitialized constant Bundler::URI::LDAPS::VERSION_CODE
1421
+ # Did you mean? Bundler::URI::VERSION_CODE
1422
+ # uninitialized constant Bundler::URI::LDAPS::WEB_ENCODINGS_
1423
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1424
+ # wrong constant name <static-init>
1425
+ # uninitialized constant Bundler::URI::MailTo::ABS_PATH
1426
+ # Did you mean? Bundler::URI::ABS_PATH
1427
+ # uninitialized constant Bundler::URI::MailTo::ABS_URI
1428
+ # Did you mean? Bundler::URI::ABS_URI
1429
+ # uninitialized constant Bundler::URI::MailTo::ABS_URI_REF
1430
+ # Did you mean? Bundler::URI::ABS_URI_REF
1431
+ # uninitialized constant Bundler::URI::MailTo::DEFAULT_PARSER
1432
+ # Did you mean? Bundler::URI::MailTo::DEFAULT_PORT
1433
+ # Bundler::URI::DEFAULT_PARSER
1434
+ # uninitialized constant Bundler::URI::MailTo::ESCAPED
1435
+ # Did you mean? Bundler::URI::MailTo::Escape
1436
+ # Bundler::URI::Escape
1437
+ # Bundler::URI::ESCAPED
1438
+ # uninitialized constant Bundler::URI::MailTo::FRAGMENT
1439
+ # Did you mean? Bundler::URI::FRAGMENT
1440
+ # uninitialized constant Bundler::URI::MailTo::HOST
1441
+ # Did you mean? Bundler::URI::HOST
1442
+ # uninitialized constant Bundler::URI::MailTo::OPAQUE
1443
+ # Did you mean? Bundler::URI::OPAQUE
1444
+ # uninitialized constant Bundler::URI::MailTo::PORT
1445
+ # Did you mean? Bundler::URI::PORT
1446
+ # uninitialized constant Bundler::URI::MailTo::QUERY
1447
+ # Did you mean? Bundler::URI::QUERY
1448
+ # uninitialized constant Bundler::URI::MailTo::REGISTRY
1449
+ # Did you mean? Bundler::URI::REGISTRY
1450
+ # uninitialized constant Bundler::URI::MailTo::REL_PATH
1451
+ # Did you mean? Bundler::URI::REL_PATH
1452
+ # uninitialized constant Bundler::URI::MailTo::REL_URI
1453
+ # Did you mean? Bundler::URI::REL_URI
1454
+ # uninitialized constant Bundler::URI::MailTo::REL_URI_REF
1455
+ # Did you mean? Bundler::URI::REL_URI_REF
1456
+ # uninitialized constant Bundler::URI::MailTo::RFC3986_PARSER
1457
+ # Did you mean? Bundler::URI::MailTo::RFC3986_Parser
1458
+ # Bundler::URI::RFC3986_Parser
1459
+ # Bundler::URI::RFC2396_Parser
1460
+ # Bundler::URI::MailTo::RFC2396_Parser
1461
+ # Bundler::URI::RFC3986_PARSER
1462
+ # uninitialized constant Bundler::URI::MailTo::SCHEME
1463
+ # Did you mean? Bundler::URI::SCHEME
1464
+ # uninitialized constant Bundler::URI::MailTo::TBLDECWWWCOMP_
1465
+ # Did you mean? Bundler::URI::MailTo::TBLENCWWWCOMP_
1466
+ # Bundler::URI::TBLDECWWWCOMP_
1467
+ # Bundler::URI::TBLENCWWWCOMP_
1468
+ # uninitialized constant Bundler::URI::MailTo::TBLENCWWWCOMP_
1469
+ # Did you mean? Bundler::URI::MailTo::TBLDECWWWCOMP_
1470
+ # Bundler::URI::TBLDECWWWCOMP_
1471
+ # Bundler::URI::TBLENCWWWCOMP_
1472
+ # uninitialized constant Bundler::URI::MailTo::UNSAFE
1473
+ # Did you mean? Bundler::URI::UNSAFE
1474
+ # uninitialized constant Bundler::URI::MailTo::URI_REF
1475
+ # Did you mean? Bundler::URI::URI_REF
1476
+ # uninitialized constant Bundler::URI::MailTo::USERINFO
1477
+ # Did you mean? Bundler::URI::USERINFO
1478
+ # uninitialized constant Bundler::URI::MailTo::USE_REGISTRY
1479
+ # uninitialized constant Bundler::URI::MailTo::VERSION
1480
+ # Did you mean? Bundler::URI::VERSION
1481
+ # Bundler::VERSION
1482
+ # uninitialized constant Bundler::URI::MailTo::VERSION_CODE
1483
+ # Did you mean? Bundler::URI::VERSION_CODE
1484
+ # uninitialized constant Bundler::URI::MailTo::WEB_ENCODINGS_
1485
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1486
+ # wrong constant name headers
1487
+ # wrong constant name headers=
1488
+ # wrong constant name initialize
1489
+ # wrong constant name set_headers
1490
+ # wrong constant name set_to
1491
+ # wrong constant name to
1492
+ # wrong constant name to=
1493
+ # wrong constant name to_mailtext
1494
+ # wrong constant name to_rfc822text
1495
+ # wrong constant name <static-init>
1496
+ # wrong constant name escape
1497
+ # wrong constant name extract
1498
+ # wrong constant name initialize
1499
+ # wrong constant name join
1500
+ # wrong constant name make_regexp
1501
+ # wrong constant name parse
1502
+ # wrong constant name pattern
1503
+ # wrong constant name regexp
1504
+ # wrong constant name split
1505
+ # wrong constant name unescape
1506
+ # wrong constant name <static-init>
1507
+ # wrong constant name <Class:PATTERN>
1508
+ # wrong constant name <static-init>
1509
+ # wrong constant name <static-init>
1510
+ # wrong constant name join
1511
+ # wrong constant name parse
1512
+ # wrong constant name regexp
1513
+ # wrong constant name split
1514
+ # wrong constant name <static-init>
1515
+ # wrong constant name <static-init>
1516
+ # wrong constant name make_components_hash
1517
+ # wrong constant name <static-init>
1518
+ # wrong constant name decode_www_form
1519
+ # wrong constant name decode_www_form_component
1520
+ # wrong constant name encode_www_form
1521
+ # wrong constant name encode_www_form_component
1522
+ # wrong constant name extract
1523
+ # wrong constant name get_encoding
1524
+ # wrong constant name join
1525
+ # wrong constant name parse
1526
+ # wrong constant name regexp
1527
+ # wrong constant name scheme_list
1528
+ # wrong constant name split
1529
+ # wrong constant name <Class:NEq>
1530
+ # wrong constant name <Class:ReqR>
1531
+ # uninitialized constant Bundler::VersionRanges::NEq::Elem
1532
+ # wrong constant name version
1533
+ # wrong constant name version=
1534
+ # wrong constant name <static-init>
1535
+ # wrong constant name []
1536
+ # wrong constant name members
1537
+ # wrong constant name <=>
1538
+ # uninitialized constant Bundler::VersionRanges::ReqR::Elem
1539
+ # wrong constant name <Class:Endpoint>
1540
+ # wrong constant name cover?
1541
+ # wrong constant name empty?
1542
+ # wrong constant name left
1543
+ # wrong constant name left=
1544
+ # wrong constant name right
1545
+ # wrong constant name right=
1546
+ # wrong constant name single?
1547
+ # wrong constant name <=>
1548
+ # uninitialized constant Bundler::VersionRanges::ReqR::Endpoint::Elem
1549
+ # wrong constant name inclusive
1550
+ # wrong constant name inclusive=
1551
+ # wrong constant name version
1552
+ # wrong constant name version=
1553
+ # wrong constant name <static-init>
1554
+ # wrong constant name []
1555
+ # wrong constant name members
1556
+ # wrong constant name <static-init>
1557
+ # wrong constant name []
1558
+ # wrong constant name members
1559
+ # wrong constant name <static-init>
1560
+ # wrong constant name empty?
1561
+ # wrong constant name for
1562
+ # wrong constant name for_many
1563
+ # wrong constant name original_exec
1564
+ # wrong constant name original_system
1565
+ # wrong constant name unbundled_env
1566
+ # wrong constant name unbundled_exec
1567
+ # wrong constant name unbundled_system
1568
+ # wrong constant name with_unbundled_env
1569
+ # wrong constant name <Class:ThreadsTable>
1570
+ # wrong constant name <static-init>
1571
+ # wrong constant name a
1572
+ # wrong constant name base
1573
+ # wrong constant name blockquote
1574
+ # wrong constant name caption
1575
+ # wrong constant name checkbox
1576
+ # wrong constant name checkbox_group
1577
+ # wrong constant name file_field
1578
+ # wrong constant name form
1579
+ # wrong constant name hidden
1580
+ # wrong constant name html
1581
+ # wrong constant name image_button
1582
+ # wrong constant name img
1583
+ # wrong constant name multipart_form
1584
+ # wrong constant name password_field
1585
+ # wrong constant name popup_menu
1586
+ # wrong constant name radio_button
1587
+ # wrong constant name radio_group
1588
+ # wrong constant name reset
1589
+ # wrong constant name scrolling_list
1590
+ # wrong constant name submit
1591
+ # wrong constant name text_field
1592
+ # wrong constant name textarea
1593
+ # wrong constant name <static-init>
1594
+ # uninitialized constant CMath
1595
+ # uninitialized constant CMath
1596
+ # wrong constant name <Class:FieldsConverter>
1597
+ # wrong constant name <Class:Parser>
1598
+ # wrong constant name <Class:Writer>
1599
+ # wrong constant name close
1600
+ # wrong constant name close_read
1601
+ # wrong constant name close_write
1602
+ # wrong constant name closed?
1603
+ # wrong constant name external_encoding
1604
+ # wrong constant name fcntl
1605
+ # wrong constant name fileno
1606
+ # wrong constant name flush
1607
+ # wrong constant name fsync
1608
+ # wrong constant name internal_encoding
1609
+ # wrong constant name isatty
1610
+ # wrong constant name pid
1611
+ # wrong constant name pos
1612
+ # wrong constant name pos=
1613
+ # wrong constant name reopen
1614
+ # wrong constant name seek
1615
+ # wrong constant name string
1616
+ # wrong constant name sync
1617
+ # wrong constant name sync=
1618
+ # wrong constant name tell
1619
+ # wrong constant name truncate
1620
+ # wrong constant name tty?
1621
+ # wrong constant name header
1622
+ # wrong constant name header=
1623
+ # wrong constant name index
1624
+ # wrong constant name index=
1625
+ # wrong constant name line
1626
+ # wrong constant name line=
1627
+ # wrong constant name []
1628
+ # wrong constant name members
1629
+ # uninitialized constant CSV::FieldsConverter::Elem
1630
+ # wrong constant name add_converter
1631
+ # wrong constant name convert
1632
+ # wrong constant name each
1633
+ # wrong constant name empty?
1634
+ # wrong constant name initialize
1635
+ # wrong constant name <static-init>
1636
+ # wrong constant name initialize
1637
+ # wrong constant name line_number
1638
+ # wrong constant name lineno
1639
+ # wrong constant name <Class:InputsScanner>
1640
+ # wrong constant name <Class:InvalidEncoding>
1641
+ # wrong constant name <Class:Scanner>
1642
+ # wrong constant name column_separator
1643
+ # wrong constant name field_size_limit
1644
+ # wrong constant name header_row?
1645
+ # wrong constant name headers
1646
+ # wrong constant name initialize
1647
+ # wrong constant name liberal_parsing?
1648
+ # wrong constant name line
1649
+ # wrong constant name lineno
1650
+ # wrong constant name parse
1651
+ # wrong constant name quote_character
1652
+ # wrong constant name return_headers?
1653
+ # wrong constant name row_separator
1654
+ # wrong constant name skip_blanks?
1655
+ # wrong constant name skip_lines
1656
+ # wrong constant name unconverted_fields?
1657
+ # wrong constant name use_headers?
1658
+ # wrong constant name each_line
1659
+ # wrong constant name eos?
1660
+ # wrong constant name initialize
1661
+ # wrong constant name keep_back
1662
+ # wrong constant name keep_drop
1663
+ # wrong constant name keep_end
1664
+ # wrong constant name keep_start
1665
+ # wrong constant name rest
1666
+ # wrong constant name scan
1667
+ # wrong constant name scan_all
1668
+ # wrong constant name <static-init>
1669
+ # wrong constant name <static-init>
1670
+ # uninitialized constant CSV::Parser::Scanner::Id
1671
+ # uninitialized constant CSV::Parser::Scanner::Version
1672
+ # Did you mean? CSV::VERSION
1673
+ # wrong constant name each_line
1674
+ # wrong constant name initialize
1675
+ # wrong constant name keep_back
1676
+ # wrong constant name keep_drop
1677
+ # wrong constant name keep_end
1678
+ # wrong constant name keep_start
1679
+ # wrong constant name scan_all
1680
+ # wrong constant name <static-init>
1681
+ # wrong constant name <static-init>
1682
+ # wrong constant name dig
1683
+ # wrong constant name each_pair
1684
+ # wrong constant name empty?
1685
+ # wrong constant name length
1686
+ # wrong constant name size
1687
+ # wrong constant name to_ary
1688
+ # wrong constant name empty?
1689
+ # wrong constant name initialize
1690
+ # wrong constant name length
1691
+ # wrong constant name size
1692
+ # wrong constant name table
1693
+ # wrong constant name <<
1694
+ # wrong constant name headers
1695
+ # wrong constant name initialize
1696
+ # wrong constant name lineno
1697
+ # wrong constant name rewind
1698
+ # wrong constant name <static-init>
1699
+ # uninitialized constant Chalk
1700
+ # uninitialized constant Chalk
1701
+ # wrong constant name json_creatable?
1702
+ # wrong constant name <Class:Duo>
1703
+ # wrong constant name <Class:FileType>
1704
+ # wrong constant name <Class:Scanners>
1705
+ # wrong constant name <Class:Styles>
1706
+ # wrong constant name <Class:Tokens>
1707
+ # wrong constant name <Class:TokensProxy>
1708
+ # wrong constant name call
1709
+ # wrong constant name encode
1710
+ # wrong constant name encoder
1711
+ # wrong constant name format
1712
+ # wrong constant name format=
1713
+ # wrong constant name highlight
1714
+ # wrong constant name initialize
1715
+ # wrong constant name lang
1716
+ # wrong constant name lang=
1717
+ # wrong constant name options
1718
+ # wrong constant name options=
1719
+ # wrong constant name scanner
1720
+ # wrong constant name <static-init>
1721
+ # wrong constant name []
1722
+ # uninitialized constant CodeRay::Encoders::Terminal::DEFAULT_OPTIONS
1723
+ # wrong constant name <Class:UnknownFileType>
1724
+ # wrong constant name <static-init>
1725
+ # wrong constant name <static-init>
1726
+ # wrong constant name []
1727
+ # wrong constant name fetch
1728
+ # wrong constant name type_from_shebang
1729
+ # wrong constant name <Class:Scanner>
1730
+ # uninitialized constant CodeRay::Scanners::Scanner::Elem
1731
+ # uninitialized constant CodeRay::Scanners::Scanner::Id
1732
+ # wrong constant name <Class:ScanError>
1733
+ # uninitialized constant CodeRay::Scanners::Scanner::Version
1734
+ # Did you mean? CodeRay::VERSION
1735
+ # wrong constant name binary_string
1736
+ # wrong constant name column
1737
+ # wrong constant name each
1738
+ # wrong constant name file_extension
1739
+ # wrong constant name initialize
1740
+ # wrong constant name lang
1741
+ # wrong constant name line
1742
+ # wrong constant name raise_inspect
1743
+ # wrong constant name raise_inspect_arguments
1744
+ # wrong constant name reset_instance
1745
+ # wrong constant name scan_rest
1746
+ # wrong constant name scan_tokens
1747
+ # wrong constant name scanner_state_info
1748
+ # wrong constant name set_string_from_source
1749
+ # wrong constant name set_tokens_from_options
1750
+ # wrong constant name setup
1751
+ # wrong constant name state
1752
+ # wrong constant name state=
1753
+ # wrong constant name string=
1754
+ # wrong constant name tokenize
1755
+ # wrong constant name tokens
1756
+ # wrong constant name tokens_last
1757
+ # wrong constant name tokens_size
1758
+ # wrong constant name <static-init>
1759
+ # wrong constant name <static-init>
1760
+ # wrong constant name encode_with_encoding
1761
+ # wrong constant name encoding
1762
+ # wrong constant name file_extension
1763
+ # wrong constant name guess_encoding
1764
+ # wrong constant name lang
1765
+ # wrong constant name normalize
1766
+ # wrong constant name to_unix
1767
+ # wrong constant name <static-init>
1768
+ # wrong constant name <Class:Style>
1769
+ # wrong constant name <static-init>
1770
+ # wrong constant name <static-init>
1771
+ # uninitialized constant CodeRay::Tokens::Elem
1772
+ # wrong constant name begin_group
1773
+ # wrong constant name begin_line
1774
+ # wrong constant name count
1775
+ # wrong constant name encode
1776
+ # wrong constant name end_group
1777
+ # wrong constant name end_line
1778
+ # wrong constant name method_missing
1779
+ # wrong constant name scanner
1780
+ # wrong constant name scanner=
1781
+ # wrong constant name split_into_parts
1782
+ # wrong constant name text_token
1783
+ # wrong constant name tokens
1784
+ # wrong constant name <static-init>
1785
+ # wrong constant name block
1786
+ # wrong constant name block=
1787
+ # wrong constant name each
1788
+ # wrong constant name encode
1789
+ # wrong constant name initialize
1790
+ # wrong constant name input
1791
+ # wrong constant name input=
1792
+ # wrong constant name lang
1793
+ # wrong constant name lang=
1794
+ # wrong constant name method_missing
1795
+ # wrong constant name options
1796
+ # wrong constant name options=
1797
+ # wrong constant name scanner
1798
+ # wrong constant name tokens
1799
+ # wrong constant name <static-init>
1800
+ # uninitialized constant Configatron
1801
+ # uninitialized constant Configatron
1802
+ # uninitialized constant Continuation
1803
+ # uninitialized constant Continuation
1804
+ # uninitialized constant Coverage
1805
+ # uninitialized constant Coverage
1806
+ # uninitialized constant DBM
1807
+ # uninitialized constant DBM
1808
+ # uninitialized constant DBMError
1809
+ # uninitialized constant DBMError
1810
+ # wrong constant name _dump
1811
+ # wrong constant name _load
1812
+ # wrong constant name alive?
1813
+ # wrong constant name close
1814
+ # wrong constant name initialize
1815
+ # wrong constant name send_message
1816
+ # wrong constant name uri
1817
+ # wrong constant name make_pool
1818
+ # wrong constant name open
1819
+ # wrong constant name stop_pool
1820
+ # wrong constant name dump
1821
+ # wrong constant name initialize
1822
+ # wrong constant name load
1823
+ # wrong constant name recv_reply
1824
+ # wrong constant name recv_request
1825
+ # wrong constant name send_reply
1826
+ # wrong constant name send_request
1827
+ # wrong constant name ==
1828
+ # wrong constant name eql?
1829
+ # wrong constant name initialize
1830
+ # wrong constant name prepare_backtrace
1831
+ # wrong constant name with_friend
1832
+ # wrong constant name auto_load
1833
+ # wrong constant name initialize
1834
+ # wrong constant name <Class:InvokeMethod>
1835
+ # wrong constant name <Class:InvokeMethod18Mixin>
1836
+ # wrong constant name initialize
1837
+ # wrong constant name safe_level
1838
+ # wrong constant name initialize
1839
+ # wrong constant name perform
1840
+ # wrong constant name <static-init>
1841
+ # wrong constant name block_yield
1842
+ # wrong constant name perform_with_block
1843
+ # wrong constant name <static-init>
1844
+ # wrong constant name default_safe_level
1845
+ # wrong constant name make_config
1846
+ # wrong constant name accept
1847
+ # wrong constant name alive?
1848
+ # wrong constant name close
1849
+ # wrong constant name initialize
1850
+ # wrong constant name peeraddr
1851
+ # wrong constant name recv_reply
1852
+ # wrong constant name recv_request
1853
+ # wrong constant name send_reply
1854
+ # wrong constant name send_request
1855
+ # wrong constant name set_sockopt
1856
+ # wrong constant name shutdown
1857
+ # wrong constant name stream
1858
+ # wrong constant name uri
1859
+ # wrong constant name getservername
1860
+ # wrong constant name open
1861
+ # wrong constant name open_server
1862
+ # wrong constant name open_server_inaddr_any
1863
+ # wrong constant name parse_uri
1864
+ # wrong constant name uri_option
1865
+ # wrong constant name ==
1866
+ # wrong constant name eql?
1867
+ # wrong constant name initialize
1868
+ # wrong constant name option
1869
+ # wrong constant name <static-init>
1870
+ # wrong constant name _dump
1871
+ # wrong constant name _dump
1872
+ # wrong constant name _load
1873
+ # wrong constant name _dump
1874
+ # wrong constant name initialize
1875
+ # wrong constant name _load
1876
+ # wrong constant name _execute
1877
+ # wrong constant name alive?
1878
+ # wrong constant name initialize
1879
+ # wrong constant name kill
1880
+ # wrong constant name method_missing
1881
+ # wrong constant name <static-init>
1882
+ # wrong constant name mutex
1883
+ # wrong constant name infinite?
1884
+ # wrong constant name initialize
1885
+ # wrong constant name class_name
1886
+ # wrong constant name class_names
1887
+ # wrong constant name corrections
1888
+ # wrong constant name initialize
1889
+ # wrong constant name scopes
1890
+ # wrong constant name call
1891
+ # wrong constant name <static-init>
1892
+ # wrong constant name corrections
1893
+ # wrong constant name original_message
1894
+ # wrong constant name spell_checker
1895
+ # wrong constant name to_s
1896
+ # uninitialized constant DidYouMean::Formatter
1897
+ # uninitialized constant DidYouMean::Formatter
1898
+ # wrong constant name distance
1899
+ # wrong constant name distance
1900
+ # wrong constant name corrections
1901
+ # wrong constant name initialize
1902
+ # wrong constant name <static-init>
1903
+ # wrong constant name distance
1904
+ # wrong constant name min3
1905
+ # wrong constant name corrections
1906
+ # wrong constant name initialize
1907
+ # wrong constant name method_name
1908
+ # wrong constant name method_names
1909
+ # wrong constant name names_to_exclude
1910
+ # wrong constant name receiver
1911
+ # wrong constant name corrections
1912
+ # wrong constant name initialize
1913
+ # wrong constant name call
1914
+ # wrong constant name initialize
1915
+ # wrong constant name <static-init>
1916
+ # wrong constant name message_for
1917
+ # wrong constant name <static-init>
1918
+ # wrong constant name augment
1919
+ # wrong constant name correct
1920
+ # wrong constant name dictionary
1921
+ # wrong constant name dimensions
1922
+ # wrong constant name initialize
1923
+ # wrong constant name separator
1924
+ # wrong constant name <static-init>
1925
+ # wrong constant name corrections
1926
+ # wrong constant name cvar_names
1927
+ # wrong constant name initialize
1928
+ # wrong constant name ivar_names
1929
+ # wrong constant name lvar_names
1930
+ # wrong constant name method_names
1931
+ # wrong constant name name
1932
+ # wrong constant name correct_error
1933
+ # wrong constant name formatter
1934
+ # wrong constant name formatter=
1935
+ # wrong constant name children
1936
+ # wrong constant name each_child
1937
+ # wrong constant name exists?
1938
+ # wrong constant name def_method
1939
+ # wrong constant name def_module
1940
+ # wrong constant name _dump
1941
+ # wrong constant name initialize
1942
+ # wrong constant name _load
1943
+ # wrong constant name chain
1944
+ # wrong constant name sum
1945
+ # wrong constant name tally
1946
+ # wrong constant name +
1947
+ # wrong constant name <Class:ArithmeticSequence>
1948
+ # wrong constant name <Class:Chain>
1949
+ # wrong constant name <Class:Producer>
1950
+ # wrong constant name each_with_index
1951
+ # uninitialized constant Enumerator::ArithmeticSequence::Elem
1952
+ # wrong constant name begin
1953
+ # wrong constant name each
1954
+ # wrong constant name end
1955
+ # wrong constant name exclude_end?
1956
+ # wrong constant name last
1957
+ # wrong constant name step
1958
+ # wrong constant name <static-init>
1959
+ # uninitialized constant Enumerator::Chain::Elem
1960
+ # wrong constant name <static-init>
1961
+ # wrong constant name each
1962
+ # wrong constant name initialize
1963
+ # wrong constant name eager
1964
+ # wrong constant name each
1965
+ # wrong constant name <static-init>
1966
+ # wrong constant name to_proc
1967
+ # wrong constant name produce
1968
+ # wrong constant name <static-init>
1969
+ # wrong constant name <static-init>
1970
+ # wrong constant name <static-init>
1971
+ # wrong constant name <static-init>
1972
+ # wrong constant name <static-init>
1973
+ # wrong constant name <static-init>
1974
+ # wrong constant name <static-init>
1975
+ # wrong constant name <static-init>
1976
+ # wrong constant name <static-init>
1977
+ # wrong constant name <static-init>
1978
+ # wrong constant name <static-init>
1979
+ # wrong constant name <static-init>
1980
+ # wrong constant name <static-init>
1981
+ # wrong constant name <static-init>
1982
+ # wrong constant name <static-init>
1983
+ # wrong constant name <static-init>
1984
+ # wrong constant name <static-init>
1985
+ # wrong constant name <static-init>
1986
+ # wrong constant name <static-init>
1987
+ # wrong constant name gid
1988
+ # wrong constant name gid=
1989
+ # wrong constant name mem
1990
+ # wrong constant name mem=
1991
+ # wrong constant name name
1992
+ # wrong constant name name=
1993
+ # wrong constant name passwd
1994
+ # wrong constant name passwd=
1995
+ # wrong constant name []
1996
+ # wrong constant name each
1997
+ # wrong constant name members
1998
+ # wrong constant name <Class:Group>
1999
+ # wrong constant name change
2000
+ # wrong constant name change=
2001
+ # wrong constant name dir=
2002
+ # wrong constant name expire
2003
+ # wrong constant name expire=
2004
+ # wrong constant name gecos
2005
+ # wrong constant name gecos=
2006
+ # wrong constant name gid=
2007
+ # wrong constant name name=
2008
+ # wrong constant name passwd=
2009
+ # wrong constant name shell=
2010
+ # wrong constant name uclass
2011
+ # wrong constant name uclass=
2012
+ # wrong constant name uid=
2013
+ # wrong constant name []
2014
+ # wrong constant name each
2015
+ # wrong constant name members
2016
+ # wrong constant name <Class:Passwd>
2017
+ # uninitialized constant Exception2MessageMapper
2018
+ # uninitialized constant Exception2MessageMapper
2019
+ # wrong constant name <static-init>
2020
+ # uninitialized constant Fcntl
2021
+ # uninitialized constant Fcntl
2022
+ # wrong constant name initialize
2023
+ # uninitialized constant Fiddle
2024
+ # Did you mean? File
2025
+ # uninitialized constant Fiddle
2026
+ # Did you mean? File
2027
+ # wrong constant name absolute_path?
2028
+ # wrong constant name exists?
2029
+ # uninitialized constant FileUtils::DryRun::LN_SUPPORTED
2030
+ # Did you mean? FileUtils::LN_SUPPORTED
2031
+ # uninitialized constant FileUtils::DryRun::RUBY
2032
+ # Did you mean? FileUtils::RUBY
2033
+ # uninitialized constant FileUtils::DryRun::VERSION
2034
+ # Did you mean? FileUtils::VERSION
2035
+ # uninitialized constant FileUtils::NoWrite::LN_SUPPORTED
2036
+ # Did you mean? FileUtils::LN_SUPPORTED
2037
+ # uninitialized constant FileUtils::NoWrite::RUBY
2038
+ # Did you mean? FileUtils::RUBY
2039
+ # uninitialized constant FileUtils::NoWrite::VERSION
2040
+ # Did you mean? FileUtils::VERSION
2041
+ # uninitialized constant FileUtils::Verbose::LN_SUPPORTED
2042
+ # Did you mean? FileUtils::LN_SUPPORTED
2043
+ # uninitialized constant FileUtils::Verbose::RUBY
2044
+ # Did you mean? FileUtils::RUBY
2045
+ # uninitialized constant FileUtils::Verbose::VERSION
2046
+ # Did you mean? FileUtils::VERSION
2047
+ # wrong constant name _compile_method
2048
+ # wrong constant name _delegator_method
2049
+ # wrong constant name _valid_method?
2050
+ # wrong constant name debug
2051
+ # wrong constant name debug=
2052
+ # wrong constant name receiver
2053
+ # wrong constant name garbage_collect
2054
+ # wrong constant name verify_compaction_references
2055
+ # wrong constant name verify_transient_heap_internal_consistency
2056
+ # uninitialized constant GDBM
2057
+ # uninitialized constant GDBM
2058
+ # uninitialized constant GDBMError
2059
+ # uninitialized constant GDBMError
2060
+ # uninitialized constant GDBMFatalError
2061
+ # uninitialized constant GDBMFatalError
2062
+ # wrong constant name <Class:RuntimeRequirementNotMetError>
2063
+ # wrong constant name <Class:SpecFetcher>
2064
+ # wrong constant name <Class:SpecificationPolicy>
2065
+ # wrong constant name <Class:UninstallError>
2066
+ # wrong constant name <static-init>
2067
+ # uninitialized constant Gem::Ext::ExtConfBuilder::CHDIR_MONITOR
2068
+ # uninitialized constant Gem::Ext::ExtConfBuilder::CHDIR_MUTEX
2069
+ # wrong constant name <static-init>
2070
+ # wrong constant name build
2071
+ # wrong constant name get_relative_path
2072
+ # wrong constant name <Class:DigestIO>
2073
+ # wrong constant name <Class:FileSource>
2074
+ # wrong constant name <Class:IOSource>
2075
+ # wrong constant name <Class:Old>
2076
+ # wrong constant name <Class:Source>
2077
+ # wrong constant name <Class:TarHeader>
2078
+ # wrong constant name gem
2079
+ # wrong constant name digests
2080
+ # wrong constant name initialize
2081
+ # wrong constant name write
2082
+ # wrong constant name <static-init>
2083
+ # wrong constant name wrap
2084
+ # wrong constant name initialize
2085
+ # wrong constant name path
2086
+ # wrong constant name present?
2087
+ # wrong constant name start
2088
+ # wrong constant name with_read_io
2089
+ # wrong constant name with_write_io
2090
+ # wrong constant name <static-init>
2091
+ # wrong constant name initialize
2092
+ # wrong constant name io
2093
+ # wrong constant name path
2094
+ # wrong constant name present?
2095
+ # wrong constant name start
2096
+ # wrong constant name with_read_io
2097
+ # wrong constant name with_write_io
2098
+ # wrong constant name <static-init>
2099
+ # wrong constant name extract_files
2100
+ # wrong constant name file_list
2101
+ # wrong constant name read_until_dashes
2102
+ # wrong constant name skip_ruby
2103
+ # wrong constant name <static-init>
2104
+ # wrong constant name <static-init>
2105
+ # wrong constant name ==
2106
+ # wrong constant name checksum
2107
+ # wrong constant name devmajor
2108
+ # wrong constant name devminor
2109
+ # wrong constant name empty?
2110
+ # wrong constant name gid
2111
+ # wrong constant name gname
2112
+ # wrong constant name initialize
2113
+ # wrong constant name linkname
2114
+ # wrong constant name magic
2115
+ # wrong constant name mode
2116
+ # wrong constant name mtime
2117
+ # wrong constant name name
2118
+ # wrong constant name prefix
2119
+ # wrong constant name size
2120
+ # wrong constant name typeflag
2121
+ # wrong constant name uid
2122
+ # wrong constant name uname
2123
+ # wrong constant name update_checksum
2124
+ # wrong constant name version
2125
+ # wrong constant name <static-init>
2126
+ # wrong constant name from
2127
+ # wrong constant name oct_or_256based
2128
+ # wrong constant name strict_oct
2129
+ # wrong constant name bytes_read
2130
+ # wrong constant name check_closed
2131
+ # wrong constant name close
2132
+ # wrong constant name closed?
2133
+ # wrong constant name directory?
2134
+ # wrong constant name eof?
2135
+ # wrong constant name file?
2136
+ # wrong constant name full_name
2137
+ # wrong constant name getc
2138
+ # wrong constant name header
2139
+ # wrong constant name initialize
2140
+ # wrong constant name length
2141
+ # wrong constant name pos
2142
+ # wrong constant name read
2143
+ # wrong constant name readpartial
2144
+ # wrong constant name rewind
2145
+ # wrong constant name size
2146
+ # wrong constant name symlink?
2147
+ # wrong constant name <static-init>
2148
+ # wrong constant name new
2149
+ # wrong constant name new
2150
+ # wrong constant name new
2151
+ # wrong constant name raw_spec
2152
+ # wrong constant name home
2153
+ # wrong constant name initialize
2154
+ # wrong constant name path
2155
+ # wrong constant name spec_cache_dir
2156
+ # wrong constant name initialize
2157
+ # wrong constant name uri
2158
+ # wrong constant name uri=
2159
+ # wrong constant name <static-init>
2160
+ # wrong constant name <static-init>
2161
+ # wrong constant name <static-init>
2162
+ # wrong constant name <static-init>
2163
+ # wrong constant name add_edge_no_circular
2164
+ # wrong constant name add_vertex
2165
+ # wrong constant name delete_edge
2166
+ # wrong constant name detach_vertex_named
2167
+ # wrong constant name each
2168
+ # wrong constant name pop!
2169
+ # wrong constant name reverse_each
2170
+ # wrong constant name rewind_to
2171
+ # wrong constant name set_payload
2172
+ # wrong constant name tag
2173
+ # wrong constant name <static-init>
2174
+ # uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Log::Elem
2175
+ # wrong constant name suggestion
2176
+ # wrong constant name suggestion=
2177
+ # wrong constant name <static-init>
2178
+ # wrong constant name <static-init>
2179
+ # wrong constant name check_cert
2180
+ # wrong constant name check_chain
2181
+ # wrong constant name check_data
2182
+ # wrong constant name check_key
2183
+ # wrong constant name check_root
2184
+ # wrong constant name check_trust
2185
+ # wrong constant name initialize
2186
+ # wrong constant name name
2187
+ # wrong constant name only_signed
2188
+ # wrong constant name only_signed=
2189
+ # wrong constant name only_trusted
2190
+ # wrong constant name only_trusted=
2191
+ # wrong constant name subject
2192
+ # wrong constant name verify
2193
+ # wrong constant name verify_chain
2194
+ # wrong constant name verify_chain=
2195
+ # wrong constant name verify_data
2196
+ # wrong constant name verify_data=
2197
+ # wrong constant name verify_root
2198
+ # wrong constant name verify_root=
2199
+ # wrong constant name verify_signatures
2200
+ # wrong constant name verify_signer
2201
+ # wrong constant name verify_signer=
2202
+ # wrong constant name <static-init>
2203
+ # wrong constant name cert_chain
2204
+ # wrong constant name cert_chain=
2205
+ # wrong constant name digest_algorithm
2206
+ # wrong constant name digest_name
2207
+ # wrong constant name extract_name
2208
+ # wrong constant name initialize
2209
+ # wrong constant name key
2210
+ # wrong constant name key=
2211
+ # wrong constant name load_cert_chain
2212
+ # wrong constant name options
2213
+ # wrong constant name re_sign_key
2214
+ # wrong constant name sign
2215
+ # wrong constant name re_sign_cert
2216
+ # wrong constant name cert_path
2217
+ # wrong constant name dir
2218
+ # wrong constant name each_certificate
2219
+ # wrong constant name initialize
2220
+ # wrong constant name issuer_of
2221
+ # wrong constant name load_certificate
2222
+ # wrong constant name name_path
2223
+ # wrong constant name trust_cert
2224
+ # wrong constant name verify
2225
+ # wrong constant name alt_name_or_x509_entry
2226
+ # wrong constant name create_cert
2227
+ # wrong constant name create_cert_email
2228
+ # wrong constant name create_cert_self_signed
2229
+ # wrong constant name create_key
2230
+ # wrong constant name email_to_name
2231
+ # wrong constant name re_sign
2232
+ # wrong constant name reset
2233
+ # wrong constant name sign
2234
+ # wrong constant name trust_dir
2235
+ # wrong constant name trusted_certificates
2236
+ # wrong constant name write
2237
+ # wrong constant name available_specs
2238
+ # wrong constant name detect
2239
+ # wrong constant name initialize
2240
+ # wrong constant name latest_specs
2241
+ # wrong constant name prerelease_specs
2242
+ # wrong constant name search_for_dependency
2243
+ # wrong constant name sources
2244
+ # wrong constant name spec_for_dependency
2245
+ # wrong constant name specs
2246
+ # wrong constant name suggest_gems_from_name
2247
+ # wrong constant name tuples_for
2248
+ # wrong constant name <static-init>
2249
+ # wrong constant name fetcher
2250
+ # wrong constant name fetcher=
2251
+ # wrong constant name <=>
2252
+ # uninitialized constant Gem::Specification::GENERICS
2253
+ # uninitialized constant Gem::Specification::GENERIC_CACHE
2254
+ # wrong constant name removed_method_calls
2255
+ # wrong constant name to_ruby
2256
+ # wrong constant name initialize
2257
+ # wrong constant name packaging
2258
+ # wrong constant name packaging=
2259
+ # wrong constant name validate
2260
+ # wrong constant name validate_dependencies
2261
+ # wrong constant name validate_metadata
2262
+ # wrong constant name validate_permissions
2263
+ # wrong constant name <static-init>
2264
+ # uninitialized constant Gem::Stream
2265
+ # Did you mean? Gem::StreamUI
2266
+ # uninitialized constant Gem::Stream
2267
+ # Did you mean? Gem::StreamUI
2268
+ # wrong constant name _deprecated_debug
2269
+ # wrong constant name build_extensions
2270
+ # wrong constant name extensions
2271
+ # wrong constant name initialize
2272
+ # wrong constant name missing_extensions?
2273
+ # wrong constant name valid?
2274
+ # wrong constant name extensions
2275
+ # wrong constant name full_name
2276
+ # wrong constant name initialize
2277
+ # wrong constant name name
2278
+ # wrong constant name platform
2279
+ # wrong constant name require_paths
2280
+ # wrong constant name version
2281
+ # wrong constant name default_gemspec_stub
2282
+ # wrong constant name gemspec_stub
2283
+ # wrong constant name spec
2284
+ # wrong constant name spec=
2285
+ # wrong constant name <static-init>
2286
+ # uninitialized constant GetoptLong
2287
+ # uninitialized constant GetoptLong
2288
+ # wrong constant name deconstruct_keys
2289
+ # wrong constant name try_convert
2290
+ # wrong constant name <Class:ConsoleMode>
2291
+ # wrong constant name beep
2292
+ # wrong constant name check_winsize_changed
2293
+ # wrong constant name clear_screen
2294
+ # wrong constant name console_mode
2295
+ # wrong constant name console_mode=
2296
+ # wrong constant name cooked
2297
+ # wrong constant name cooked!
2298
+ # wrong constant name cursor
2299
+ # wrong constant name cursor=
2300
+ # wrong constant name cursor_down
2301
+ # wrong constant name cursor_left
2302
+ # wrong constant name cursor_right
2303
+ # wrong constant name cursor_up
2304
+ # wrong constant name echo=
2305
+ # wrong constant name echo?
2306
+ # wrong constant name erase_line
2307
+ # wrong constant name erase_screen
2308
+ # wrong constant name getch
2309
+ # wrong constant name getpass
2310
+ # wrong constant name goto
2311
+ # wrong constant name goto_column
2312
+ # wrong constant name iflush
2313
+ # wrong constant name ioflush
2314
+ # wrong constant name noecho
2315
+ # wrong constant name nonblock
2316
+ # wrong constant name nonblock=
2317
+ # wrong constant name nonblock?
2318
+ # wrong constant name nread
2319
+ # wrong constant name oflush
2320
+ # wrong constant name pathconf
2321
+ # wrong constant name pressed?
2322
+ # wrong constant name raw
2323
+ # wrong constant name raw!
2324
+ # wrong constant name ready?
2325
+ # wrong constant name scroll_backward
2326
+ # wrong constant name scroll_forward
2327
+ # wrong constant name set_encoding_by_bom
2328
+ # wrong constant name wait
2329
+ # wrong constant name wait_readable
2330
+ # wrong constant name wait_writable
2331
+ # wrong constant name winsize
2332
+ # wrong constant name winsize=
2333
+ # wrong constant name echo=
2334
+ # wrong constant name raw
2335
+ # wrong constant name raw!
2336
+ # wrong constant name <static-init>
2337
+ # wrong constant name console
2338
+ # wrong constant name console_size
2339
+ # wrong constant name default_console_size
2340
+ # wrong constant name ==
2341
+ # wrong constant name initialize
2342
+ # wrong constant name <Class:Color>
2343
+ # wrong constant name <Class:DefaultEncodings>
2344
+ # wrong constant name <Class:InputCompletor>
2345
+ # wrong constant name <Class:Locale>
2346
+ # wrong constant name <Class:ReidlineInputMethod>
2347
+ # wrong constant name <static-init>
2348
+ # wrong constant name clear
2349
+ # wrong constant name colorable?
2350
+ # wrong constant name colorize
2351
+ # wrong constant name colorize_code
2352
+ # wrong constant name inspect_colorable?
2353
+ # wrong constant name __exit__
2354
+ # wrong constant name __inspect__
2355
+ # wrong constant name __to_s__
2356
+ # wrong constant name echo_on_assignment
2357
+ # wrong constant name echo_on_assignment=
2358
+ # wrong constant name echo_on_assignment?
2359
+ # wrong constant name evaluate
2360
+ # wrong constant name initialize
2361
+ # wrong constant name inspect_last_value
2362
+ # wrong constant name use_colorize
2363
+ # wrong constant name use_colorize?
2364
+ # wrong constant name use_multiline
2365
+ # wrong constant name use_multiline?
2366
+ # wrong constant name use_reidline
2367
+ # wrong constant name use_reidline?
2368
+ # wrong constant name use_singleline
2369
+ # wrong constant name use_singleline?
2370
+ # uninitialized constant IRB::DefaultEncodings::Elem
2371
+ # wrong constant name external
2372
+ # wrong constant name external=
2373
+ # wrong constant name internal
2374
+ # wrong constant name internal=
2375
+ # wrong constant name <static-init>
2376
+ # wrong constant name []
2377
+ # wrong constant name members
2378
+ # wrong constant name irb
2379
+ # wrong constant name irb_change_workspace
2380
+ # wrong constant name irb_current_working_workspace
2381
+ # wrong constant name irb_fg
2382
+ # wrong constant name irb_help
2383
+ # wrong constant name irb_jobs
2384
+ # wrong constant name irb_kill
2385
+ # wrong constant name irb_pop_workspace
2386
+ # wrong constant name irb_push_workspace
2387
+ # wrong constant name irb_source
2388
+ # wrong constant name irb_workspaces
2389
+ # wrong constant name irb_original_method_name
2390
+ # wrong constant name initialize
2391
+ # wrong constant name <static-init>
2392
+ # wrong constant name ignored_modules
2393
+ # wrong constant name retrieve_completion_data
2394
+ # wrong constant name select_message
2395
+ # wrong constant name initialize
2396
+ # wrong constant name initialize
2397
+ # wrong constant name assignment_expression?
2398
+ # wrong constant name handle_exception
2399
+ # wrong constant name initialize
2400
+ # wrong constant name output_value
2401
+ # wrong constant name prompt
2402
+ # uninitialized constant IRB::Locale::String
2403
+ # Did you mean? StringIO
2404
+ # STDIN
2405
+ # wrong constant name encoding
2406
+ # wrong constant name find
2407
+ # wrong constant name format
2408
+ # wrong constant name gets
2409
+ # wrong constant name initialize
2410
+ # wrong constant name lang
2411
+ # wrong constant name load
2412
+ # wrong constant name modifier
2413
+ # wrong constant name print
2414
+ # wrong constant name printf
2415
+ # wrong constant name puts
2416
+ # wrong constant name readline
2417
+ # wrong constant name require
2418
+ # wrong constant name territory
2419
+ # wrong constant name <static-init>
2420
+ # uninitialized constant IRB::Notifier
2421
+ # uninitialized constant IRB::Notifier
2422
+ # wrong constant name initialize
2423
+ # uninitialized constant IRB::ReadlineInputMethod::FILENAME_COMPLETION_PROC
2424
+ # Did you mean? IRB::ReadlineInputMethod::USERNAME_COMPLETION_PROC
2425
+ # uninitialized constant IRB::ReadlineInputMethod::HISTORY
2426
+ # uninitialized constant IRB::ReadlineInputMethod::USERNAME_COMPLETION_PROC
2427
+ # Did you mean? IRB::ReadlineInputMethod::FILENAME_COMPLETION_PROC
2428
+ # uninitialized constant IRB::ReadlineInputMethod::VERSION
2429
+ # Did you mean? IRB::VERSION
2430
+ # wrong constant name initialize
2431
+ # uninitialized constant IRB::ReidlineInputMethod::FILENAME_COMPLETION_PROC
2432
+ # Did you mean? IRB::ReidlineInputMethod::USERNAME_COMPLETION_PROC
2433
+ # uninitialized constant IRB::ReidlineInputMethod::HISTORY
2434
+ # Did you mean? IRB::ReidlineInputMethod::History
2435
+ # uninitialized constant IRB::ReidlineInputMethod::USERNAME_COMPLETION_PROC
2436
+ # Did you mean? IRB::ReidlineInputMethod::FILENAME_COMPLETION_PROC
2437
+ # uninitialized constant IRB::ReidlineInputMethod::VERSION
2438
+ # Did you mean? IRB::VERSION
2439
+ # wrong constant name auto_indent
2440
+ # wrong constant name check_termination
2441
+ # wrong constant name dynamic_prompt
2442
+ # wrong constant name encoding
2443
+ # wrong constant name eof?
2444
+ # wrong constant name initialize
2445
+ # wrong constant name line
2446
+ # wrong constant name <static-init>
2447
+ # wrong constant name initialize
2448
+ # wrong constant name initialize
2449
+ # wrong constant name local_variable_get
2450
+ # wrong constant name local_variable_set
2451
+ # wrong constant name delete_caller
2452
+ # wrong constant name init_config
2453
+ # wrong constant name init_error
2454
+ # wrong constant name load_modules
2455
+ # wrong constant name parse_opts
2456
+ # wrong constant name rc_file
2457
+ # wrong constant name rc_file_generators
2458
+ # wrong constant name run_config
2459
+ # wrong constant name setup
2460
+ # wrong constant name to_bn
2461
+ # wrong constant name from_state
2462
+ # wrong constant name initialize
2463
+ # uninitialized constant Jacobian
2464
+ # uninitialized constant Jacobian
2465
+ # uninitialized constant Kconv
2466
+ # uninitialized constant Kconv
2467
+ # wrong constant name itself
2468
+ # wrong constant name object_id
2469
+ # wrong constant name pretty_inspect
2470
+ # wrong constant name then
2471
+ # wrong constant name yield_self
2472
+ # wrong constant name at_exit
2473
+ # uninitialized constant LUSolve
2474
+ # uninitialized constant LUSolve
2475
+ # wrong constant name debug!
2476
+ # wrong constant name error!
2477
+ # wrong constant name fatal!
2478
+ # wrong constant name info!
2479
+ # wrong constant name warn!
2480
+ # uninitialized constant Logger::LogDevice::SiD
2481
+ # uninitialized constant MIME::Types::Elem
2482
+ # uninitialized constant Matrix
2483
+ # uninitialized constant Matrix
2484
+ # uninitialized constant MessagePack
2485
+ # uninitialized constant MessagePack
2486
+ # wrong constant name const_source_location
2487
+ # uninitialized constant Moneylovercli::Api::Base::VERSION
2488
+ # Did you mean? Moneylovercli::VERSION
2489
+ # wrong constant name default_cookies
2490
+ # wrong constant name default_cookies=
2491
+ # wrong constant name default_options=
2492
+ # wrong constant name run
2493
+ # wrong constant name enter
2494
+ # wrong constant name exit
2495
+ # wrong constant name mon_check_owner
2496
+ # wrong constant name mon_enter
2497
+ # wrong constant name mon_exit
2498
+ # wrong constant name mon_locked?
2499
+ # wrong constant name mon_owned?
2500
+ # wrong constant name mon_synchronize
2501
+ # wrong constant name mon_try_enter
2502
+ # wrong constant name new_cond
2503
+ # wrong constant name synchronize
2504
+ # wrong constant name try_enter
2505
+ # wrong constant name try_mon_enter
2506
+ # wrong constant name wait_for_cond
2507
+ # wrong constant name initialize
2508
+ # wrong constant name initialize
2509
+ # uninitialized constant MonitorMixin::ConditionVariable::Timeout
2510
+ # uninitialized constant MonitorMixin::ConditionVariable::Timeout
2511
+ # uninitialized constant Mutex_m
2512
+ # uninitialized constant Mutex_m
2513
+ # uninitialized constant NKF
2514
+ # uninitialized constant NKF
2515
+ # wrong constant name write_timeout
2516
+ # wrong constant name write_timeout=
2517
+ # uninitialized constant Net::DNS
2518
+ # uninitialized constant Net::DNS
2519
+ # uninitialized constant Net::FTP
2520
+ # uninitialized constant Net::FTP
2521
+ # uninitialized constant Net::FTPConnectionError
2522
+ # uninitialized constant Net::FTPConnectionError
2523
+ # uninitialized constant Net::FTPError
2524
+ # Did you mean? Net::HTTPError
2525
+ # uninitialized constant Net::FTPError
2526
+ # Did you mean? Net::HTTPError
2527
+ # uninitialized constant Net::FTPPermError
2528
+ # Did you mean? FiberError
2529
+ # uninitialized constant Net::FTPPermError
2530
+ # Did you mean? FiberError
2531
+ # uninitialized constant Net::FTPProtoError
2532
+ # uninitialized constant Net::FTPProtoError
2533
+ # uninitialized constant Net::FTPReplyError
2534
+ # uninitialized constant Net::FTPReplyError
2535
+ # uninitialized constant Net::FTPTempError
2536
+ # Did you mean? TypeError
2537
+ # uninitialized constant Net::FTPTempError
2538
+ # Did you mean? TypeError
2539
+ # wrong constant name ipaddr
2540
+ # wrong constant name ipaddr=
2541
+ # wrong constant name max_retries
2542
+ # wrong constant name max_retries=
2543
+ # wrong constant name max_version
2544
+ # wrong constant name max_version=
2545
+ # wrong constant name min_version
2546
+ # wrong constant name min_version=
2547
+ # wrong constant name write_timeout
2548
+ # wrong constant name write_timeout=
2549
+ # uninitialized constant Net::HTTP::DigestAuth
2550
+ # uninitialized constant Net::HTTP::DigestAuth
2551
+ # uninitialized constant Net::HTTPAlreadyReported::CODE_CLASS_TO_OBJ
2552
+ # uninitialized constant Net::HTTPAlreadyReported::CODE_TO_OBJ
2553
+ # wrong constant name <static-init>
2554
+ # uninitialized constant Net::HTTPEarlyHints::CODE_CLASS_TO_OBJ
2555
+ # uninitialized constant Net::HTTPEarlyHints::CODE_TO_OBJ
2556
+ # wrong constant name <static-init>
2557
+ # uninitialized constant Net::HTTPLoopDetected::CODE_CLASS_TO_OBJ
2558
+ # uninitialized constant Net::HTTPLoopDetected::CODE_TO_OBJ
2559
+ # wrong constant name <static-init>
2560
+ # uninitialized constant Net::HTTPMisdirectedRequest::CODE_CLASS_TO_OBJ
2561
+ # uninitialized constant Net::HTTPMisdirectedRequest::CODE_TO_OBJ
2562
+ # wrong constant name <static-init>
2563
+ # uninitialized constant Net::HTTPNotExtended::CODE_CLASS_TO_OBJ
2564
+ # uninitialized constant Net::HTTPNotExtended::CODE_TO_OBJ
2565
+ # wrong constant name <static-init>
2566
+ # uninitialized constant Net::HTTPPayloadTooLarge::CODE_CLASS_TO_OBJ
2567
+ # uninitialized constant Net::HTTPPayloadTooLarge::CODE_TO_OBJ
2568
+ # wrong constant name <static-init>
2569
+ # uninitialized constant Net::HTTPProcessing::CODE_CLASS_TO_OBJ
2570
+ # uninitialized constant Net::HTTPProcessing::CODE_TO_OBJ
2571
+ # wrong constant name <static-init>
2572
+ # uninitialized constant Net::HTTPRangeNotSatisfiable::CODE_CLASS_TO_OBJ
2573
+ # uninitialized constant Net::HTTPRangeNotSatisfiable::CODE_TO_OBJ
2574
+ # wrong constant name <static-init>
2575
+ # uninitialized constant Net::HTTPURITooLong::CODE_CLASS_TO_OBJ
2576
+ # uninitialized constant Net::HTTPURITooLong::CODE_TO_OBJ
2577
+ # wrong constant name <static-init>
2578
+ # uninitialized constant Net::HTTPVariantAlsoNegotiates::CODE_CLASS_TO_OBJ
2579
+ # uninitialized constant Net::HTTPVariantAlsoNegotiates::CODE_TO_OBJ
2580
+ # wrong constant name <static-init>
2581
+ # uninitialized constant Net::IMAP
2582
+ # uninitialized constant Net::IMAP
2583
+ # uninitialized constant Net::NTLM
2584
+ # uninitialized constant Net::NTLM
2585
+ # wrong constant name initialize
2586
+ # wrong constant name io
2587
+ # uninitialized constant Net::SFTP
2588
+ # uninitialized constant Net::SFTP
2589
+ # uninitialized constant Net::SMTP
2590
+ # uninitialized constant Net::SMTP
2591
+ # uninitialized constant Net::SMTPAuthenticationError
2592
+ # uninitialized constant Net::SMTPAuthenticationError
2593
+ # uninitialized constant Net::SMTPError
2594
+ # Did you mean? Net::HTTPError
2595
+ # uninitialized constant Net::SMTPError
2596
+ # Did you mean? Net::HTTPError
2597
+ # uninitialized constant Net::SMTPFatalError
2598
+ # Did you mean? Net::ProtoFatalError
2599
+ # Net::HTTPFatalError
2600
+ # uninitialized constant Net::SMTPFatalError
2601
+ # Did you mean? Net::ProtoFatalError
2602
+ # Net::HTTPFatalError
2603
+ # uninitialized constant Net::SMTPServerBusy
2604
+ # uninitialized constant Net::SMTPServerBusy
2605
+ # uninitialized constant Net::SMTPSyntaxError
2606
+ # Did you mean? Net::ProtoSyntaxError
2607
+ # uninitialized constant Net::SMTPSyntaxError
2608
+ # Did you mean? Net::ProtoSyntaxError
2609
+ # uninitialized constant Net::SMTPUnknownError
2610
+ # uninitialized constant Net::SMTPUnknownError
2611
+ # uninitialized constant Net::SMTPUnsupportedCommand
2612
+ # uninitialized constant Net::SMTPUnsupportedCommand
2613
+ # uninitialized constant Net::SSH
2614
+ # uninitialized constant Net::SSH
2615
+ # wrong constant name initialize
2616
+ # wrong constant name io
2617
+ # uninitialized constant Newton
2618
+ # uninitialized constant Newton
2619
+ # wrong constant name <static-init>
2620
+ # uninitialized constant RUBYGEMS_ACTIVATION_MONITOR
2621
+ # wrong constant name to_yaml
2622
+ # wrong constant name yaml_tag
2623
+ # wrong constant name <Class:Object>
2624
+ # uninitialized constant Observable
2625
+ # uninitialized constant Observable
2626
+ # uninitialized constant Open3
2627
+ # Did you mean? OpenSSL
2628
+ # uninitialized constant Open3
2629
+ # Did you mean? OpenSSL
2630
+ # wrong constant name indefinite_length
2631
+ # wrong constant name indefinite_length=
2632
+ # wrong constant name +@
2633
+ # wrong constant name -@
2634
+ # wrong constant name /
2635
+ # wrong constant name negative?
2636
+ # uninitialized constant OpenSSL::Digest::DSS
2637
+ # uninitialized constant OpenSSL::Digest::DSS
2638
+ # uninitialized constant OpenSSL::Digest::DSS1
2639
+ # uninitialized constant OpenSSL::Digest::DSS1
2640
+ # uninitialized constant OpenSSL::Digest::SHA
2641
+ # Did you mean? OpenSSL::Digest::SHA1
2642
+ # uninitialized constant OpenSSL::Digest::SHA
2643
+ # Did you mean? OpenSSL::Digest::SHA1
2644
+ # wrong constant name <Class:KDFError>
2645
+ # wrong constant name <static-init>
2646
+ # wrong constant name <static-init>
2647
+ # wrong constant name hkdf
2648
+ # wrong constant name pbkdf2_hmac
2649
+ # wrong constant name scrypt
2650
+ # wrong constant name signed?
2651
+ # uninitialized constant OpenSSL::PKCS5::PKCS5Error
2652
+ # uninitialized constant OpenSSL::PKCS5::PKCS5Error
2653
+ # wrong constant name to_octet_string
2654
+ # wrong constant name add_certificate
2655
+ # wrong constant name alpn_protocols
2656
+ # wrong constant name alpn_protocols=
2657
+ # wrong constant name alpn_select_cb
2658
+ # wrong constant name alpn_select_cb=
2659
+ # wrong constant name enable_fallback_scsv
2660
+ # wrong constant name max_version=
2661
+ # wrong constant name min_version=
2662
+ # uninitialized constant OpenSSL::SSL::SSLSocket::BLOCK_SIZE
2663
+ # wrong constant name alpn_protocol
2664
+ # wrong constant name tmp_key
2665
+ # wrong constant name ==
2666
+ # wrong constant name ==
2667
+ # wrong constant name ==
2668
+ # wrong constant name to_utf8
2669
+ # wrong constant name ==
2670
+ # wrong constant name ==
2671
+ # wrong constant name to_der
2672
+ # wrong constant name fips_mode
2673
+ # uninitialized constant OpenURI
2674
+ # Did you mean? OpenStruct
2675
+ # uninitialized constant OpenURI
2676
+ # Did you mean? OpenStruct
2677
+ # wrong constant name additional_message
2678
+ # wrong constant name get_candidates
2679
+ # wrong constant name additional
2680
+ # wrong constant name additional=
2681
+ # uninitialized constant Opus
2682
+ # uninitialized constant Opus
2683
+ # uninitialized constant PStore
2684
+ # uninitialized constant PStore
2685
+ # uninitialized constant PTY
2686
+ # Did you mean? Pry
2687
+ # TTY
2688
+ # uninitialized constant PTY
2689
+ # Did you mean? Pry
2690
+ # TTY
2691
+ # uninitialized constant PackageSpec
2692
+ # uninitialized constant PackageSpec
2693
+ # wrong constant name <Class:PackageSpec>
2694
+ # uninitialized constant Pastel::Color::ATTRIBUTES
2695
+ # uninitialized constant Pastel::Color::VERSION
2696
+ # Did you mean? Pastel::VERSION
2697
+ # uninitialized constant Pastel::ColorParser::ATTRIBUTES
2698
+ # wrong constant name fnmatch?
2699
+ # wrong constant name glob
2700
+ # wrong constant name make_symlink
2701
+ # uninitialized constant Prime
2702
+ # uninitialized constant Prime
2703
+ # wrong constant name <<
2704
+ # wrong constant name >>
2705
+ # wrong constant name clone
2706
+ # uninitialized constant Proc0
2707
+ # uninitialized constant Proc0
2708
+ # uninitialized constant Proc1
2709
+ # uninitialized constant Proc1
2710
+ # uninitialized constant Proc10
2711
+ # uninitialized constant Proc10
2712
+ # uninitialized constant Proc2
2713
+ # uninitialized constant Proc2
2714
+ # uninitialized constant Proc3
2715
+ # uninitialized constant Proc3
2716
+ # uninitialized constant Proc4
2717
+ # uninitialized constant Proc4
2718
+ # uninitialized constant Proc5
2719
+ # uninitialized constant Proc5
2720
+ # uninitialized constant Proc6
2721
+ # uninitialized constant Proc6
2722
+ # uninitialized constant Proc7
2723
+ # uninitialized constant Proc7
2724
+ # uninitialized constant Proc8
2725
+ # uninitialized constant Proc8
2726
+ # uninitialized constant Proc9
2727
+ # uninitialized constant Proc9
2728
+ # uninitialized constant Pry::BasicObject::RUBYGEMS_ACTIVATION_MONITOR
2729
+ # uninitialized constant Pry::Command::COLORS
2730
+ # uninitialized constant Pry::Command::Ls::COLORS
2731
+ # Did you mean? Pry::Command::COLORS
2732
+ # uninitialized constant Pry::Command::Ls::VOID_VALUE
2733
+ # Did you mean? Pry::Command::VOID_VALUE
2734
+ # uninitialized constant Pry::Command::Wtf::COLORS
2735
+ # Did you mean? Pry::Command::COLORS
2736
+ # uninitialized constant Pry::Command::Wtf::VOID_VALUE
2737
+ # Did you mean? Pry::Command::VOID_VALUE
2738
+ # uninitialized constant Psych::UnsafeYAML
2739
+ # uninitialized constant Psych::UnsafeYAML
2740
+ # wrong constant name add_builtin_type
2741
+ # wrong constant name add_domain_type
2742
+ # wrong constant name add_tag
2743
+ # wrong constant name domain_types
2744
+ # wrong constant name domain_types=
2745
+ # wrong constant name dump_tags
2746
+ # wrong constant name dump_tags=
2747
+ # wrong constant name libyaml_version
2748
+ # wrong constant name load_tags
2749
+ # wrong constant name load_tags=
2750
+ # wrong constant name remove_type
2751
+ # uninitialized constant RDoc::Alias::MARKUP_FORMAT
2752
+ # uninitialized constant RDoc::Alias::TO_HTML_CHARACTERS
2753
+ # wrong constant name initialize
2754
+ # uninitialized constant RDoc::Attr::MARKUP_FORMAT
2755
+ # uninitialized constant RDoc::Attr::TO_HTML_CHARACTERS
2756
+ # wrong constant name initialize
2757
+ # uninitialized constant RDoc::ClassModule::MARKUP_FORMAT
2758
+ # uninitialized constant RDoc::ClassModule::TOMDOC_TITLES
2759
+ # uninitialized constant RDoc::ClassModule::TOMDOC_TITLES_SORT
2760
+ # uninitialized constant RDoc::ClassModule::TO_HTML_CHARACTERS
2761
+ # uninitialized constant RDoc::ClassModule::TYPES
2762
+ # wrong constant name initialize
2763
+ # uninitialized constant RDoc::CodeObject::MARKUP_FORMAT
2764
+ # uninitialized constant RDoc::CodeObject::TO_HTML_CHARACTERS
2765
+ # wrong constant name initialize_visibility
2766
+ # uninitialized constant RDoc::Comment::MARKUP_FORMAT
2767
+ # uninitialized constant RDoc::Comment::TO_HTML_CHARACTERS
2768
+ # wrong constant name initialize
2769
+ # wrong constant name line
2770
+ # wrong constant name line=
2771
+ # uninitialized constant RDoc::Constant::MARKUP_FORMAT
2772
+ # uninitialized constant RDoc::Constant::TO_HTML_CHARACTERS
2773
+ # wrong constant name initialize
2774
+ # uninitialized constant RDoc::Constant::RDoc
2775
+ # Did you mean? RDoc::RDoc
2776
+ # uninitialized constant RDoc::Constant::RDoc
2777
+ # Did you mean? RDoc::RDoc
2778
+ # uninitialized constant RDoc::Context::MARKUP_FORMAT
2779
+ # uninitialized constant RDoc::Context::TO_HTML_CHARACTERS
2780
+ # wrong constant name add_module_by_normal_module
2781
+ # wrong constant name initialize_methods_etc
2782
+ # uninitialized constant RDoc::Context::Section::MARKUP_FORMAT
2783
+ # Did you mean? RDoc::Context::MARKUP_FORMAT
2784
+ # uninitialized constant RDoc::Context::Section::TO_HTML_CHARACTERS
2785
+ # Did you mean? RDoc::Context::TO_HTML_CHARACTERS
2786
+ # wrong constant name initialize
2787
+ # wrong constant name initialize
2788
+ # uninitialized constant RDoc::ERBIO::Revision
2789
+ # wrong constant name initialize
2790
+ # wrong constant name detect_encoding
2791
+ # wrong constant name remove_magic_comment
2792
+ # wrong constant name initialize
2793
+ # uninitialized constant RDoc::Generator::JsonIndex::MARKUP_FORMAT
2794
+ # uninitialized constant RDoc::Generator::JsonIndex::TO_HTML_CHARACTERS
2795
+ # wrong constant name initialize
2796
+ # wrong constant name initialize
2797
+ # wrong constant name initialize
2798
+ # wrong constant name initialize
2799
+ # wrong constant name initialize
2800
+ # wrong constant name initialize
2801
+ # wrong constant name initialize
2802
+ # wrong constant name initialize
2803
+ # wrong constant name initialize
2804
+ # wrong constant name initialize
2805
+ # wrong constant name initialize
2806
+ # wrong constant name initialize
2807
+ # wrong constant name initialize
2808
+ # wrong constant name <Class:RegexpHandling>
2809
+ # wrong constant name add_regexp_handling
2810
+ # wrong constant name initialize
2811
+ # wrong constant name initialize
2812
+ # wrong constant name add_regexp_handling
2813
+ # wrong constant name convert_regexp_handlings
2814
+ # wrong constant name regexp_handlings
2815
+ # wrong constant name regexp_handling
2816
+ # wrong constant name initialize
2817
+ # wrong constant name add_regexp_handling_RDOCLINK
2818
+ # wrong constant name add_regexp_handling_TIDYLINK
2819
+ # wrong constant name convert_regexp_handling
2820
+ # wrong constant name initialize
2821
+ # wrong constant name initialize
2822
+ # wrong constant name initialize
2823
+ # wrong constant name initialize
2824
+ # wrong constant name initialize
2825
+ # wrong constant name []
2826
+ # wrong constant name eos?
2827
+ # wrong constant name initialize
2828
+ # wrong constant name matched
2829
+ # wrong constant name newline!
2830
+ # wrong constant name pos
2831
+ # wrong constant name scan
2832
+ # wrong constant name unscan
2833
+ # wrong constant name <static-init>
2834
+ # wrong constant name initialize
2835
+ # wrong constant name initialize
2836
+ # wrong constant name ==
2837
+ # wrong constant name initialize
2838
+ # wrong constant name text
2839
+ # wrong constant name text=
2840
+ # wrong constant name type
2841
+ # wrong constant name <static-init>
2842
+ # uninitialized constant RDoc::Markup::Special
2843
+ # uninitialized constant RDoc::Markup::Special
2844
+ # uninitialized constant RDoc::Markup::ToHtml::MARKUP_FORMAT
2845
+ # uninitialized constant RDoc::Markup::ToHtml::TO_HTML_CHARACTERS
2846
+ # wrong constant name handle_regexp_HARD_BREAK
2847
+ # wrong constant name handle_regexp_HYPERLINK
2848
+ # wrong constant name handle_regexp_RDOCLINK
2849
+ # wrong constant name handle_regexp_TIDYLINK
2850
+ # uninitialized constant RDoc::Markup::ToHtmlCrossref::LIST_TYPE_TO_HTML
2851
+ # uninitialized constant RDoc::Markup::ToHtmlCrossref::MARKUP_FORMAT
2852
+ # uninitialized constant RDoc::Markup::ToHtmlCrossref::TO_HTML_CHARACTERS
2853
+ # wrong constant name handle_regexp_CROSSREF
2854
+ # wrong constant name initialize
2855
+ # uninitialized constant RDoc::Markup::ToHtmlSnippet::LIST_TYPE_TO_HTML
2856
+ # uninitialized constant RDoc::Markup::ToHtmlSnippet::MARKUP_FORMAT
2857
+ # uninitialized constant RDoc::Markup::ToHtmlSnippet::TO_HTML_CHARACTERS
2858
+ # wrong constant name handle_regexp_CROSSREF
2859
+ # wrong constant name initialize
2860
+ # wrong constant name initialize
2861
+ # wrong constant name handle_regexp_CROSSREF
2862
+ # wrong constant name handle_regexp_HARD_BREAK
2863
+ # wrong constant name handle_regexp_TIDYLINK
2864
+ # wrong constant name initialize
2865
+ # wrong constant name handle_regexp_RDOCLINK
2866
+ # wrong constant name handle_regexp_TIDYLINK
2867
+ # wrong constant name handle_regexp_HARD_BREAK
2868
+ # wrong constant name handle_regexp_SUPPRESSED_CROSSREF
2869
+ # wrong constant name initialize
2870
+ # wrong constant name initialize
2871
+ # wrong constant name initialize
2872
+ # uninitialized constant RDoc::MethodAttr::MARKUP_FORMAT
2873
+ # uninitialized constant RDoc::MethodAttr::TO_HTML_CHARACTERS
2874
+ # wrong constant name initialize
2875
+ # uninitialized constant RDoc::Mixin::MARKUP_FORMAT
2876
+ # uninitialized constant RDoc::Mixin::TO_HTML_CHARACTERS
2877
+ # wrong constant name initialize
2878
+ # wrong constant name <Class:RipperStateLex>
2879
+ # wrong constant name initialize
2880
+ # uninitialized constant RDoc::Parser::C::MARKUP_FORMAT
2881
+ # uninitialized constant RDoc::Parser::C::TO_HTML_CHARACTERS
2882
+ # wrong constant name do_classes_and_modules
2883
+ # wrong constant name <Class:InnerStateLex>
2884
+ # wrong constant name <Class:Token>
2885
+ # wrong constant name get_squashed_tk
2886
+ # wrong constant name initialize
2887
+ # wrong constant name initialize
2888
+ # wrong constant name on_default
2889
+ # wrong constant name <static-init>
2890
+ # uninitialized constant RDoc::Parser::RipperStateLex::Token::Elem
2891
+ # wrong constant name char_no
2892
+ # wrong constant name char_no=
2893
+ # wrong constant name kind
2894
+ # wrong constant name kind=
2895
+ # wrong constant name line_no
2896
+ # wrong constant name line_no=
2897
+ # wrong constant name state
2898
+ # wrong constant name state=
2899
+ # wrong constant name text
2900
+ # wrong constant name text=
2901
+ # wrong constant name <static-init>
2902
+ # wrong constant name []
2903
+ # wrong constant name members
2904
+ # wrong constant name <static-init>
2905
+ # wrong constant name end?
2906
+ # wrong constant name parse
2907
+ # wrong constant name get_included_module_with_optional_parens
2908
+ # wrong constant name retrieve_comment_body
2909
+ # wrong constant name skip_tkspace_without_nl
2910
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Main_Parsing_Routine
2911
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Core_Id_C
2912
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Core_Version_C
2913
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Core_Revision
2914
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_C
2915
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_R
2916
+ # RDoc::RD::BlockParser::Racc_Runtime_Revision
2917
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version
2918
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version_C
2919
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version_R
2920
+ # RDoc::RD::BlockParser::Racc_Runtime_Version
2921
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Id_C
2922
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_C
2923
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_R
2924
+ # RDoc::RD::BlockParser::Racc_Runtime_Revision
2925
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version_C
2926
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version_R
2927
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version
2928
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Id_C
2929
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_R
2930
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_C
2931
+ # RDoc::RD::BlockParser::Racc_Runtime_Revision
2932
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version_C
2933
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version_R
2934
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version
2935
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Core_Version
2936
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Revision
2937
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision
2938
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version_C
2939
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version_R
2940
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_C
2941
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_R
2942
+ # RDoc::RD::BlockParser::Racc_Runtime_Version
2943
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Id_C
2944
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Core_Version_C
2945
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Core_Version_R
2946
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_C
2947
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_R
2948
+ # RDoc::RD::BlockParser::Racc_Runtime_Revision
2949
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision
2950
+ # RDoc::RD::BlockParser::Racc_Runtime_Version
2951
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Id_C
2952
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Core_Version_R
2953
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Core_Version_C
2954
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_C
2955
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision_R
2956
+ # RDoc::RD::BlockParser::Racc_Runtime_Revision
2957
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision
2958
+ # RDoc::RD::BlockParser::Racc_Runtime_Version
2959
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Id_C
2960
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Revision
2961
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Version
2962
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version
2963
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Revision
2964
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Type
2965
+ # uninitialized constant RDoc::RD::BlockParser::Racc_Runtime_Version
2966
+ # Did you mean? RDoc::RD::BlockParser::Racc_Runtime_Revision
2967
+ # RDoc::RD::BlockParser::Racc_Runtime_Core_Version
2968
+ # uninitialized constant RDoc::RD::BlockParser::Racc_YY_Parse_Method
2969
+ # wrong constant name initialize
2970
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Main_Parsing_Routine
2971
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Core_Id_C
2972
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Core_Version_C
2973
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Core_Revision
2974
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_C
2975
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_R
2976
+ # RDoc::RD::InlineParser::Racc_Runtime_Revision
2977
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version
2978
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version_C
2979
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version_R
2980
+ # RDoc::RD::InlineParser::Racc_Runtime_Version
2981
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Id_C
2982
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_C
2983
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_R
2984
+ # RDoc::RD::InlineParser::Racc_Runtime_Revision
2985
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version_C
2986
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version_R
2987
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version
2988
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Id_C
2989
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_R
2990
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_C
2991
+ # RDoc::RD::InlineParser::Racc_Runtime_Revision
2992
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version_C
2993
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version_R
2994
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version
2995
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Core_Version
2996
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Revision
2997
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision
2998
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version_C
2999
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version_R
3000
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_C
3001
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_R
3002
+ # RDoc::RD::InlineParser::Racc_Runtime_Version
3003
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Id_C
3004
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Core_Version_C
3005
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Core_Version_R
3006
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_C
3007
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_R
3008
+ # RDoc::RD::InlineParser::Racc_Runtime_Revision
3009
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision
3010
+ # RDoc::RD::InlineParser::Racc_Runtime_Version
3011
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Id_C
3012
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Core_Version_R
3013
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Core_Version_C
3014
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_C
3015
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision_R
3016
+ # RDoc::RD::InlineParser::Racc_Runtime_Revision
3017
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision
3018
+ # RDoc::RD::InlineParser::Racc_Runtime_Version
3019
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Id_C
3020
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Revision
3021
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Version
3022
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version
3023
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Revision
3024
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Type
3025
+ # uninitialized constant RDoc::RD::InlineParser::Racc_Runtime_Version
3026
+ # Did you mean? RDoc::RD::InlineParser::Racc_Runtime_Revision
3027
+ # RDoc::RD::InlineParser::Racc_Runtime_Core_Version
3028
+ # uninitialized constant RDoc::RD::InlineParser::Racc_YY_Parse_Method
3029
+ # wrong constant name initialize
3030
+ # wrong constant name initialize
3031
+ # wrong constant name initialize
3032
+ # uninitialized constant RDoc::Require::MARKUP_FORMAT
3033
+ # uninitialized constant RDoc::Require::TO_HTML_CHARACTERS
3034
+ # wrong constant name initialize
3035
+ # uninitialized constant RDoc::RipperStateLex
3036
+ # uninitialized constant RDoc::RipperStateLex
3037
+ # wrong constant name initialize
3038
+ # uninitialized constant RDoc::Stats::MARKUP_FORMAT
3039
+ # uninitialized constant RDoc::Stats::TO_HTML_CHARACTERS
3040
+ # wrong constant name initialize
3041
+ # wrong constant name initialize
3042
+ # wrong constant name initialize
3043
+ # wrong constant name unmatched_constant_alias
3044
+ # wrong constant name update_parser_of_file
3045
+ # wrong constant name initialize
3046
+ # uninitialized constant RDoc::Task::DEFAULT
3047
+ # uninitialized constant RDoc::Task::LN_SUPPORTED
3048
+ # uninitialized constant RDoc::Task::LOW_METHODS
3049
+ # Did you mean? RDoc::Task::LowMethods
3050
+ # uninitialized constant RDoc::Task::METHODS
3051
+ # Did you mean? Method
3052
+ # uninitialized constant RDoc::Task::OPT_TABLE
3053
+ # uninitialized constant RDoc::Task::RUBY
3054
+ # uninitialized constant RDoc::Task::VERSION
3055
+ # Did you mean? RDoc::VERSION
3056
+ # wrong constant name before_running_rdoc
3057
+ # wrong constant name check_names
3058
+ # wrong constant name clobber_task_description
3059
+ # wrong constant name defaults
3060
+ # wrong constant name define
3061
+ # wrong constant name external
3062
+ # wrong constant name external=
3063
+ # wrong constant name generator
3064
+ # wrong constant name generator=
3065
+ # wrong constant name initialize
3066
+ # wrong constant name inline_source
3067
+ # wrong constant name inline_source=
3068
+ # wrong constant name main
3069
+ # wrong constant name main=
3070
+ # wrong constant name markup
3071
+ # wrong constant name markup=
3072
+ # wrong constant name name
3073
+ # wrong constant name name=
3074
+ # wrong constant name option_list
3075
+ # wrong constant name options
3076
+ # wrong constant name options=
3077
+ # wrong constant name rdoc_dir
3078
+ # wrong constant name rdoc_dir=
3079
+ # wrong constant name rdoc_files
3080
+ # wrong constant name rdoc_files=
3081
+ # wrong constant name rdoc_task_description
3082
+ # wrong constant name rerdoc_task_description
3083
+ # wrong constant name template
3084
+ # wrong constant name template=
3085
+ # wrong constant name title
3086
+ # wrong constant name title=
3087
+ # wrong constant name <static-init>
3088
+ # wrong constant name language
3089
+ # wrong constant name language=
3090
+ # uninitialized constant RDoc::TopLevel::MARKUP_FORMAT
3091
+ # uninitialized constant RDoc::TopLevel::TOMDOC_TITLES
3092
+ # uninitialized constant RDoc::TopLevel::TOMDOC_TITLES_SORT
3093
+ # uninitialized constant RDoc::TopLevel::TO_HTML_CHARACTERS
3094
+ # uninitialized constant RDoc::TopLevel::TYPES
3095
+ # wrong constant name initialize
3096
+ # uninitialized constant REXML
3097
+ # uninitialized constant REXML
3098
+ # uninitialized constant RSpec::Core::ExampleGroup::BE_PREDICATE_REGEX
3099
+ # uninitialized constant RSpec::Core::ExampleGroup::DYNAMIC_MATCHER_REGEX
3100
+ # uninitialized constant RSpec::Core::ExampleGroup::HAS_REGEX
3101
+ # uninitialized constant RSpec::Core::ExampleGroup::NOT_YET_IMPLEMENTED
3102
+ # uninitialized constant RSpec::Core::ExampleGroup::NO_REASON_GIVEN
3103
+ # uninitialized constant RSpec::Matchers::BuiltIn::Equal::UNDEFINED
3104
+ # wrong constant name <Class:Differ>
3105
+ # wrong constant name color?
3106
+ # wrong constant name diff
3107
+ # wrong constant name diff_as_object
3108
+ # wrong constant name diff_as_string
3109
+ # wrong constant name initialize
3110
+ # wrong constant name <static-init>
3111
+ # wrong constant name <Class:TaskLib>
3112
+ # uninitialized constant Rake::DSL::DEFAULT
3113
+ # uninitialized constant Rake::DSL::LN_SUPPORTED
3114
+ # uninitialized constant Rake::DSL::LOW_METHODS
3115
+ # Did you mean? Rake::DSL::LowMethods
3116
+ # uninitialized constant Rake::DSL::METHODS
3117
+ # Did you mean? Method
3118
+ # uninitialized constant Rake::DSL::OPT_TABLE
3119
+ # uninitialized constant Rake::DSL::RUBY
3120
+ # uninitialized constant Rake::DSL::VERSION
3121
+ # Did you mean? Rake::Version
3122
+ # Rake::VERSION
3123
+ # uninitialized constant Rake::FileUtilsExt::LN_SUPPORTED
3124
+ # uninitialized constant Rake::FileUtilsExt::LOW_METHODS
3125
+ # Did you mean? Rake::FileUtilsExt::LowMethods
3126
+ # uninitialized constant Rake::FileUtilsExt::METHODS
3127
+ # Did you mean? Method
3128
+ # uninitialized constant Rake::FileUtilsExt::OPT_TABLE
3129
+ # uninitialized constant Rake::FileUtilsExt::RUBY
3130
+ # uninitialized constant Rake::FileUtilsExt::VERSION
3131
+ # Did you mean? Rake::Version
3132
+ # Rake::VERSION
3133
+ # uninitialized constant Rake::TaskLib::DEFAULT
3134
+ # uninitialized constant Rake::TaskLib::LN_SUPPORTED
3135
+ # uninitialized constant Rake::TaskLib::LOW_METHODS
3136
+ # Did you mean? Rake::TaskLib::LowMethods
3137
+ # uninitialized constant Rake::TaskLib::METHODS
3138
+ # Did you mean? Method
3139
+ # uninitialized constant Rake::TaskLib::OPT_TABLE
3140
+ # uninitialized constant Rake::TaskLib::RUBY
3141
+ # uninitialized constant Rake::TaskLib::VERSION
3142
+ # Did you mean? Rake::Version
3143
+ # Rake::VERSION
3144
+ # wrong constant name <static-init>
3145
+ # wrong constant name bytes
3146
+ # wrong constant name %
3147
+ # wrong constant name entries
3148
+ # wrong constant name to_a
3149
+ # wrong constant name expand
3150
+ # wrong constant name fire_update!
3151
+ # wrong constant name ruby
3152
+ # wrong constant name completion_quote_character
3153
+ # wrong constant name <Class:ANSI>
3154
+ # wrong constant name <Class:Config>
3155
+ # wrong constant name <Class:Core>
3156
+ # wrong constant name <Class:CursorPos>
3157
+ # wrong constant name <Class:GeneralIO>
3158
+ # wrong constant name <Class:History>
3159
+ # wrong constant name <Class:KeyActor>
3160
+ # wrong constant name <Class:KeyStroke>
3161
+ # wrong constant name <Class:KillRing>
3162
+ # wrong constant name <Class:LineEditor>
3163
+ # wrong constant name <Class:Unicode>
3164
+ # wrong constant name eof?
3165
+ # wrong constant name <static-init>
3166
+ # wrong constant name clear_screen
3167
+ # wrong constant name cursor_pos
3168
+ # wrong constant name deprep
3169
+ # wrong constant name erase_after_cursor
3170
+ # wrong constant name get_screen_size
3171
+ # wrong constant name getc
3172
+ # wrong constant name input=
3173
+ # wrong constant name move_cursor_column
3174
+ # wrong constant name move_cursor_down
3175
+ # wrong constant name move_cursor_up
3176
+ # wrong constant name output=
3177
+ # wrong constant name prep
3178
+ # wrong constant name retrieve_keybuffer
3179
+ # wrong constant name scroll_down
3180
+ # wrong constant name set_screen_size
3181
+ # wrong constant name set_winch_handler
3182
+ # wrong constant name ungetc
3183
+ # wrong constant name <Class:InvalidInputrc>
3184
+ # wrong constant name add_default_key_binding
3185
+ # wrong constant name bind_key
3186
+ # wrong constant name bind_tty_special_chars
3187
+ # wrong constant name bind_tty_special_chars=
3188
+ # wrong constant name bind_variable
3189
+ # wrong constant name blink_matching_paren
3190
+ # wrong constant name blink_matching_paren=
3191
+ # wrong constant name byte_oriented
3192
+ # wrong constant name byte_oriented=
3193
+ # wrong constant name completion_ignore_case
3194
+ # wrong constant name completion_ignore_case=
3195
+ # wrong constant name convert_meta
3196
+ # wrong constant name convert_meta=
3197
+ # wrong constant name disable_completion
3198
+ # wrong constant name disable_completion=
3199
+ # wrong constant name editing_mode
3200
+ # wrong constant name editing_mode=
3201
+ # wrong constant name editing_mode_is?
3202
+ # wrong constant name enable_keypad
3203
+ # wrong constant name enable_keypad=
3204
+ # wrong constant name expand_tilde
3205
+ # wrong constant name expand_tilde=
3206
+ # wrong constant name handle_directive
3207
+ # wrong constant name history_preserve_point
3208
+ # wrong constant name history_preserve_point=
3209
+ # wrong constant name history_size
3210
+ # wrong constant name history_size=
3211
+ # wrong constant name horizontal_scroll_mode
3212
+ # wrong constant name horizontal_scroll_mode=
3213
+ # wrong constant name input_meta
3214
+ # wrong constant name input_meta=
3215
+ # wrong constant name key_bindings
3216
+ # wrong constant name key_notation_to_code
3217
+ # wrong constant name keymap
3218
+ # wrong constant name keyseq_timeout
3219
+ # wrong constant name keyseq_timeout=
3220
+ # wrong constant name mark_directories
3221
+ # wrong constant name mark_directories=
3222
+ # wrong constant name mark_modified_lines
3223
+ # wrong constant name mark_modified_lines=
3224
+ # wrong constant name mark_symlinked_directories
3225
+ # wrong constant name mark_symlinked_directories=
3226
+ # wrong constant name match_hidden_files
3227
+ # wrong constant name match_hidden_files=
3228
+ # wrong constant name meta_flag
3229
+ # wrong constant name meta_flag=
3230
+ # wrong constant name output_meta
3231
+ # wrong constant name output_meta=
3232
+ # wrong constant name page_completions
3233
+ # wrong constant name page_completions=
3234
+ # wrong constant name parse_keyseq
3235
+ # wrong constant name prefer_visible_bell
3236
+ # wrong constant name prefer_visible_bell=
3237
+ # wrong constant name print_completions_horizontally
3238
+ # wrong constant name print_completions_horizontally=
3239
+ # wrong constant name read
3240
+ # wrong constant name read_lines
3241
+ # wrong constant name reset
3242
+ # wrong constant name reset_default_key_bindings
3243
+ # wrong constant name show_all_if_ambiguous
3244
+ # wrong constant name show_all_if_ambiguous=
3245
+ # wrong constant name show_all_if_unmodified
3246
+ # wrong constant name show_all_if_unmodified=
3247
+ # wrong constant name test_mode
3248
+ # wrong constant name visible_stats
3249
+ # wrong constant name visible_stats=
3250
+ # wrong constant name file
3251
+ # wrong constant name file=
3252
+ # wrong constant name lineno
3253
+ # wrong constant name lineno=
3254
+ # wrong constant name <static-init>
3255
+ # wrong constant name <static-init>
3256
+ # wrong constant name ambiguous_width
3257
+ # wrong constant name ambiguous_width=
3258
+ # wrong constant name auto_indent_proc
3259
+ # wrong constant name auto_indent_proc=
3260
+ # wrong constant name basic_quote_characters
3261
+ # wrong constant name basic_quote_characters=
3262
+ # wrong constant name basic_word_break_characters
3263
+ # wrong constant name basic_word_break_characters=
3264
+ # wrong constant name completer_quote_characters
3265
+ # wrong constant name completer_quote_characters=
3266
+ # wrong constant name completer_word_break_characters
3267
+ # wrong constant name completer_word_break_characters=
3268
+ # wrong constant name completion_append_character
3269
+ # wrong constant name completion_append_character=
3270
+ # wrong constant name completion_case_fold
3271
+ # wrong constant name completion_case_fold=
3272
+ # wrong constant name completion_proc
3273
+ # wrong constant name completion_proc=
3274
+ # wrong constant name completion_quote_character
3275
+ # wrong constant name config
3276
+ # wrong constant name config=
3277
+ # wrong constant name dig_perfect_match_proc
3278
+ # wrong constant name dig_perfect_match_proc=
3279
+ # wrong constant name emacs_editing_mode
3280
+ # wrong constant name emacs_editing_mode?
3281
+ # wrong constant name filename_quote_characters
3282
+ # wrong constant name filename_quote_characters=
3283
+ # wrong constant name get_screen_size
3284
+ # wrong constant name input=
3285
+ # wrong constant name key_stroke
3286
+ # wrong constant name key_stroke=
3287
+ # wrong constant name last_incremental_search
3288
+ # wrong constant name last_incremental_search=
3289
+ # wrong constant name line_editor
3290
+ # wrong constant name line_editor=
3291
+ # wrong constant name output
3292
+ # wrong constant name output=
3293
+ # wrong constant name output_modifier_proc
3294
+ # wrong constant name output_modifier_proc=
3295
+ # wrong constant name pre_input_hook
3296
+ # wrong constant name pre_input_hook=
3297
+ # wrong constant name prompt_proc
3298
+ # wrong constant name prompt_proc=
3299
+ # wrong constant name readline
3300
+ # wrong constant name readmultiline
3301
+ # wrong constant name special_prefixes
3302
+ # wrong constant name special_prefixes=
3303
+ # wrong constant name vi_editing_mode
3304
+ # wrong constant name vi_editing_mode?
3305
+ # wrong constant name <static-init>
3306
+ # uninitialized constant Reline::CursorPos::Elem
3307
+ # wrong constant name x
3308
+ # wrong constant name x=
3309
+ # wrong constant name y
3310
+ # wrong constant name y=
3311
+ # wrong constant name <static-init>
3312
+ # wrong constant name []
3313
+ # wrong constant name members
3314
+ # wrong constant name <static-init>
3315
+ # wrong constant name clear_screen
3316
+ # wrong constant name cursor_pos
3317
+ # wrong constant name deprep
3318
+ # wrong constant name erase_after_cursor
3319
+ # wrong constant name get_screen_size
3320
+ # wrong constant name getc
3321
+ # wrong constant name input=
3322
+ # wrong constant name move_cursor_column
3323
+ # wrong constant name move_cursor_down
3324
+ # wrong constant name move_cursor_up
3325
+ # wrong constant name prep
3326
+ # wrong constant name scroll_down
3327
+ # wrong constant name set_screen_size
3328
+ # wrong constant name set_winch_handler
3329
+ # wrong constant name ungetc
3330
+ # wrong constant name <<
3331
+ # uninitialized constant Reline::History::Elem
3332
+ # wrong constant name []
3333
+ # wrong constant name []=
3334
+ # wrong constant name concat
3335
+ # wrong constant name delete_at
3336
+ # wrong constant name initialize
3337
+ # wrong constant name push
3338
+ # wrong constant name <static-init>
3339
+ # wrong constant name <Class:Base>
3340
+ # wrong constant name <Class:Emacs>
3341
+ # wrong constant name <Class:ViCommand>
3342
+ # wrong constant name <Class:ViInsert>
3343
+ # wrong constant name get_method
3344
+ # wrong constant name <static-init>
3345
+ # wrong constant name <static-init>
3346
+ # wrong constant name <static-init>
3347
+ # wrong constant name <static-init>
3348
+ # wrong constant name <static-init>
3349
+ # wrong constant name expand
3350
+ # wrong constant name initialize
3351
+ # wrong constant name match_status
3352
+ # wrong constant name <static-init>
3353
+ # wrong constant name <Class:RingBuffer>
3354
+ # wrong constant name <Class:RingPoint>
3355
+ # wrong constant name <Class:State>
3356
+ # wrong constant name append
3357
+ # wrong constant name initialize
3358
+ # wrong constant name process
3359
+ # wrong constant name yank
3360
+ # wrong constant name yank_pop
3361
+ # wrong constant name <<
3362
+ # wrong constant name empty?
3363
+ # wrong constant name head
3364
+ # wrong constant name initialize
3365
+ # wrong constant name size
3366
+ # wrong constant name <static-init>
3367
+ # wrong constant name ==
3368
+ # uninitialized constant Reline::KillRing::RingPoint::Elem
3369
+ # wrong constant name backward
3370
+ # wrong constant name backward=
3371
+ # wrong constant name forward
3372
+ # wrong constant name forward=
3373
+ # wrong constant name initialize
3374
+ # wrong constant name str
3375
+ # wrong constant name str=
3376
+ # wrong constant name <static-init>
3377
+ # wrong constant name []
3378
+ # wrong constant name members
3379
+ # wrong constant name <static-init>
3380
+ # wrong constant name <static-init>
3381
+ # wrong constant name <Class:CompletionState>
3382
+ # wrong constant name auto_indent_proc
3383
+ # wrong constant name auto_indent_proc=
3384
+ # wrong constant name byte_pointer
3385
+ # wrong constant name byte_pointer=
3386
+ # wrong constant name call_completion_proc
3387
+ # wrong constant name completion_append_character
3388
+ # wrong constant name completion_append_character=
3389
+ # wrong constant name completion_proc
3390
+ # wrong constant name completion_proc=
3391
+ # wrong constant name confirm_multiline_termination
3392
+ # wrong constant name confirm_multiline_termination_proc
3393
+ # wrong constant name confirm_multiline_termination_proc=
3394
+ # wrong constant name delete_text
3395
+ # wrong constant name dig_perfect_match_proc
3396
+ # wrong constant name dig_perfect_match_proc=
3397
+ # wrong constant name editing_mode
3398
+ # wrong constant name eof?
3399
+ # wrong constant name finalize
3400
+ # wrong constant name finish
3401
+ # wrong constant name finished?
3402
+ # wrong constant name initialize
3403
+ # wrong constant name input_key
3404
+ # wrong constant name insert_text
3405
+ # wrong constant name line
3406
+ # wrong constant name multiline_off
3407
+ # wrong constant name multiline_on
3408
+ # wrong constant name output=
3409
+ # wrong constant name output_modifier_proc
3410
+ # wrong constant name output_modifier_proc=
3411
+ # wrong constant name pre_input_hook
3412
+ # wrong constant name pre_input_hook=
3413
+ # wrong constant name prompt_proc
3414
+ # wrong constant name prompt_proc=
3415
+ # wrong constant name rerender
3416
+ # wrong constant name reset
3417
+ # wrong constant name reset_line
3418
+ # wrong constant name reset_variables
3419
+ # wrong constant name retrieve_completion_block
3420
+ # wrong constant name whole_buffer
3421
+ # wrong constant name whole_lines
3422
+ # wrong constant name <static-init>
3423
+ # wrong constant name <static-init>
3424
+ # wrong constant name <Class:EastAsianWidth>
3425
+ # wrong constant name <static-init>
3426
+ # wrong constant name <static-init>
3427
+ # wrong constant name ed_transpose_words
3428
+ # wrong constant name em_backward_word
3429
+ # wrong constant name em_big_backward_word
3430
+ # wrong constant name em_forward_word
3431
+ # wrong constant name em_forward_word_with_capitalization
3432
+ # wrong constant name escape_for_print
3433
+ # wrong constant name get_mbchar_byte_size_by_first_char
3434
+ # wrong constant name get_mbchar_width
3435
+ # wrong constant name get_next_mbchar_size
3436
+ # wrong constant name get_prev_mbchar_size
3437
+ # wrong constant name vi_backward_word
3438
+ # wrong constant name vi_big_backward_word
3439
+ # wrong constant name vi_big_forward_end_word
3440
+ # wrong constant name vi_big_forward_word
3441
+ # wrong constant name vi_first_print
3442
+ # wrong constant name vi_forward_end_word
3443
+ # wrong constant name vi_forward_word
3444
+ # wrong constant name <static-init>
3445
+ # wrong constant name ambiguous_width
3446
+ # wrong constant name auto_indent_proc
3447
+ # wrong constant name auto_indent_proc=
3448
+ # wrong constant name basic_quote_characters
3449
+ # wrong constant name basic_quote_characters=
3450
+ # wrong constant name basic_word_break_characters
3451
+ # wrong constant name basic_word_break_characters=
3452
+ # wrong constant name completer_quote_characters
3453
+ # wrong constant name completer_quote_characters=
3454
+ # wrong constant name completer_word_break_characters
3455
+ # wrong constant name completer_word_break_characters=
3456
+ # wrong constant name completion_append_character
3457
+ # wrong constant name completion_append_character=
3458
+ # wrong constant name completion_case_fold
3459
+ # wrong constant name completion_case_fold=
3460
+ # wrong constant name completion_proc
3461
+ # wrong constant name completion_proc=
3462
+ # wrong constant name completion_quote_character
3463
+ # wrong constant name core
3464
+ # wrong constant name delete_text
3465
+ # wrong constant name dig_perfect_match_proc
3466
+ # wrong constant name dig_perfect_match_proc=
3467
+ # wrong constant name emacs_editing_mode
3468
+ # wrong constant name emacs_editing_mode?
3469
+ # wrong constant name eof?
3470
+ # wrong constant name filename_quote_characters
3471
+ # wrong constant name filename_quote_characters=
3472
+ # wrong constant name get_screen_size
3473
+ # wrong constant name input=
3474
+ # wrong constant name insert_text
3475
+ # wrong constant name last_incremental_search
3476
+ # wrong constant name last_incremental_search=
3477
+ # wrong constant name line_buffer
3478
+ # wrong constant name line_editor
3479
+ # wrong constant name output=
3480
+ # wrong constant name output_modifier_proc
3481
+ # wrong constant name output_modifier_proc=
3482
+ # wrong constant name point
3483
+ # wrong constant name point=
3484
+ # wrong constant name pre_input_hook
3485
+ # wrong constant name pre_input_hook=
3486
+ # wrong constant name prompt_proc
3487
+ # wrong constant name prompt_proc=
3488
+ # wrong constant name readline
3489
+ # wrong constant name readmultiline
3490
+ # wrong constant name redisplay
3491
+ # wrong constant name special_prefixes
3492
+ # wrong constant name special_prefixes=
3493
+ # wrong constant name vi_editing_mode
3494
+ # wrong constant name vi_editing_mode?
3495
+ # uninitialized constant Rinda
3496
+ # uninitialized constant Rinda
3497
+ # wrong constant name <Class:Lexer>
3498
+ # wrong constant name <Class:SexpBuilder>
3499
+ # wrong constant name <Class:SexpBuilderPP>
3500
+ # wrong constant name <Class:TokenPattern>
3501
+ # wrong constant name column
3502
+ # wrong constant name debug_output
3503
+ # wrong constant name debug_output=
3504
+ # wrong constant name encoding
3505
+ # wrong constant name end_seen?
3506
+ # wrong constant name error?
3507
+ # wrong constant name filename
3508
+ # wrong constant name initialize
3509
+ # wrong constant name lineno
3510
+ # wrong constant name parse
3511
+ # wrong constant name state
3512
+ # wrong constant name token
3513
+ # wrong constant name yydebug
3514
+ # wrong constant name yydebug=
3515
+ # wrong constant name initialize
3516
+ # uninitialized constant Ripper::Lexer::EVENTS
3517
+ # Did you mean? Ripper::EVENTS
3518
+ # uninitialized constant Ripper::Lexer::EXPR_ARG
3519
+ # Did you mean? Ripper::EXPR_BEG
3520
+ # Ripper::EXPR_ARG
3521
+ # Ripper::Lexer::EXPR_BEG
3522
+ # uninitialized constant Ripper::Lexer::EXPR_ARG_ANY
3523
+ # Did you mean? Ripper::Lexer::EXPR_BEG_ANY
3524
+ # Ripper::EXPR_END_ANY
3525
+ # Ripper::EXPR_BEG_ANY
3526
+ # Ripper::Lexer::EXPR_END_ANY
3527
+ # Ripper::EXPR_ARG_ANY
3528
+ # uninitialized constant Ripper::Lexer::EXPR_BEG
3529
+ # Did you mean? Ripper::Lexer::EXPR_ARG
3530
+ # Ripper::EXPR_BEG
3531
+ # Ripper::EXPR_ARG
3532
+ # uninitialized constant Ripper::Lexer::EXPR_BEG_ANY
3533
+ # Did you mean? Ripper::EXPR_BEG_ANY
3534
+ # Ripper::Lexer::EXPR_END_ANY
3535
+ # Ripper::Lexer::EXPR_ARG_ANY
3536
+ # Ripper::EXPR_ARG_ANY
3537
+ # Ripper::EXPR_END_ANY
3538
+ # uninitialized constant Ripper::Lexer::EXPR_CLASS
3539
+ # Did you mean? Ripper::EXPR_CLASS
3540
+ # uninitialized constant Ripper::Lexer::EXPR_CMDARG
3541
+ # Did you mean? Ripper::Lexer::EXPR_ARG
3542
+ # Ripper::EXPR_ARG
3543
+ # Ripper::EXPR_CMDARG
3544
+ # Ripper::Lexer::EXPR_ENDARG
3545
+ # Ripper::EXPR_ENDARG
3546
+ # uninitialized constant Ripper::Lexer::EXPR_DOT
3547
+ # Did you mean? Ripper::EXPR_DOT
3548
+ # uninitialized constant Ripper::Lexer::EXPR_END
3549
+ # Did you mean? Ripper::Lexer::EXPR_MID
3550
+ # Ripper::EXPR_MID
3551
+ # Ripper::EXPR_END
3552
+ # Ripper::Lexer::EXPR_ENDFN
3553
+ # Ripper::EXPR_ENDFN
3554
+ # uninitialized constant Ripper::Lexer::EXPR_ENDARG
3555
+ # Did you mean? Ripper::Lexer::EXPR_ARG
3556
+ # Ripper::EXPR_ARG
3557
+ # Ripper::EXPR_END
3558
+ # Ripper::EXPR_ENDFN
3559
+ # Ripper::Lexer::EXPR_ENDFN
3560
+ # Ripper::Lexer::EXPR_CMDARG
3561
+ # Ripper::EXPR_CMDARG
3562
+ # Ripper::EXPR_ENDARG
3563
+ # Ripper::Lexer::EXPR_END_ANY
3564
+ # Ripper::EXPR_END_ANY
3565
+ # uninitialized constant Ripper::Lexer::EXPR_ENDFN
3566
+ # Did you mean? Ripper::EXPR_END
3567
+ # Ripper::EXPR_ENDFN
3568
+ # Ripper::EXPR_ENDARG
3569
+ # Ripper::Lexer::EXPR_ENDARG
3570
+ # Ripper::Lexer::EXPR_END_ANY
3571
+ # Ripper::EXPR_END_ANY
3572
+ # uninitialized constant Ripper::Lexer::EXPR_END_ANY
3573
+ # Did you mean? Ripper::EXPR_END_ANY
3574
+ # Ripper::Lexer::EXPR_ARG_ANY
3575
+ # Ripper::Lexer::EXPR_BEG_ANY
3576
+ # Ripper::EXPR_ARG_ANY
3577
+ # Ripper::EXPR_BEG_ANY
3578
+ # Ripper::Lexer::EXPR_ENDFN
3579
+ # Ripper::EXPR_ENDFN
3580
+ # Ripper::Lexer::EXPR_ENDARG
3581
+ # Ripper::EXPR_ENDARG
3582
+ # uninitialized constant Ripper::Lexer::EXPR_FITEM
3583
+ # Did you mean? Ripper::EXPR_FITEM
3584
+ # uninitialized constant Ripper::Lexer::EXPR_FNAME
3585
+ # Did you mean? Ripper::Lexer::EXPR_NONE
3586
+ # Ripper::EXPR_NONE
3587
+ # Ripper::EXPR_FNAME
3588
+ # uninitialized constant Ripper::Lexer::EXPR_LABEL
3589
+ # Did you mean? Ripper::EXPR_BEG
3590
+ # Ripper::Lexer::EXPR_BEG
3591
+ # Ripper::EXPR_LABEL
3592
+ # Ripper::Lexer::EXPR_LABELED
3593
+ # Ripper::EXPR_LABELED
3594
+ # uninitialized constant Ripper::Lexer::EXPR_LABELED
3595
+ # Did you mean? Ripper::EXPR_LABEL
3596
+ # Ripper::EXPR_LABELED
3597
+ # uninitialized constant Ripper::Lexer::EXPR_MID
3598
+ # Did you mean? Ripper::Lexer::EXPR_END
3599
+ # Ripper::EXPR_MID
3600
+ # Ripper::EXPR_END
3601
+ # uninitialized constant Ripper::Lexer::EXPR_NONE
3602
+ # Did you mean? Ripper::Lexer::EXPR_DOT
3603
+ # Ripper::Lexer::EXPR_END
3604
+ # Ripper::EXPR_DOT
3605
+ # Ripper::EXPR_END
3606
+ # Ripper::EXPR_NONE
3607
+ # Ripper::Lexer::EXPR_FNAME
3608
+ # Ripper::EXPR_FNAME
3609
+ # uninitialized constant Ripper::Lexer::EXPR_VALUE
3610
+ # Did you mean? Ripper::EXPR_VALUE
3611
+ # wrong constant name <Class:Elem>
3612
+ # uninitialized constant Ripper::Lexer::PARSER_EVENTS
3613
+ # Did you mean? Ripper::PARSER_EVENTS
3614
+ # uninitialized constant Ripper::Lexer::PARSER_EVENT_TABLE
3615
+ # Did you mean? Ripper::PARSER_EVENT_TABLE
3616
+ # uninitialized constant Ripper::Lexer::SCANNER_EVENTS
3617
+ # Did you mean? Ripper::SCANNER_EVENTS
3618
+ # uninitialized constant Ripper::Lexer::SCANNER_EVENT_TABLE
3619
+ # Did you mean? Ripper::SCANNER_EVENT_TABLE
3620
+ # wrong constant name <Class:State>
3621
+ # uninitialized constant Ripper::Lexer::Version
3622
+ # Did you mean? Ripper::Version
3623
+ # wrong constant name errors
3624
+ # wrong constant name lex
3625
+ # wrong constant name scan
3626
+ # wrong constant name tokenize
3627
+ # uninitialized constant Ripper::Lexer::Elem::Elem
3628
+ # wrong constant name event
3629
+ # wrong constant name event=
3630
+ # wrong constant name initialize
3631
+ # wrong constant name message
3632
+ # wrong constant name message=
3633
+ # wrong constant name pos
3634
+ # wrong constant name pos=
3635
+ # wrong constant name state
3636
+ # wrong constant name state=
3637
+ # wrong constant name tok
3638
+ # wrong constant name tok=
3639
+ # wrong constant name <static-init>
3640
+ # wrong constant name []
3641
+ # wrong constant name members
3642
+ # wrong constant name &
3643
+ # wrong constant name ==
3644
+ # uninitialized constant Ripper::Lexer::State::Elem
3645
+ # Did you mean? Ripper::Lexer::Elem
3646
+ # wrong constant name allbits?
3647
+ # wrong constant name anybits?
3648
+ # wrong constant name initialize
3649
+ # wrong constant name nobits?
3650
+ # wrong constant name to_i
3651
+ # wrong constant name to_int
3652
+ # wrong constant name to_int=
3653
+ # wrong constant name to_s=
3654
+ # wrong constant name |
3655
+ # wrong constant name <static-init>
3656
+ # wrong constant name []
3657
+ # wrong constant name members
3658
+ # wrong constant name <static-init>
3659
+ # uninitialized constant Ripper::SexpBuilder::EVENTS
3660
+ # Did you mean? Ripper::EVENTS
3661
+ # uninitialized constant Ripper::SexpBuilder::EXPR_ARG
3662
+ # Did you mean? Ripper::EXPR_BEG
3663
+ # Ripper::EXPR_ARG
3664
+ # Ripper::SexpBuilder::EXPR_BEG
3665
+ # uninitialized constant Ripper::SexpBuilder::EXPR_ARG_ANY
3666
+ # Did you mean? Ripper::SexpBuilder::EXPR_BEG_ANY
3667
+ # Ripper::EXPR_END_ANY
3668
+ # Ripper::EXPR_BEG_ANY
3669
+ # Ripper::SexpBuilder::EXPR_END_ANY
3670
+ # Ripper::EXPR_ARG_ANY
3671
+ # uninitialized constant Ripper::SexpBuilder::EXPR_BEG
3672
+ # Did you mean? Ripper::SexpBuilder::EXPR_ARG
3673
+ # Ripper::EXPR_BEG
3674
+ # Ripper::EXPR_ARG
3675
+ # uninitialized constant Ripper::SexpBuilder::EXPR_BEG_ANY
3676
+ # Did you mean? Ripper::EXPR_BEG_ANY
3677
+ # Ripper::SexpBuilder::EXPR_END_ANY
3678
+ # Ripper::SexpBuilder::EXPR_ARG_ANY
3679
+ # Ripper::EXPR_ARG_ANY
3680
+ # Ripper::EXPR_END_ANY
3681
+ # uninitialized constant Ripper::SexpBuilder::EXPR_CLASS
3682
+ # Did you mean? Ripper::EXPR_CLASS
3683
+ # uninitialized constant Ripper::SexpBuilder::EXPR_CMDARG
3684
+ # Did you mean? Ripper::SexpBuilder::EXPR_ARG
3685
+ # Ripper::EXPR_ARG
3686
+ # Ripper::EXPR_CMDARG
3687
+ # Ripper::SexpBuilder::EXPR_ENDARG
3688
+ # Ripper::EXPR_ENDARG
3689
+ # uninitialized constant Ripper::SexpBuilder::EXPR_DOT
3690
+ # Did you mean? Ripper::EXPR_DOT
3691
+ # uninitialized constant Ripper::SexpBuilder::EXPR_END
3692
+ # Did you mean? Ripper::SexpBuilder::EXPR_MID
3693
+ # Ripper::EXPR_MID
3694
+ # Ripper::EXPR_END
3695
+ # Ripper::SexpBuilder::EXPR_ENDFN
3696
+ # Ripper::EXPR_ENDFN
3697
+ # uninitialized constant Ripper::SexpBuilder::EXPR_ENDARG
3698
+ # Did you mean? Ripper::SexpBuilder::EXPR_ARG
3699
+ # Ripper::EXPR_ARG
3700
+ # Ripper::EXPR_END
3701
+ # Ripper::EXPR_ENDFN
3702
+ # Ripper::SexpBuilder::EXPR_ENDFN
3703
+ # Ripper::SexpBuilder::EXPR_CMDARG
3704
+ # Ripper::EXPR_CMDARG
3705
+ # Ripper::EXPR_ENDARG
3706
+ # Ripper::SexpBuilder::EXPR_END_ANY
3707
+ # Ripper::EXPR_END_ANY
3708
+ # uninitialized constant Ripper::SexpBuilder::EXPR_ENDFN
3709
+ # Did you mean? Ripper::EXPR_END
3710
+ # Ripper::EXPR_ENDFN
3711
+ # Ripper::EXPR_ENDARG
3712
+ # Ripper::SexpBuilder::EXPR_ENDARG
3713
+ # Ripper::SexpBuilder::EXPR_END_ANY
3714
+ # Ripper::EXPR_END_ANY
3715
+ # uninitialized constant Ripper::SexpBuilder::EXPR_END_ANY
3716
+ # Did you mean? Ripper::EXPR_END_ANY
3717
+ # Ripper::SexpBuilder::EXPR_ARG_ANY
3718
+ # Ripper::SexpBuilder::EXPR_BEG_ANY
3719
+ # Ripper::EXPR_ARG_ANY
3720
+ # Ripper::EXPR_BEG_ANY
3721
+ # Ripper::SexpBuilder::EXPR_ENDFN
3722
+ # Ripper::EXPR_ENDFN
3723
+ # Ripper::SexpBuilder::EXPR_ENDARG
3724
+ # Ripper::EXPR_ENDARG
3725
+ # uninitialized constant Ripper::SexpBuilder::EXPR_FITEM
3726
+ # Did you mean? Ripper::EXPR_FITEM
3727
+ # uninitialized constant Ripper::SexpBuilder::EXPR_FNAME
3728
+ # Did you mean? Ripper::SexpBuilder::EXPR_NONE
3729
+ # Ripper::EXPR_NONE
3730
+ # Ripper::EXPR_FNAME
3731
+ # uninitialized constant Ripper::SexpBuilder::EXPR_LABEL
3732
+ # Did you mean? Ripper::EXPR_BEG
3733
+ # Ripper::SexpBuilder::EXPR_BEG
3734
+ # Ripper::EXPR_LABEL
3735
+ # Ripper::SexpBuilder::EXPR_LABELED
3736
+ # Ripper::EXPR_LABELED
3737
+ # uninitialized constant Ripper::SexpBuilder::EXPR_LABELED
3738
+ # Did you mean? Ripper::EXPR_LABEL
3739
+ # Ripper::EXPR_LABELED
3740
+ # uninitialized constant Ripper::SexpBuilder::EXPR_MID
3741
+ # Did you mean? Ripper::SexpBuilder::EXPR_END
3742
+ # Ripper::EXPR_MID
3743
+ # Ripper::EXPR_END
3744
+ # uninitialized constant Ripper::SexpBuilder::EXPR_NONE
3745
+ # Did you mean? Ripper::SexpBuilder::EXPR_DOT
3746
+ # Ripper::SexpBuilder::EXPR_END
3747
+ # Ripper::EXPR_DOT
3748
+ # Ripper::EXPR_END
3749
+ # Ripper::EXPR_NONE
3750
+ # Ripper::SexpBuilder::EXPR_FNAME
3751
+ # Ripper::EXPR_FNAME
3752
+ # uninitialized constant Ripper::SexpBuilder::EXPR_VALUE
3753
+ # Did you mean? Ripper::EXPR_VALUE
3754
+ # uninitialized constant Ripper::SexpBuilder::PARSER_EVENTS
3755
+ # Did you mean? Ripper::PARSER_EVENTS
3756
+ # uninitialized constant Ripper::SexpBuilder::PARSER_EVENT_TABLE
3757
+ # Did you mean? Ripper::PARSER_EVENT_TABLE
3758
+ # uninitialized constant Ripper::SexpBuilder::SCANNER_EVENTS
3759
+ # Did you mean? Ripper::SCANNER_EVENTS
3760
+ # uninitialized constant Ripper::SexpBuilder::SCANNER_EVENT_TABLE
3761
+ # Did you mean? Ripper::SCANNER_EVENT_TABLE
3762
+ # uninitialized constant Ripper::SexpBuilder::Version
3763
+ # Did you mean? Ripper::Version
3764
+ # wrong constant name on_BEGIN
3765
+ # wrong constant name on_CHAR
3766
+ # wrong constant name on_END
3767
+ # wrong constant name on___end__
3768
+ # wrong constant name on_alias
3769
+ # wrong constant name on_alias_error
3770
+ # wrong constant name on_aref
3771
+ # wrong constant name on_aref_field
3772
+ # wrong constant name on_arg_ambiguous
3773
+ # wrong constant name on_arg_paren
3774
+ # wrong constant name on_args_add
3775
+ # wrong constant name on_args_add_block
3776
+ # wrong constant name on_args_add_star
3777
+ # wrong constant name on_args_forward
3778
+ # wrong constant name on_args_new
3779
+ # wrong constant name on_array
3780
+ # wrong constant name on_aryptn
3781
+ # wrong constant name on_assign
3782
+ # wrong constant name on_assign_error
3783
+ # wrong constant name on_assoc_new
3784
+ # wrong constant name on_assoc_splat
3785
+ # wrong constant name on_assoclist_from_args
3786
+ # wrong constant name on_backref
3787
+ # wrong constant name on_backtick
3788
+ # wrong constant name on_bare_assoc_hash
3789
+ # wrong constant name on_begin
3790
+ # wrong constant name on_binary
3791
+ # wrong constant name on_block_var
3792
+ # wrong constant name on_blockarg
3793
+ # wrong constant name on_bodystmt
3794
+ # wrong constant name on_brace_block
3795
+ # wrong constant name on_break
3796
+ # wrong constant name on_call
3797
+ # wrong constant name on_case
3798
+ # wrong constant name on_class
3799
+ # wrong constant name on_class_name_error
3800
+ # wrong constant name on_comma
3801
+ # wrong constant name on_command
3802
+ # wrong constant name on_command_call
3803
+ # wrong constant name on_comment
3804
+ # wrong constant name on_const
3805
+ # wrong constant name on_const_path_field
3806
+ # wrong constant name on_const_path_ref
3807
+ # wrong constant name on_const_ref
3808
+ # wrong constant name on_cvar
3809
+ # wrong constant name on_def
3810
+ # wrong constant name on_defined
3811
+ # wrong constant name on_defs
3812
+ # wrong constant name on_do_block
3813
+ # wrong constant name on_dot2
3814
+ # wrong constant name on_dot3
3815
+ # wrong constant name on_dyna_symbol
3816
+ # wrong constant name on_else
3817
+ # wrong constant name on_elsif
3818
+ # wrong constant name on_embdoc
3819
+ # wrong constant name on_embdoc_beg
3820
+ # wrong constant name on_embdoc_end
3821
+ # wrong constant name on_embexpr_beg
3822
+ # wrong constant name on_embexpr_end
3823
+ # wrong constant name on_embvar
3824
+ # wrong constant name on_ensure
3825
+ # wrong constant name on_excessed_comma
3826
+ # wrong constant name on_fcall
3827
+ # wrong constant name on_field
3828
+ # wrong constant name on_float
3829
+ # wrong constant name on_for
3830
+ # wrong constant name on_gvar
3831
+ # wrong constant name on_hash
3832
+ # wrong constant name on_heredoc_beg
3833
+ # wrong constant name on_heredoc_end
3834
+ # wrong constant name on_hshptn
3835
+ # wrong constant name on_ident
3836
+ # wrong constant name on_if
3837
+ # wrong constant name on_if_mod
3838
+ # wrong constant name on_ifop
3839
+ # wrong constant name on_ignored_nl
3840
+ # wrong constant name on_ignored_sp
3841
+ # wrong constant name on_imaginary
3842
+ # wrong constant name on_in
3843
+ # wrong constant name on_int
3844
+ # wrong constant name on_ivar
3845
+ # wrong constant name on_kw
3846
+ # wrong constant name on_kwrest_param
3847
+ # wrong constant name on_label
3848
+ # wrong constant name on_label_end
3849
+ # wrong constant name on_lambda
3850
+ # wrong constant name on_lbrace
3851
+ # wrong constant name on_lbracket
3852
+ # wrong constant name on_lparen
3853
+ # wrong constant name on_magic_comment
3854
+ # wrong constant name on_massign
3855
+ # wrong constant name on_method_add_arg
3856
+ # wrong constant name on_method_add_block
3857
+ # wrong constant name on_mlhs_add
3858
+ # wrong constant name on_mlhs_add_post
3859
+ # wrong constant name on_mlhs_add_star
3860
+ # wrong constant name on_mlhs_new
3861
+ # wrong constant name on_mlhs_paren
3862
+ # wrong constant name on_module
3863
+ # wrong constant name on_mrhs_add
3864
+ # wrong constant name on_mrhs_add_star
3865
+ # wrong constant name on_mrhs_new
3866
+ # wrong constant name on_mrhs_new_from_args
3867
+ # wrong constant name on_next
3868
+ # wrong constant name on_nl
3869
+ # wrong constant name on_nokw_param
3870
+ # wrong constant name on_op
3871
+ # wrong constant name on_opassign
3872
+ # wrong constant name on_operator_ambiguous
3873
+ # wrong constant name on_param_error
3874
+ # wrong constant name on_params
3875
+ # wrong constant name on_paren
3876
+ # wrong constant name on_parse_error
3877
+ # wrong constant name on_period
3878
+ # wrong constant name on_program
3879
+ # wrong constant name on_qsymbols_add
3880
+ # wrong constant name on_qsymbols_beg
3881
+ # wrong constant name on_qsymbols_new
3882
+ # wrong constant name on_qwords_add
3883
+ # wrong constant name on_qwords_beg
3884
+ # wrong constant name on_qwords_new
3885
+ # wrong constant name on_rational
3886
+ # wrong constant name on_rbrace
3887
+ # wrong constant name on_rbracket
3888
+ # wrong constant name on_redo
3889
+ # wrong constant name on_regexp_add
3890
+ # wrong constant name on_regexp_beg
3891
+ # wrong constant name on_regexp_end
3892
+ # wrong constant name on_regexp_literal
3893
+ # wrong constant name on_regexp_new
3894
+ # wrong constant name on_rescue
3895
+ # wrong constant name on_rescue_mod
3896
+ # wrong constant name on_rest_param
3897
+ # wrong constant name on_retry
3898
+ # wrong constant name on_return
3899
+ # wrong constant name on_return0
3900
+ # wrong constant name on_rparen
3901
+ # wrong constant name on_sclass
3902
+ # wrong constant name on_semicolon
3903
+ # wrong constant name on_sp
3904
+ # wrong constant name on_stmts_add
3905
+ # wrong constant name on_stmts_new
3906
+ # wrong constant name on_string_add
3907
+ # wrong constant name on_string_concat
3908
+ # wrong constant name on_string_content
3909
+ # wrong constant name on_string_dvar
3910
+ # wrong constant name on_string_embexpr
3911
+ # wrong constant name on_string_literal
3912
+ # wrong constant name on_super
3913
+ # wrong constant name on_symbeg
3914
+ # wrong constant name on_symbol
3915
+ # wrong constant name on_symbol_literal
3916
+ # wrong constant name on_symbols_add
3917
+ # wrong constant name on_symbols_beg
3918
+ # wrong constant name on_symbols_new
3919
+ # wrong constant name on_tlambda
3920
+ # wrong constant name on_tlambeg
3921
+ # wrong constant name on_top_const_field
3922
+ # wrong constant name on_top_const_ref
3923
+ # wrong constant name on_tstring_beg
3924
+ # wrong constant name on_tstring_content
3925
+ # wrong constant name on_tstring_end
3926
+ # wrong constant name on_unary
3927
+ # wrong constant name on_undef
3928
+ # wrong constant name on_unless
3929
+ # wrong constant name on_unless_mod
3930
+ # wrong constant name on_until
3931
+ # wrong constant name on_until_mod
3932
+ # wrong constant name on_var_alias
3933
+ # wrong constant name on_var_field
3934
+ # wrong constant name on_var_ref
3935
+ # wrong constant name on_vcall
3936
+ # wrong constant name on_void_stmt
3937
+ # wrong constant name on_when
3938
+ # wrong constant name on_while
3939
+ # wrong constant name on_while_mod
3940
+ # wrong constant name on_word_add
3941
+ # wrong constant name on_word_new
3942
+ # wrong constant name on_words_add
3943
+ # wrong constant name on_words_beg
3944
+ # wrong constant name on_words_new
3945
+ # wrong constant name on_words_sep
3946
+ # wrong constant name on_xstring_add
3947
+ # wrong constant name on_xstring_literal
3948
+ # wrong constant name on_xstring_new
3949
+ # wrong constant name on_yield
3950
+ # wrong constant name on_yield0
3951
+ # wrong constant name on_zsuper
3952
+ # wrong constant name <static-init>
3953
+ # uninitialized constant Ripper::SexpBuilderPP::EVENTS
3954
+ # Did you mean? Ripper::EVENTS
3955
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_ARG
3956
+ # Did you mean? Ripper::EXPR_BEG
3957
+ # Ripper::EXPR_ARG
3958
+ # Ripper::SexpBuilderPP::EXPR_BEG
3959
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_ARG_ANY
3960
+ # Did you mean? Ripper::SexpBuilderPP::EXPR_BEG_ANY
3961
+ # Ripper::EXPR_END_ANY
3962
+ # Ripper::EXPR_BEG_ANY
3963
+ # Ripper::SexpBuilderPP::EXPR_END_ANY
3964
+ # Ripper::EXPR_ARG_ANY
3965
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_BEG
3966
+ # Did you mean? Ripper::SexpBuilderPP::EXPR_ARG
3967
+ # Ripper::EXPR_BEG
3968
+ # Ripper::EXPR_ARG
3969
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_BEG_ANY
3970
+ # Did you mean? Ripper::EXPR_BEG_ANY
3971
+ # Ripper::SexpBuilderPP::EXPR_END_ANY
3972
+ # Ripper::SexpBuilderPP::EXPR_ARG_ANY
3973
+ # Ripper::EXPR_ARG_ANY
3974
+ # Ripper::EXPR_END_ANY
3975
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_CLASS
3976
+ # Did you mean? Ripper::EXPR_CLASS
3977
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_CMDARG
3978
+ # Did you mean? Ripper::SexpBuilderPP::EXPR_ARG
3979
+ # Ripper::EXPR_ARG
3980
+ # Ripper::EXPR_CMDARG
3981
+ # Ripper::SexpBuilderPP::EXPR_ENDARG
3982
+ # Ripper::EXPR_ENDARG
3983
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_DOT
3984
+ # Did you mean? Ripper::EXPR_DOT
3985
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_END
3986
+ # Did you mean? Ripper::SexpBuilderPP::EXPR_MID
3987
+ # Ripper::EXPR_MID
3988
+ # Ripper::EXPR_END
3989
+ # Ripper::SexpBuilderPP::EXPR_ENDFN
3990
+ # Ripper::EXPR_ENDFN
3991
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_ENDARG
3992
+ # Did you mean? Ripper::SexpBuilderPP::EXPR_ARG
3993
+ # Ripper::EXPR_ARG
3994
+ # Ripper::EXPR_END
3995
+ # Ripper::EXPR_ENDFN
3996
+ # Ripper::SexpBuilderPP::EXPR_ENDFN
3997
+ # Ripper::SexpBuilderPP::EXPR_CMDARG
3998
+ # Ripper::EXPR_CMDARG
3999
+ # Ripper::EXPR_ENDARG
4000
+ # Ripper::SexpBuilderPP::EXPR_END_ANY
4001
+ # Ripper::EXPR_END_ANY
4002
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_ENDFN
4003
+ # Did you mean? Ripper::EXPR_END
4004
+ # Ripper::EXPR_ENDFN
4005
+ # Ripper::EXPR_ENDARG
4006
+ # Ripper::SexpBuilderPP::EXPR_ENDARG
4007
+ # Ripper::SexpBuilderPP::EXPR_END_ANY
4008
+ # Ripper::EXPR_END_ANY
4009
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_END_ANY
4010
+ # Did you mean? Ripper::EXPR_END_ANY
4011
+ # Ripper::SexpBuilderPP::EXPR_ARG_ANY
4012
+ # Ripper::SexpBuilderPP::EXPR_BEG_ANY
4013
+ # Ripper::EXPR_ARG_ANY
4014
+ # Ripper::EXPR_BEG_ANY
4015
+ # Ripper::SexpBuilderPP::EXPR_ENDFN
4016
+ # Ripper::EXPR_ENDFN
4017
+ # Ripper::SexpBuilderPP::EXPR_ENDARG
4018
+ # Ripper::EXPR_ENDARG
4019
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_FITEM
4020
+ # Did you mean? Ripper::EXPR_FITEM
4021
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_FNAME
4022
+ # Did you mean? Ripper::SexpBuilderPP::EXPR_NONE
4023
+ # Ripper::EXPR_NONE
4024
+ # Ripper::EXPR_FNAME
4025
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_LABEL
4026
+ # Did you mean? Ripper::EXPR_BEG
4027
+ # Ripper::SexpBuilderPP::EXPR_BEG
4028
+ # Ripper::EXPR_LABEL
4029
+ # Ripper::SexpBuilderPP::EXPR_LABELED
4030
+ # Ripper::EXPR_LABELED
4031
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_LABELED
4032
+ # Did you mean? Ripper::EXPR_LABEL
4033
+ # Ripper::EXPR_LABELED
4034
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_MID
4035
+ # Did you mean? Ripper::SexpBuilderPP::EXPR_END
4036
+ # Ripper::EXPR_MID
4037
+ # Ripper::EXPR_END
4038
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_NONE
4039
+ # Did you mean? Ripper::SexpBuilderPP::EXPR_DOT
4040
+ # Ripper::SexpBuilderPP::EXPR_END
4041
+ # Ripper::EXPR_DOT
4042
+ # Ripper::EXPR_END
4043
+ # Ripper::EXPR_NONE
4044
+ # Ripper::SexpBuilderPP::EXPR_FNAME
4045
+ # Ripper::EXPR_FNAME
4046
+ # uninitialized constant Ripper::SexpBuilderPP::EXPR_VALUE
4047
+ # Did you mean? Ripper::EXPR_VALUE
4048
+ # uninitialized constant Ripper::SexpBuilderPP::PARSER_EVENTS
4049
+ # Did you mean? Ripper::PARSER_EVENTS
4050
+ # uninitialized constant Ripper::SexpBuilderPP::PARSER_EVENT_TABLE
4051
+ # Did you mean? Ripper::PARSER_EVENT_TABLE
4052
+ # uninitialized constant Ripper::SexpBuilderPP::SCANNER_EVENTS
4053
+ # Did you mean? Ripper::SCANNER_EVENTS
4054
+ # uninitialized constant Ripper::SexpBuilderPP::SCANNER_EVENT_TABLE
4055
+ # Did you mean? Ripper::SCANNER_EVENT_TABLE
4056
+ # uninitialized constant Ripper::SexpBuilderPP::Version
4057
+ # Did you mean? Ripper::Version
4058
+ # wrong constant name <static-init>
4059
+ # wrong constant name <Class:CompileError>
4060
+ # wrong constant name <Class:Error>
4061
+ # wrong constant name <Class:MatchData>
4062
+ # wrong constant name <Class:MatchError>
4063
+ # wrong constant name initialize
4064
+ # wrong constant name match
4065
+ # wrong constant name match_list
4066
+ # wrong constant name <static-init>
4067
+ # wrong constant name <static-init>
4068
+ # wrong constant name initialize
4069
+ # wrong constant name string
4070
+ # wrong constant name <static-init>
4071
+ # wrong constant name <static-init>
4072
+ # wrong constant name <static-init>
4073
+ # wrong constant name compile
4074
+ # wrong constant name dedent_string
4075
+ # wrong constant name lex_state_name
4076
+ # wrong constant name token_match
4077
+ # wrong constant name <Class:TerminateLineInput>
4078
+ # wrong constant name check_code_block
4079
+ # wrong constant name check_corresponding_token_depth
4080
+ # wrong constant name check_newline_depth_difference
4081
+ # wrong constant name check_state
4082
+ # wrong constant name check_string_literal
4083
+ # wrong constant name each_top_level_statement
4084
+ # wrong constant name initialize_input
4085
+ # wrong constant name lex
4086
+ # wrong constant name process_continue
4087
+ # wrong constant name process_literal_type
4088
+ # wrong constant name process_nesting_level
4089
+ # wrong constant name prompt
4090
+ # wrong constant name ripper_lex_without_warning
4091
+ # wrong constant name set_auto_indent
4092
+ # wrong constant name set_input
4093
+ # wrong constant name set_prompt
4094
+ # wrong constant name initialize
4095
+ # wrong constant name <static-init>
4096
+ # wrong constant name <static-init>
4097
+ # wrong constant name <Class:Node>
4098
+ # wrong constant name children
4099
+ # wrong constant name first_column
4100
+ # wrong constant name first_lineno
4101
+ # wrong constant name last_column
4102
+ # wrong constant name last_lineno
4103
+ # wrong constant name pretty_print_children
4104
+ # wrong constant name type
4105
+ # wrong constant name <static-init>
4106
+ # wrong constant name <static-init>
4107
+ # wrong constant name of
4108
+ # wrong constant name parse
4109
+ # wrong constant name parse_file
4110
+ # wrong constant name <static-init>
4111
+ # wrong constant name enabled?
4112
+ # wrong constant name pause
4113
+ # wrong constant name resume
4114
+ # uninitialized constant SDBM
4115
+ # uninitialized constant SDBM
4116
+ # uninitialized constant SDBMError
4117
+ # uninitialized constant SDBMError
4118
+ # uninitialized constant Scanf
4119
+ # uninitialized constant Scanf
4120
+ # wrong constant name ==
4121
+ # wrong constant name ===
4122
+ # wrong constant name compare_by_identity
4123
+ # wrong constant name compare_by_identity?
4124
+ # wrong constant name divide
4125
+ # wrong constant name eql?
4126
+ # wrong constant name flatten_merge
4127
+ # wrong constant name pretty_print
4128
+ # wrong constant name pretty_print_cycle
4129
+ # wrong constant name reset
4130
+ # uninitialized constant Shell
4131
+ # uninitialized constant Shell
4132
+ # wrong constant name _dump
4133
+ # wrong constant name clone
4134
+ # wrong constant name dup
4135
+ # wrong constant name _load
4136
+ # wrong constant name clone
4137
+ # wrong constant name __init__
4138
+ # uninitialized constant Socket::APPEND
4139
+ # uninitialized constant Socket::BINARY
4140
+ # uninitialized constant Socket::CREAT
4141
+ # uninitialized constant Socket::DSYNC
4142
+ # Did you mean? Socket::SYNC
4143
+ # uninitialized constant Socket::EXCL
4144
+ # uninitialized constant Socket::FNM_CASEFOLD
4145
+ # uninitialized constant Socket::FNM_DOTMATCH
4146
+ # uninitialized constant Socket::FNM_EXTGLOB
4147
+ # uninitialized constant Socket::FNM_NOESCAPE
4148
+ # uninitialized constant Socket::FNM_PATHNAME
4149
+ # uninitialized constant Socket::FNM_SHORTNAME
4150
+ # uninitialized constant Socket::FNM_SYSCASE
4151
+ # uninitialized constant Socket::LOCK_EX
4152
+ # Did you mean? Socket::LOCK_NB
4153
+ # Socket::LOCK_UN
4154
+ # Socket::LOCK_SH
4155
+ # uninitialized constant Socket::LOCK_NB
4156
+ # Did you mean? Socket::LOCK_UN
4157
+ # Socket::LOCK_EX
4158
+ # Socket::LOCK_SH
4159
+ # uninitialized constant Socket::LOCK_SH
4160
+ # Did you mean? Socket::LOCK_NB
4161
+ # Socket::LOCK_UN
4162
+ # Socket::LOCK_EX
4163
+ # uninitialized constant Socket::LOCK_UN
4164
+ # Did you mean? Socket::LOCK_NB
4165
+ # Socket::LOCK_EX
4166
+ # Socket::LOCK_SH
4167
+ # uninitialized constant Socket::NOCTTY
4168
+ # uninitialized constant Socket::NOFOLLOW
4169
+ # uninitialized constant Socket::NONBLOCK
4170
+ # uninitialized constant Socket::NULL
4171
+ # uninitialized constant Socket::RDONLY
4172
+ # Did you mean? Socket::WRONLY
4173
+ # uninitialized constant Socket::RDWR
4174
+ # uninitialized constant Socket::SEEK_CUR
4175
+ # uninitialized constant Socket::SEEK_DATA
4176
+ # Did you mean? Socket::SEEK_SET
4177
+ # uninitialized constant Socket::SEEK_END
4178
+ # uninitialized constant Socket::SEEK_HOLE
4179
+ # uninitialized constant Socket::SEEK_SET
4180
+ # uninitialized constant Socket::SHARE_DELETE
4181
+ # uninitialized constant Socket::SYNC
4182
+ # Did you mean? Socket::DSYNC
4183
+ # uninitialized constant Socket::TRUNC
4184
+ # Did you mean? TRUE
4185
+ # uninitialized constant Socket::WRONLY
4186
+ # Did you mean? Socket::RDONLY
4187
+ # uninitialized constant SortedSet::InspectKey
4188
+ # wrong constant name initialize
4189
+ # wrong constant name setup
4190
+ # wrong constant name parse_csv
4191
+ # wrong constant name shellescape
4192
+ # wrong constant name shellsplit
4193
+ # wrong constant name set_encoding_by_bom
4194
+ # wrong constant name bol?
4195
+ # wrong constant name fixed_anchor?
4196
+ # wrong constant name initialize
4197
+ # wrong constant name <Class:CompletionJourneyData>
4198
+ # wrong constant name <Class:Key>
4199
+ # wrong constant name <Class:MenuInfo>
4200
+ # wrong constant name deconstruct
4201
+ # wrong constant name deconstruct_keys
4202
+ # wrong constant name filter
4203
+ # uninitialized constant Struct::CompletionJourneyData::Elem
4204
+ # wrong constant name list
4205
+ # wrong constant name list=
4206
+ # wrong constant name pointer
4207
+ # wrong constant name pointer=
4208
+ # wrong constant name postposing
4209
+ # wrong constant name postposing=
4210
+ # wrong constant name preposing
4211
+ # wrong constant name preposing=
4212
+ # wrong constant name <static-init>
4213
+ # wrong constant name []
4214
+ # wrong constant name members
4215
+ # uninitialized constant Struct::Key::Elem
4216
+ # wrong constant name char
4217
+ # wrong constant name char=
4218
+ # wrong constant name combined_char
4219
+ # wrong constant name combined_char=
4220
+ # wrong constant name with_meta
4221
+ # wrong constant name with_meta=
4222
+ # wrong constant name <static-init>
4223
+ # wrong constant name []
4224
+ # wrong constant name members
4225
+ # uninitialized constant Struct::MenuInfo::Elem
4226
+ # wrong constant name list
4227
+ # wrong constant name list=
4228
+ # wrong constant name target
4229
+ # wrong constant name target=
4230
+ # wrong constant name <static-init>
4231
+ # wrong constant name []
4232
+ # wrong constant name members
4233
+ # wrong constant name <Class:Struct>
4234
+ # uninitialized constant Sync
4235
+ # uninitialized constant Sync
4236
+ # uninitialized constant Sync_m
4237
+ # uninitialized constant Sync_m
4238
+ # uninitialized constant Syslog
4239
+ # uninitialized constant Syslog
4240
+ # wrong constant name T.noreturn
4241
+ # wrong constant name T.noreturn
4242
+ # wrong constant name T.untyped
4243
+ # wrong constant name <Class:Remover>
4244
+ # wrong constant name _close
4245
+ # wrong constant name inspect
4246
+ # wrong constant name call
4247
+ # wrong constant name initialize
4248
+ # wrong constant name <static-init>
4249
+ # uninitialized constant ThreadsWait
4250
+ # uninitialized constant ThreadsWait
4251
+ # wrong constant name eval_script
4252
+ # wrong constant name instruction_sequence
4253
+ # wrong constant name parameters
4254
+ # wrong constant name new
4255
+ # uninitialized constant Tracer
4256
+ # Did you mean? TracePoint
4257
+ # uninitialized constant Tracer
4258
+ # Did you mean? TracePoint
4259
+ # wrong constant name <Class:File>
4260
+ # wrong constant name new2
4261
+ # uninitialized constant URI::File::ABS_PATH
4262
+ # Did you mean? URI::ABS_PATH
4263
+ # uninitialized constant URI::File::ABS_URI
4264
+ # Did you mean? URI::ABS_URI
4265
+ # uninitialized constant URI::File::ABS_URI_REF
4266
+ # Did you mean? URI::ABS_URI_REF
4267
+ # uninitialized constant URI::File::DEFAULT_PARSER
4268
+ # Did you mean? URI::File::DEFAULT_PORT
4269
+ # URI::DEFAULT_PARSER
4270
+ # uninitialized constant URI::File::ESCAPED
4271
+ # Did you mean? URI::File::Escape
4272
+ # URI::Escape
4273
+ # URI::ESCAPED
4274
+ # uninitialized constant URI::File::FRAGMENT
4275
+ # Did you mean? URI::FRAGMENT
4276
+ # uninitialized constant URI::File::HOST
4277
+ # Did you mean? URI::HOST
4278
+ # uninitialized constant URI::File::OPAQUE
4279
+ # Did you mean? URI::OPAQUE
4280
+ # uninitialized constant URI::File::PORT
4281
+ # Did you mean? URI::PORT
4282
+ # uninitialized constant URI::File::QUERY
4283
+ # Did you mean? URI::QUERY
4284
+ # uninitialized constant URI::File::REGISTRY
4285
+ # Did you mean? URI::REGISTRY
4286
+ # uninitialized constant URI::File::REL_PATH
4287
+ # Did you mean? URI::REL_PATH
4288
+ # uninitialized constant URI::File::REL_URI
4289
+ # Did you mean? URI::REL_URI
4290
+ # uninitialized constant URI::File::REL_URI_REF
4291
+ # Did you mean? URI::REL_URI_REF
4292
+ # uninitialized constant URI::File::RFC3986_PARSER
4293
+ # Did you mean? URI::File::RFC3986_Parser
4294
+ # URI::RFC3986_Parser
4295
+ # URI::RFC2396_Parser
4296
+ # URI::File::RFC2396_Parser
4297
+ # URI::RFC3986_PARSER
4298
+ # uninitialized constant URI::File::SCHEME
4299
+ # Did you mean? URI::SCHEME
4300
+ # uninitialized constant URI::File::TBLDECWWWCOMP_
4301
+ # Did you mean? URI::File::TBLENCWWWCOMP_
4302
+ # URI::TBLDECWWWCOMP_
4303
+ # URI::TBLENCWWWCOMP_
4304
+ # uninitialized constant URI::File::TBLENCWWWCOMP_
4305
+ # Did you mean? URI::File::TBLDECWWWCOMP_
4306
+ # URI::TBLDECWWWCOMP_
4307
+ # URI::TBLENCWWWCOMP_
4308
+ # uninitialized constant URI::File::UNSAFE
4309
+ # Did you mean? URI::UNSAFE
4310
+ # uninitialized constant URI::File::URI_REF
4311
+ # Did you mean? URI::URI_REF
4312
+ # uninitialized constant URI::File::USERINFO
4313
+ # Did you mean? URI::USERINFO
4314
+ # uninitialized constant URI::File::USE_REGISTRY
4315
+ # uninitialized constant URI::File::VERSION
4316
+ # Did you mean? URI::VERSION
4317
+ # uninitialized constant URI::File::VERSION_CODE
4318
+ # Did you mean? URI::VERSION_CODE
4319
+ # uninitialized constant URI::File::WEB_ENCODINGS_
4320
+ # Did you mean? URI::WEB_ENCODINGS_
4321
+ # wrong constant name check_password
4322
+ # wrong constant name check_user
4323
+ # wrong constant name check_userinfo
4324
+ # wrong constant name set_userinfo
4325
+ # wrong constant name <static-init>
4326
+ # wrong constant name attributes
4327
+ # wrong constant name attributes=
4328
+ # wrong constant name dn
4329
+ # wrong constant name dn=
4330
+ # wrong constant name extensions
4331
+ # wrong constant name extensions=
4332
+ # wrong constant name filter
4333
+ # wrong constant name filter=
4334
+ # wrong constant name initialize
4335
+ # wrong constant name scope
4336
+ # wrong constant name scope=
4337
+ # wrong constant name set_attributes
4338
+ # wrong constant name set_dn
4339
+ # wrong constant name set_extensions
4340
+ # wrong constant name set_filter
4341
+ # wrong constant name set_scope
4342
+ # wrong constant name initialize
4343
+ # wrong constant name initialize
4344
+ # wrong constant name join
4345
+ # wrong constant name parse
4346
+ # wrong constant name regexp
4347
+ # wrong constant name split
4348
+ # wrong constant name make_components_hash
4349
+ # wrong constant name get_encoding
4350
+ # wrong constant name bind_call
4351
+ # wrong constant name <static-init>
4352
+ # uninitialized constant Vector
4353
+ # uninitialized constant Vector
4354
+ # wrong constant name []
4355
+ # wrong constant name []=
4356
+ # uninitialized constant WeakRef
4357
+ # uninitialized constant WeakRef
4358
+ # wrong constant name initialize
4359
+ # wrong constant name initialize
4360
+ # wrong constant name initialize
4361
+ # wrong constant name initialize