thread_weaver 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/main.yml +19 -0
  3. data/.gitignore +59 -0
  4. data/.rspec +3 -0
  5. data/.vscode/settings.json +14 -0
  6. data/CHANGELOG.md +7 -0
  7. data/Gemfile +17 -0
  8. data/LICENSE +21 -0
  9. data/README.md +37 -0
  10. data/Rakefile +13 -0
  11. data/bin/console +15 -0
  12. data/bin/gem_smoke_test +10 -0
  13. data/bin/setup +8 -0
  14. data/examples/always_deadlocks.rb +15 -0
  15. data/examples/takes_a_while.rb +7 -0
  16. data/examples/thread_safe_nonblocking_run_at_most_once.rb +23 -0
  17. data/examples/thread_safe_run_at_most_once.rb +19 -0
  18. data/examples/thread_unsafe_run_at_most_once.rb +17 -0
  19. data/lib/thread_weaver.rb +15 -0
  20. data/lib/thread_weaver/controllable_thread.rb +177 -0
  21. data/lib/thread_weaver/iterative_race_detector.rb +178 -0
  22. data/lib/thread_weaver/thread_instruction.rb +68 -0
  23. data/lib/thread_weaver/version.rb +6 -0
  24. data/sorbet/config +2 -0
  25. data/sorbet/rbi/gems/ast.rbi +48 -0
  26. data/sorbet/rbi/gems/coderay.rbi +285 -0
  27. data/sorbet/rbi/gems/method_source.rbi +64 -0
  28. data/sorbet/rbi/gems/parallel.rbi +83 -0
  29. data/sorbet/rbi/gems/parser.rbi +1510 -0
  30. data/sorbet/rbi/gems/pry-nav.rbi +29 -0
  31. data/sorbet/rbi/gems/pry.rbi +1965 -0
  32. data/sorbet/rbi/gems/rainbow.rbi +118 -0
  33. data/sorbet/rbi/gems/rake.rbi +645 -0
  34. data/sorbet/rbi/gems/regexp_parser.rbi +920 -0
  35. data/sorbet/rbi/gems/rexml.rbi +589 -0
  36. data/sorbet/rbi/gems/rspec-core.rbi +1893 -0
  37. data/sorbet/rbi/gems/rspec-expectations.rbi +1148 -0
  38. data/sorbet/rbi/gems/rspec-mocks.rbi +1091 -0
  39. data/sorbet/rbi/gems/rspec-support.rbi +280 -0
  40. data/sorbet/rbi/gems/rspec.rbi +15 -0
  41. data/sorbet/rbi/gems/rubocop-ast.rbi +1351 -0
  42. data/sorbet/rbi/gems/rubocop-performance.rbi +471 -0
  43. data/sorbet/rbi/gems/rubocop.rbi +7510 -0
  44. data/sorbet/rbi/gems/ruby-progressbar.rbi +305 -0
  45. data/sorbet/rbi/gems/standard.rbi +141 -0
  46. data/sorbet/rbi/gems/unicode-display_width.rbi +17 -0
  47. data/sorbet/rbi/hidden-definitions/errors.txt +4309 -0
  48. data/sorbet/rbi/hidden-definitions/hidden.rbi +8622 -0
  49. data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +276 -0
  50. data/sorbet/rbi/sorbet-typed/lib/rubocop-performance/~>1.6/rubocop-performance.rbi +149 -0
  51. data/sorbet/rbi/todo.rbi +6 -0
  52. data/thread_weaver.gemspec +34 -0
  53. metadata +111 -0
@@ -0,0 +1,4309 @@
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 <root>
24
+ # wrong constant name <Class:<root>>
25
+ # wrong constant name <todo sym>
26
+ # wrong constant name <todo sym>
27
+ # wrong constant name <top>
28
+ # wrong constant name <top>
29
+ # uninitialized constant Abbrev
30
+ # uninitialized constant Abbrev
31
+ # wrong constant name connect_internal
32
+ # wrong constant name deconstruct
33
+ # wrong constant name shelljoin
34
+ # wrong constant name to_h
35
+ # wrong constant name try_convert
36
+ # wrong constant name <Class:BasicObject>
37
+ # uninitialized constant BasicSocket::APPEND
38
+ # uninitialized constant BasicSocket::BINARY
39
+ # uninitialized constant BasicSocket::CREAT
40
+ # uninitialized constant BasicSocket::DIRECT
41
+ # uninitialized constant BasicSocket::DSYNC
42
+ # Did you mean? BasicSocket::RSYNC
43
+ # BasicSocket::SYNC
44
+ # uninitialized constant BasicSocket::EXCL
45
+ # uninitialized constant BasicSocket::FNM_CASEFOLD
46
+ # uninitialized constant BasicSocket::FNM_DOTMATCH
47
+ # uninitialized constant BasicSocket::FNM_EXTGLOB
48
+ # uninitialized constant BasicSocket::FNM_NOESCAPE
49
+ # uninitialized constant BasicSocket::FNM_PATHNAME
50
+ # uninitialized constant BasicSocket::FNM_SHORTNAME
51
+ # uninitialized constant BasicSocket::FNM_SYSCASE
52
+ # uninitialized constant BasicSocket::LOCK_EX
53
+ # Did you mean? BasicSocket::LOCK_NB
54
+ # BasicSocket::LOCK_UN
55
+ # BasicSocket::LOCK_SH
56
+ # uninitialized constant BasicSocket::LOCK_NB
57
+ # Did you mean? BasicSocket::LOCK_UN
58
+ # BasicSocket::LOCK_EX
59
+ # BasicSocket::LOCK_SH
60
+ # uninitialized constant BasicSocket::LOCK_SH
61
+ # Did you mean? BasicSocket::LOCK_NB
62
+ # BasicSocket::LOCK_UN
63
+ # BasicSocket::LOCK_EX
64
+ # uninitialized constant BasicSocket::LOCK_UN
65
+ # Did you mean? BasicSocket::LOCK_NB
66
+ # BasicSocket::LOCK_EX
67
+ # BasicSocket::LOCK_SH
68
+ # uninitialized constant BasicSocket::NOATIME
69
+ # uninitialized constant BasicSocket::NOCTTY
70
+ # uninitialized constant BasicSocket::NOFOLLOW
71
+ # uninitialized constant BasicSocket::NONBLOCK
72
+ # uninitialized constant BasicSocket::NULL
73
+ # uninitialized constant BasicSocket::RDONLY
74
+ # Did you mean? BasicSocket::WRONLY
75
+ # uninitialized constant BasicSocket::RDWR
76
+ # uninitialized constant BasicSocket::RSYNC
77
+ # Did you mean? BasicSocket::DSYNC
78
+ # BasicSocket::SYNC
79
+ # uninitialized constant BasicSocket::SEEK_CUR
80
+ # uninitialized constant BasicSocket::SEEK_DATA
81
+ # Did you mean? BasicSocket::SEEK_SET
82
+ # uninitialized constant BasicSocket::SEEK_END
83
+ # uninitialized constant BasicSocket::SEEK_HOLE
84
+ # uninitialized constant BasicSocket::SEEK_SET
85
+ # uninitialized constant BasicSocket::SHARE_DELETE
86
+ # uninitialized constant BasicSocket::SYNC
87
+ # Did you mean? BasicSocket::RSYNC
88
+ # BasicSocket::DSYNC
89
+ # uninitialized constant BasicSocket::TMPFILE
90
+ # Did you mean? Tempfile
91
+ # uninitialized constant BasicSocket::TRUNC
92
+ # Did you mean? TRUE
93
+ # uninitialized constant BasicSocket::WRONLY
94
+ # Did you mean? BasicSocket::RDONLY
95
+ # wrong constant name read_nonblock
96
+ # uninitialized constant Benchmark
97
+ # uninitialized constant Benchmark
98
+ # wrong constant name clone
99
+ # wrong constant name interpret_loosely
100
+ # wrong constant name clone
101
+ # wrong constant name irb
102
+ # wrong constant name status_code
103
+ # wrong constant name <static-init>
104
+ # uninitialized constant Bundler::Definition::GENERICS
105
+ # uninitialized constant Bundler::Definition::GENERIC_CACHE
106
+ # wrong constant name dependencies_for
107
+ # wrong constant name most_specific_locked_platform
108
+ # wrong constant name requested_dependencies
109
+ # uninitialized constant Bundler::Dependency::TYPES
110
+ # wrong constant name branch
111
+ # wrong constant name expanded_platforms
112
+ # wrong constant name git
113
+ # wrong constant name <static-init>
114
+ # wrong constant name environment
115
+ # wrong constant name report
116
+ # wrong constant name write
117
+ # wrong constant name replace_with_backup
118
+ # wrong constant name env_to_hash
119
+ # wrong constant name from_env
120
+ # wrong constant name <Class:Base>
121
+ # wrong constant name <Class:CompactIndex>
122
+ # wrong constant name <Class:Dependency>
123
+ # wrong constant name <Class:Downloader>
124
+ # wrong constant name <Class:Index>
125
+ # wrong constant name <Class:TooManyRequestsError>
126
+ # wrong constant name fetch_spec
127
+ # wrong constant name fetchers
128
+ # wrong constant name http_proxy
129
+ # wrong constant name initialize
130
+ # wrong constant name specs
131
+ # wrong constant name specs_with_retry
132
+ # wrong constant name uri
133
+ # wrong constant name use_api
134
+ # wrong constant name user_agent
135
+ # wrong constant name initialize
136
+ # wrong constant name initialize
137
+ # wrong constant name api_fetcher?
138
+ # wrong constant name available?
139
+ # wrong constant name display_uri
140
+ # wrong constant name downloader
141
+ # wrong constant name fetch_uri
142
+ # wrong constant name initialize
143
+ # wrong constant name remote
144
+ # wrong constant name remote_uri
145
+ # wrong constant name <static-init>
146
+ # wrong constant name initialize
147
+ # wrong constant name <Class:ClientFetcher>
148
+ # wrong constant name available?
149
+ # wrong constant name fetch_spec
150
+ # wrong constant name specs
151
+ # wrong constant name specs_for_names
152
+ # uninitialized constant Bundler::Fetcher::CompactIndex::ClientFetcher::Elem
153
+ # wrong constant name call
154
+ # wrong constant name fetcher
155
+ # wrong constant name fetcher=
156
+ # wrong constant name ui
157
+ # wrong constant name ui=
158
+ # wrong constant name <static-init>
159
+ # wrong constant name []
160
+ # wrong constant name members
161
+ # wrong constant name <static-init>
162
+ # wrong constant name compact_index_request
163
+ # wrong constant name dependency_api_uri
164
+ # wrong constant name dependency_specs
165
+ # wrong constant name get_formatted_specs_and_deps
166
+ # wrong constant name specs
167
+ # wrong constant name unmarshalled_dep_gems
168
+ # wrong constant name <static-init>
169
+ # wrong constant name connection
170
+ # wrong constant name fetch
171
+ # wrong constant name initialize
172
+ # wrong constant name redirect_limit
173
+ # wrong constant name request
174
+ # wrong constant name <static-init>
175
+ # wrong constant name fetch_spec
176
+ # wrong constant name specs
177
+ # wrong constant name <static-init>
178
+ # wrong constant name initialize
179
+ # wrong constant name <static-init>
180
+ # wrong constant name api_timeout
181
+ # wrong constant name api_timeout=
182
+ # wrong constant name disable_endpoint
183
+ # wrong constant name disable_endpoint=
184
+ # wrong constant name max_retries
185
+ # wrong constant name max_retries=
186
+ # wrong constant name redirect_limit
187
+ # wrong constant name redirect_limit=
188
+ # wrong constant name link
189
+ # wrong constant name cp_lr
190
+ # wrong constant name link_entry
191
+ # uninitialized constant Bundler::GemHelper::DEFAULT
192
+ # uninitialized constant Bundler::GemHelper::LN_SUPPORTED
193
+ # uninitialized constant Bundler::GemHelper::LOW_METHODS
194
+ # Did you mean? Bundler::GemHelper::LowMethods
195
+ # uninitialized constant Bundler::GemHelper::METHODS
196
+ # Did you mean? Method
197
+ # uninitialized constant Bundler::GemHelper::OPT_TABLE
198
+ # uninitialized constant Bundler::GemHelper::RUBY
199
+ # uninitialized constant Bundler::GemHelper::VERSION
200
+ # Did you mean? Bundler::VERSION
201
+ # wrong constant name allowed_push_host
202
+ # wrong constant name already_tagged?
203
+ # wrong constant name base
204
+ # wrong constant name build_gem
205
+ # wrong constant name built_gem_path
206
+ # wrong constant name clean?
207
+ # wrong constant name committed?
208
+ # wrong constant name default_remote
209
+ # wrong constant name gem_command
210
+ # wrong constant name gem_key
211
+ # wrong constant name gem_push?
212
+ # wrong constant name gem_push_host
213
+ # wrong constant name gemspec
214
+ # wrong constant name git_push
215
+ # wrong constant name guard_clean
216
+ # wrong constant name initialize
217
+ # wrong constant name install
218
+ # wrong constant name install_gem
219
+ # wrong constant name name
220
+ # wrong constant name perform_git_push
221
+ # wrong constant name rubygem_push
222
+ # wrong constant name sh
223
+ # wrong constant name sh_with_input
224
+ # wrong constant name sh_with_status
225
+ # wrong constant name spec_path
226
+ # wrong constant name tag_prefix=
227
+ # wrong constant name tag_version
228
+ # wrong constant name version
229
+ # wrong constant name version_tag
230
+ # wrong constant name <static-init>
231
+ # wrong constant name gemspec
232
+ # wrong constant name install_tasks
233
+ # wrong constant name instance
234
+ # wrong constant name instance=
235
+ # wrong constant name tag_prefix=
236
+ # wrong constant name specificity_score
237
+ # wrong constant name local_platform
238
+ # wrong constant name same_deps
239
+ # wrong constant name same_specificity
240
+ # wrong constant name initialize
241
+ # wrong constant name level
242
+ # wrong constant name level=
243
+ # wrong constant name locked_specs
244
+ # wrong constant name major?
245
+ # wrong constant name minor?
246
+ # wrong constant name prerelease_specified
247
+ # wrong constant name prerelease_specified=
248
+ # wrong constant name sort_versions
249
+ # wrong constant name strict
250
+ # wrong constant name strict=
251
+ # wrong constant name unlock_gems
252
+ # wrong constant name <static-init>
253
+ # wrong constant name <Class:GraphVizClient>
254
+ # wrong constant name edge_options
255
+ # wrong constant name groups
256
+ # wrong constant name initialize
257
+ # wrong constant name node_options
258
+ # wrong constant name output_file
259
+ # wrong constant name output_format
260
+ # wrong constant name relations
261
+ # wrong constant name viz
262
+ # wrong constant name g
263
+ # wrong constant name initialize
264
+ # wrong constant name run
265
+ # wrong constant name <static-init>
266
+ # wrong constant name <static-init>
267
+ # wrong constant name initialize
268
+ # wrong constant name inject
269
+ # wrong constant name remove
270
+ # wrong constant name <static-init>
271
+ # wrong constant name inject
272
+ # wrong constant name remove
273
+ # wrong constant name generate_bundler_executable_stubs
274
+ # wrong constant name generate_standalone_bundler_executable_stubs
275
+ # wrong constant name initialize
276
+ # wrong constant name post_install_messages
277
+ # wrong constant name run
278
+ # wrong constant name <static-init>
279
+ # wrong constant name ambiguous_gems
280
+ # wrong constant name ambiguous_gems=
281
+ # wrong constant name install
282
+ # uninitialized constant Bundler::LazySpecification::GENERICS
283
+ # uninitialized constant Bundler::LazySpecification::GENERIC_CACHE
284
+ # wrong constant name eql?
285
+ # uninitialized constant Bundler::Molinillo::Compatibility
286
+ # Did you mean? Comparable
287
+ # uninitialized constant Bundler::Molinillo::Compatibility
288
+ # Did you mean? Comparable
289
+ # wrong constant name _recursive_predecessors
290
+ # wrong constant name _recursive_successors
291
+ # wrong constant name ==
292
+ # wrong constant name app_cache_dirname
293
+ # wrong constant name app_cache_path
294
+ # wrong constant name bundler_plugin_api_source?
295
+ # wrong constant name cache
296
+ # wrong constant name cached!
297
+ # wrong constant name can_lock?
298
+ # wrong constant name dependency_names
299
+ # wrong constant name dependency_names=
300
+ # wrong constant name double_check_for
301
+ # wrong constant name eql?
302
+ # wrong constant name fetch_gemspec_files
303
+ # wrong constant name gem_install_dir
304
+ # wrong constant name hash
305
+ # wrong constant name include?
306
+ # wrong constant name initialize
307
+ # wrong constant name install
308
+ # wrong constant name install_path
309
+ # wrong constant name installed?
310
+ # wrong constant name name
311
+ # wrong constant name options
312
+ # wrong constant name options_to_lock
313
+ # wrong constant name post_install
314
+ # wrong constant name remote!
315
+ # wrong constant name root
316
+ # wrong constant name specs
317
+ # wrong constant name to_lock
318
+ # wrong constant name to_s
319
+ # wrong constant name unlock!
320
+ # wrong constant name unmet_deps
321
+ # wrong constant name uri
322
+ # wrong constant name uri_hash
323
+ # wrong constant name <static-init>
324
+ # wrong constant name <Class:CommandConflict>
325
+ # wrong constant name <Class:SourceConflict>
326
+ # wrong constant name installed_plugins
327
+ # wrong constant name plugin_commands
328
+ # wrong constant name unregister_plugin
329
+ # wrong constant name initialize
330
+ # wrong constant name <static-init>
331
+ # wrong constant name initialize
332
+ # wrong constant name <static-init>
333
+ # wrong constant name <Class:Git>
334
+ # wrong constant name <Class:Rubygems>
335
+ # wrong constant name install
336
+ # wrong constant name install_definition
337
+ # uninitialized constant Bundler::Plugin::Installer::Git::DEFAULT_GLOB
338
+ # wrong constant name generate_bin
339
+ # wrong constant name <static-init>
340
+ # uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
341
+ # Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
342
+ # uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
343
+ # Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
344
+ # wrong constant name <static-init>
345
+ # wrong constant name <static-init>
346
+ # wrong constant name <static-init>
347
+ # wrong constant name list
348
+ # wrong constant name uninstall
349
+ # wrong constant name <static-init>
350
+ # wrong constant name lock
351
+ # uninitialized constant Bundler::Resolver::SpecGroup::GENERICS
352
+ # uninitialized constant Bundler::Resolver::SpecGroup::GENERIC_CACHE
353
+ # wrong constant name activated_platforms
354
+ # wrong constant name activated_platforms=
355
+ # wrong constant name copy_for
356
+ # wrong constant name sorted_activated_platforms
357
+ # wrong constant name attempt
358
+ # wrong constant name attempts
359
+ # wrong constant name current_run
360
+ # wrong constant name current_run=
361
+ # wrong constant name initialize
362
+ # wrong constant name name
363
+ # wrong constant name name=
364
+ # wrong constant name total_runs
365
+ # wrong constant name total_runs=
366
+ # wrong constant name <static-init>
367
+ # wrong constant name attempts
368
+ # wrong constant name default_attempts
369
+ # wrong constant name default_retries
370
+ # uninitialized constant Bundler::RubyGemsGemInstaller::ENV_PATHS
371
+ # wrong constant name <static-init>
372
+ # wrong constant name add_default_gems_to
373
+ # wrong constant name add_to_load_path
374
+ # wrong constant name all_specs
375
+ # wrong constant name backport_ext_builder_monitor
376
+ # wrong constant name correct_for_windows_path
377
+ # wrong constant name default_stubs
378
+ # wrong constant name find_name
379
+ # wrong constant name gem_remote_fetcher
380
+ # wrong constant name load_env_plugins
381
+ # wrong constant name plain_specs
382
+ # wrong constant name plain_specs=
383
+ # wrong constant name stub_rubygems
384
+ # wrong constant name use_gemdeps
385
+ # uninitialized constant Bundler::RubygemsIntegration::AlmostModern
386
+ # uninitialized constant Bundler::RubygemsIntegration::AlmostModern
387
+ # uninitialized constant Bundler::RubygemsIntegration::Ancient
388
+ # uninitialized constant Bundler::RubygemsIntegration::Ancient
389
+ # uninitialized constant Bundler::RubygemsIntegration::Future
390
+ # uninitialized constant Bundler::RubygemsIntegration::Future
391
+ # uninitialized constant Bundler::RubygemsIntegration::Legacy
392
+ # uninitialized constant Bundler::RubygemsIntegration::Legacy
393
+ # uninitialized constant Bundler::RubygemsIntegration::Modern
394
+ # Did you mean? Module
395
+ # uninitialized constant Bundler::RubygemsIntegration::Modern
396
+ # Did you mean? Module
397
+ # uninitialized constant Bundler::RubygemsIntegration::MoreFuture
398
+ # uninitialized constant Bundler::RubygemsIntegration::MoreFuture
399
+ # uninitialized constant Bundler::RubygemsIntegration::MoreModern
400
+ # uninitialized constant Bundler::RubygemsIntegration::MoreModern
401
+ # uninitialized constant Bundler::RubygemsIntegration::Transitional
402
+ # uninitialized constant Bundler::RubygemsIntegration::Transitional
403
+ # wrong constant name ==
404
+ # wrong constant name fallback_timeout
405
+ # wrong constant name fallback_timeout=
406
+ # wrong constant name initialize
407
+ # wrong constant name uri
408
+ # wrong constant name uri=
409
+ # wrong constant name valid?
410
+ # wrong constant name validate!
411
+ # wrong constant name <static-init>
412
+ # wrong constant name each
413
+ # wrong constant name for
414
+ # wrong constant name initialize
415
+ # wrong constant name parse
416
+ # wrong constant name <static-init>
417
+ # wrong constant name <Class:Rule>
418
+ # wrong constant name description
419
+ # wrong constant name fail!
420
+ # wrong constant name initialize
421
+ # wrong constant name k
422
+ # wrong constant name set
423
+ # wrong constant name validate!
424
+ # wrong constant name <static-init>
425
+ # wrong constant name <static-init>
426
+ # wrong constant name validate!
427
+ # uninitialized constant Bundler::Source::Git::DEFAULT_GLOB
428
+ # wrong constant name glob
429
+ # wrong constant name local?
430
+ # uninitialized constant Bundler::StubSpecification::GENERICS
431
+ # uninitialized constant Bundler::StubSpecification::GENERIC_CACHE
432
+ # wrong constant name default_gem?
433
+ # wrong constant name extensions
434
+ # wrong constant name gem_build_complete_path
435
+ # wrong constant name <Class:Actions>
436
+ # wrong constant name <Class:AmbiguousCommandError>
437
+ # wrong constant name <Class:Argument>
438
+ # wrong constant name <Class:Arguments>
439
+ # wrong constant name <Class:Base>
440
+ # wrong constant name <Class:Command>
441
+ # wrong constant name <Class:CoreExt>
442
+ # wrong constant name <Class:DynamicCommand>
443
+ # wrong constant name <Class:Error>
444
+ # wrong constant name <Class:Group>
445
+ # wrong constant name <Class:HiddenCommand>
446
+ # wrong constant name <Class:Invocation>
447
+ # wrong constant name <Class:InvocationError>
448
+ # wrong constant name <Class:LineEditor>
449
+ # wrong constant name <Class:MalformattedArgumentError>
450
+ # wrong constant name <Class:NestedContext>
451
+ # wrong constant name <Class:NoKwargSpellChecker>
452
+ # wrong constant name <Class:Option>
453
+ # wrong constant name <Class:Options>
454
+ # wrong constant name <Class:RakeCompat>
455
+ # wrong constant name <Class:RequiredArgumentMissingError>
456
+ # uninitialized constant Bundler::Thor::SHELL_DELEGATED_METHODS
457
+ # wrong constant name <Class:Sandbox>
458
+ # wrong constant name <Class:Shell>
459
+ # wrong constant name <Class:UndefinedCommandError>
460
+ # wrong constant name <Class:UnknownArgumentError>
461
+ # wrong constant name <Class:Util>
462
+ # wrong constant name help
463
+ # wrong constant name <Class:CapturableERB>
464
+ # wrong constant name <Class:ClassMethods>
465
+ # wrong constant name <Class:CreateFile>
466
+ # wrong constant name <Class:CreateLink>
467
+ # wrong constant name <Class:Directory>
468
+ # wrong constant name <Class:EmptyDirectory>
469
+ # wrong constant name <Class:InjectIntoFile>
470
+ # wrong constant name _cleanup_options_and_set
471
+ # wrong constant name _shared_configuration
472
+ # wrong constant name action
473
+ # wrong constant name add_file
474
+ # wrong constant name add_link
475
+ # wrong constant name append_file
476
+ # wrong constant name append_to_file
477
+ # wrong constant name apply
478
+ # wrong constant name behavior
479
+ # wrong constant name behavior=
480
+ # wrong constant name chmod
481
+ # wrong constant name comment_lines
482
+ # wrong constant name copy_file
483
+ # wrong constant name create_file
484
+ # wrong constant name create_link
485
+ # wrong constant name destination_root
486
+ # wrong constant name destination_root=
487
+ # wrong constant name directory
488
+ # wrong constant name empty_directory
489
+ # wrong constant name find_in_source_paths
490
+ # wrong constant name get
491
+ # wrong constant name gsub_file
492
+ # wrong constant name in_root
493
+ # wrong constant name initialize
494
+ # wrong constant name inject_into_class
495
+ # wrong constant name inject_into_file
496
+ # wrong constant name inject_into_module
497
+ # wrong constant name insert_into_file
498
+ # wrong constant name inside
499
+ # wrong constant name link_file
500
+ # wrong constant name prepend_file
501
+ # wrong constant name prepend_to_file
502
+ # wrong constant name relative_to_original_destination_root
503
+ # wrong constant name remove_dir
504
+ # wrong constant name remove_file
505
+ # wrong constant name run
506
+ # wrong constant name run_ruby_script
507
+ # wrong constant name source_paths
508
+ # wrong constant name template
509
+ # wrong constant name thor
510
+ # wrong constant name uncomment_lines
511
+ # uninitialized constant Bundler::Thor::Actions::CapturableERB::Revision
512
+ # wrong constant name <static-init>
513
+ # wrong constant name add_runtime_options!
514
+ # wrong constant name source_paths
515
+ # wrong constant name source_paths_for_search
516
+ # wrong constant name source_root
517
+ # wrong constant name <static-init>
518
+ # wrong constant name data
519
+ # wrong constant name force_on_collision?
520
+ # wrong constant name force_or_skip_or_conflict
521
+ # wrong constant name identical?
522
+ # wrong constant name initialize
523
+ # wrong constant name on_conflict_behavior
524
+ # wrong constant name render
525
+ # wrong constant name <static-init>
526
+ # wrong constant name <static-init>
527
+ # wrong constant name execute!
528
+ # wrong constant name file_level_lookup
529
+ # wrong constant name files
530
+ # wrong constant name initialize
531
+ # wrong constant name source
532
+ # wrong constant name <static-init>
533
+ # wrong constant name base
534
+ # wrong constant name config
535
+ # wrong constant name convert_encoded_instructions
536
+ # wrong constant name destination
537
+ # wrong constant name destination=
538
+ # wrong constant name exists?
539
+ # wrong constant name given_destination
540
+ # wrong constant name initialize
541
+ # wrong constant name invoke!
542
+ # wrong constant name invoke_with_conflict_check
543
+ # wrong constant name on_conflict_behavior
544
+ # wrong constant name on_file_clash_behavior
545
+ # wrong constant name pretend?
546
+ # wrong constant name relative_destination
547
+ # wrong constant name revoke!
548
+ # wrong constant name say_status
549
+ # wrong constant name <static-init>
550
+ # wrong constant name behavior
551
+ # wrong constant name flag
552
+ # wrong constant name initialize
553
+ # wrong constant name replace!
554
+ # wrong constant name replacement
555
+ # wrong constant name say_status
556
+ # wrong constant name <static-init>
557
+ # wrong constant name <static-init>
558
+ # wrong constant name included
559
+ # wrong constant name <static-init>
560
+ # wrong constant name banner
561
+ # wrong constant name default
562
+ # wrong constant name default_banner
563
+ # wrong constant name description
564
+ # wrong constant name enum
565
+ # wrong constant name human_name
566
+ # wrong constant name initialize
567
+ # wrong constant name name
568
+ # wrong constant name required
569
+ # wrong constant name required?
570
+ # wrong constant name show_default?
571
+ # wrong constant name type
572
+ # wrong constant name usage
573
+ # wrong constant name valid_type?
574
+ # wrong constant name validate!
575
+ # wrong constant name <static-init>
576
+ # wrong constant name initialize
577
+ # wrong constant name parse
578
+ # wrong constant name remaining
579
+ # wrong constant name <static-init>
580
+ # wrong constant name parse
581
+ # wrong constant name split
582
+ # wrong constant name <Class:ClassMethods>
583
+ # wrong constant name args
584
+ # wrong constant name args=
585
+ # wrong constant name initialize
586
+ # wrong constant name options
587
+ # wrong constant name options=
588
+ # wrong constant name parent_options
589
+ # wrong constant name parent_options=
590
+ # wrong constant name all_commands
591
+ # wrong constant name all_tasks
592
+ # wrong constant name allow_incompatible_default_type!
593
+ # wrong constant name argument
594
+ # wrong constant name arguments
595
+ # wrong constant name attr_accessor
596
+ # wrong constant name attr_reader
597
+ # wrong constant name attr_writer
598
+ # wrong constant name baseclass
599
+ # wrong constant name basename
600
+ # wrong constant name build_option
601
+ # wrong constant name build_options
602
+ # wrong constant name check_default_type
603
+ # wrong constant name check_default_type!
604
+ # wrong constant name check_unknown_options
605
+ # wrong constant name check_unknown_options!
606
+ # wrong constant name check_unknown_options?
607
+ # wrong constant name class_option
608
+ # wrong constant name class_options
609
+ # wrong constant name class_options_help
610
+ # wrong constant name commands
611
+ # wrong constant name create_command
612
+ # wrong constant name create_task
613
+ # wrong constant name disable_required_check?
614
+ # wrong constant name dispatch
615
+ # wrong constant name exit_on_failure?
616
+ # wrong constant name find_and_refresh_command
617
+ # wrong constant name find_and_refresh_task
618
+ # wrong constant name from_superclass
619
+ # wrong constant name group
620
+ # wrong constant name handle_argument_error
621
+ # wrong constant name handle_no_command_error
622
+ # wrong constant name handle_no_task_error
623
+ # wrong constant name inherited
624
+ # wrong constant name initialize_added
625
+ # wrong constant name is_thor_reserved_word?
626
+ # wrong constant name method_added
627
+ # wrong constant name namespace
628
+ # wrong constant name no_commands
629
+ # wrong constant name no_commands?
630
+ # wrong constant name no_commands_context
631
+ # wrong constant name no_tasks
632
+ # wrong constant name print_options
633
+ # wrong constant name public_command
634
+ # wrong constant name public_task
635
+ # wrong constant name remove_argument
636
+ # wrong constant name remove_class_option
637
+ # wrong constant name remove_command
638
+ # wrong constant name remove_task
639
+ # wrong constant name start
640
+ # wrong constant name stop_on_unknown_option?
641
+ # wrong constant name strict_args_position
642
+ # wrong constant name strict_args_position!
643
+ # wrong constant name strict_args_position?
644
+ # wrong constant name tasks
645
+ # wrong constant name <static-init>
646
+ # wrong constant name <static-init>
647
+ # wrong constant name included
648
+ # wrong constant name register_klass_file
649
+ # wrong constant name shell
650
+ # wrong constant name shell=
651
+ # wrong constant name subclass_files
652
+ # wrong constant name subclasses
653
+ # wrong constant name formatted_usage
654
+ # wrong constant name handle_argument_error?
655
+ # wrong constant name handle_no_method_error?
656
+ # wrong constant name hidden?
657
+ # wrong constant name initialize
658
+ # wrong constant name local_method?
659
+ # wrong constant name not_debugging?
660
+ # wrong constant name private_method?
661
+ # wrong constant name public_method?
662
+ # wrong constant name required_arguments_for
663
+ # wrong constant name required_options
664
+ # wrong constant name run
665
+ # wrong constant name sans_backtrace
666
+ # wrong constant name <static-init>
667
+ # wrong constant name <Class:HashWithIndifferentAccess>
668
+ # uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::Elem
669
+ # uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::K
670
+ # uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::V
671
+ # wrong constant name []
672
+ # wrong constant name []=
673
+ # wrong constant name convert_key
674
+ # wrong constant name delete
675
+ # wrong constant name fetch
676
+ # wrong constant name initialize
677
+ # wrong constant name key?
678
+ # wrong constant name merge
679
+ # wrong constant name merge!
680
+ # wrong constant name method_missing
681
+ # wrong constant name replace
682
+ # wrong constant name reverse_merge
683
+ # wrong constant name reverse_merge!
684
+ # wrong constant name values_at
685
+ # wrong constant name <static-init>
686
+ # wrong constant name <static-init>
687
+ # uninitialized constant Bundler::Thor::DynamicCommand::FILE_REGEXP
688
+ # wrong constant name initialize
689
+ # wrong constant name <static-init>
690
+ # wrong constant name <static-init>
691
+ # uninitialized constant Bundler::Thor::Group::SHELL_DELEGATED_METHODS
692
+ # Did you mean? Bundler::Thor::SHELL_DELEGATED_METHODS
693
+ # wrong constant name _invoke_for_class_method
694
+ # wrong constant name <static-init>
695
+ # wrong constant name banner
696
+ # wrong constant name desc
697
+ # wrong constant name get_options_from_invocations
698
+ # wrong constant name handle_argument_error
699
+ # wrong constant name help
700
+ # wrong constant name invocation_blocks
701
+ # wrong constant name invocations
702
+ # wrong constant name invoke
703
+ # wrong constant name invoke_from_option
704
+ # wrong constant name printable_commands
705
+ # wrong constant name printable_tasks
706
+ # wrong constant name remove_invocation
707
+ # wrong constant name self_command
708
+ # wrong constant name self_task
709
+ # uninitialized constant Bundler::Thor::HiddenCommand::FILE_REGEXP
710
+ # wrong constant name <static-init>
711
+ # wrong constant name <Class:ClassMethods>
712
+ # wrong constant name _parse_initialization_options
713
+ # wrong constant name _retrieve_class_and_command
714
+ # wrong constant name _retrieve_class_and_task
715
+ # wrong constant name _shared_configuration
716
+ # wrong constant name current_command_chain
717
+ # wrong constant name initialize
718
+ # wrong constant name invoke
719
+ # wrong constant name invoke_all
720
+ # wrong constant name invoke_command
721
+ # wrong constant name invoke_task
722
+ # wrong constant name invoke_with_padding
723
+ # wrong constant name prepare_for_invocation
724
+ # wrong constant name <static-init>
725
+ # wrong constant name <static-init>
726
+ # wrong constant name included
727
+ # wrong constant name <static-init>
728
+ # wrong constant name <Class:Basic>
729
+ # wrong constant name <Class:Readline>
730
+ # wrong constant name initialize
731
+ # wrong constant name options
732
+ # wrong constant name prompt
733
+ # wrong constant name readline
734
+ # wrong constant name <static-init>
735
+ # wrong constant name available?
736
+ # wrong constant name <Class:PathCompletion>
737
+ # wrong constant name initialize
738
+ # wrong constant name matches
739
+ # wrong constant name <static-init>
740
+ # wrong constant name <static-init>
741
+ # wrong constant name <static-init>
742
+ # wrong constant name best_available
743
+ # wrong constant name readline
744
+ # wrong constant name <static-init>
745
+ # wrong constant name enter
746
+ # wrong constant name entered?
747
+ # wrong constant name <static-init>
748
+ # wrong constant name initialize
749
+ # wrong constant name <static-init>
750
+ # wrong constant name aliases
751
+ # wrong constant name array?
752
+ # wrong constant name boolean?
753
+ # wrong constant name dasherize
754
+ # wrong constant name dasherized?
755
+ # wrong constant name group
756
+ # wrong constant name hash?
757
+ # wrong constant name hide
758
+ # wrong constant name lazy_default
759
+ # wrong constant name numeric?
760
+ # wrong constant name repeatable
761
+ # wrong constant name string?
762
+ # wrong constant name switch_name
763
+ # wrong constant name undasherize
764
+ # wrong constant name usage
765
+ # wrong constant name validate_default_type!
766
+ # wrong constant name <static-init>
767
+ # wrong constant name parse
768
+ # uninitialized constant Bundler::Thor::Options::NUMERIC
769
+ # Did you mean? Numeric
770
+ # wrong constant name assign_result!
771
+ # wrong constant name check_unknown!
772
+ # wrong constant name current_is_switch?
773
+ # wrong constant name current_is_switch_formatted?
774
+ # wrong constant name initialize
775
+ # wrong constant name normalize_switch
776
+ # wrong constant name parse_boolean
777
+ # wrong constant name parse_peek
778
+ # wrong constant name parsing_options?
779
+ # wrong constant name switch?
780
+ # wrong constant name switch_option
781
+ # wrong constant name <static-init>
782
+ # wrong constant name to_switches
783
+ # uninitialized constant Bundler::Thor::RakeCompat::DEFAULT
784
+ # uninitialized constant Bundler::Thor::RakeCompat::LN_SUPPORTED
785
+ # uninitialized constant Bundler::Thor::RakeCompat::LOW_METHODS
786
+ # Did you mean? Bundler::Thor::RakeCompat::LowMethods
787
+ # uninitialized constant Bundler::Thor::RakeCompat::METHODS
788
+ # Did you mean? Method
789
+ # uninitialized constant Bundler::Thor::RakeCompat::OPT_TABLE
790
+ # uninitialized constant Bundler::Thor::RakeCompat::RUBY
791
+ # uninitialized constant Bundler::Thor::RakeCompat::VERSION
792
+ # Did you mean? Bundler::VERSION
793
+ # wrong constant name <static-init>
794
+ # wrong constant name included
795
+ # wrong constant name rake_classes
796
+ # wrong constant name <static-init>
797
+ # wrong constant name <static-init>
798
+ # wrong constant name <Class:Basic>
799
+ # wrong constant name <Class:Color>
800
+ # wrong constant name <Class:HTML>
801
+ # wrong constant name _shared_configuration
802
+ # wrong constant name ask
803
+ # wrong constant name error
804
+ # wrong constant name file_collision
805
+ # wrong constant name initialize
806
+ # wrong constant name no?
807
+ # wrong constant name print_in_columns
808
+ # wrong constant name print_table
809
+ # wrong constant name print_wrapped
810
+ # wrong constant name say
811
+ # wrong constant name say_status
812
+ # wrong constant name set_color
813
+ # wrong constant name shell
814
+ # wrong constant name shell=
815
+ # wrong constant name terminal_width
816
+ # wrong constant name with_padding
817
+ # wrong constant name yes?
818
+ # wrong constant name answer_match
819
+ # wrong constant name as_unicode
820
+ # wrong constant name ask
821
+ # wrong constant name ask_filtered
822
+ # wrong constant name ask_simply
823
+ # wrong constant name base
824
+ # wrong constant name base=
825
+ # wrong constant name can_display_colors?
826
+ # wrong constant name dynamic_width
827
+ # wrong constant name dynamic_width_stty
828
+ # wrong constant name dynamic_width_tput
829
+ # wrong constant name error
830
+ # wrong constant name file_collision
831
+ # wrong constant name file_collision_help
832
+ # wrong constant name git_merge_tool
833
+ # wrong constant name indent
834
+ # wrong constant name is?
835
+ # wrong constant name lookup_color
836
+ # wrong constant name merge
837
+ # wrong constant name merge_tool
838
+ # wrong constant name mute
839
+ # wrong constant name mute?
840
+ # wrong constant name no?
841
+ # wrong constant name padding
842
+ # wrong constant name padding=
843
+ # wrong constant name prepare_message
844
+ # wrong constant name print_in_columns
845
+ # wrong constant name print_table
846
+ # wrong constant name print_wrapped
847
+ # wrong constant name quiet?
848
+ # wrong constant name say
849
+ # wrong constant name say_status
850
+ # wrong constant name set_color
851
+ # wrong constant name show_diff
852
+ # wrong constant name stderr
853
+ # wrong constant name stdout
854
+ # wrong constant name terminal_width
855
+ # wrong constant name truncate
856
+ # wrong constant name unix?
857
+ # wrong constant name yes?
858
+ # wrong constant name <static-init>
859
+ # uninitialized constant Bundler::Thor::Shell::Color::DEFAULT_TERMINAL_WIDTH
860
+ # wrong constant name are_colors_disabled?
861
+ # wrong constant name diff_lcs_loaded?
862
+ # wrong constant name output_diff_line
863
+ # wrong constant name set_color
864
+ # wrong constant name <static-init>
865
+ # uninitialized constant Bundler::Thor::Shell::HTML::DEFAULT_TERMINAL_WIDTH
866
+ # wrong constant name ask
867
+ # wrong constant name diff_lcs_loaded?
868
+ # wrong constant name output_diff_line
869
+ # wrong constant name set_color
870
+ # wrong constant name <static-init>
871
+ # wrong constant name <static-init>
872
+ # wrong constant name <Class:SpellChecker>
873
+ # wrong constant name all_commands
874
+ # wrong constant name command
875
+ # wrong constant name initialize
876
+ # wrong constant name corrections
877
+ # wrong constant name error
878
+ # wrong constant name initialize
879
+ # wrong constant name spell_checker
880
+ # wrong constant name <static-init>
881
+ # wrong constant name <static-init>
882
+ # wrong constant name <Class:SpellChecker>
883
+ # wrong constant name initialize
884
+ # wrong constant name switches
885
+ # wrong constant name unknown
886
+ # wrong constant name corrections
887
+ # wrong constant name error
888
+ # wrong constant name initialize
889
+ # wrong constant name spell_checker
890
+ # wrong constant name <static-init>
891
+ # wrong constant name <static-init>
892
+ # wrong constant name <static-init>
893
+ # wrong constant name camel_case
894
+ # wrong constant name escape_globs
895
+ # wrong constant name escape_html
896
+ # wrong constant name find_by_namespace
897
+ # wrong constant name find_class_and_command_by_namespace
898
+ # wrong constant name find_class_and_task_by_namespace
899
+ # wrong constant name globs_for
900
+ # wrong constant name load_thorfile
901
+ # wrong constant name namespace_from_thor_class
902
+ # wrong constant name namespaces_in_content
903
+ # wrong constant name ruby_command
904
+ # wrong constant name snake_case
905
+ # wrong constant name thor_classes_in
906
+ # wrong constant name thor_root
907
+ # wrong constant name thor_root_glob
908
+ # wrong constant name user_home
909
+ # wrong constant name <static-init>
910
+ # wrong constant name banner
911
+ # wrong constant name check_unknown_options!
912
+ # wrong constant name command_help
913
+ # wrong constant name default_command
914
+ # wrong constant name default_task
915
+ # wrong constant name deprecation_warning
916
+ # wrong constant name desc
917
+ # wrong constant name disable_required_check
918
+ # wrong constant name disable_required_check!
919
+ # wrong constant name disable_required_check?
920
+ # wrong constant name dispatch
921
+ # wrong constant name dynamic_command_class
922
+ # wrong constant name find_command_possibilities
923
+ # wrong constant name find_task_possibilities
924
+ # wrong constant name help
925
+ # wrong constant name long_desc
926
+ # wrong constant name map
927
+ # wrong constant name method_option
928
+ # wrong constant name method_options
929
+ # wrong constant name normalize_command_name
930
+ # wrong constant name normalize_task_name
931
+ # wrong constant name option
932
+ # wrong constant name options
933
+ # wrong constant name package_name
934
+ # wrong constant name printable_commands
935
+ # wrong constant name printable_tasks
936
+ # wrong constant name register
937
+ # wrong constant name retrieve_command_name
938
+ # wrong constant name retrieve_task_name
939
+ # wrong constant name stop_on_unknown_option
940
+ # wrong constant name stop_on_unknown_option!
941
+ # wrong constant name stop_on_unknown_option?
942
+ # wrong constant name subcommand
943
+ # wrong constant name subcommand_classes
944
+ # wrong constant name subcommand_help
945
+ # wrong constant name subcommands
946
+ # wrong constant name subtask
947
+ # wrong constant name subtask_help
948
+ # wrong constant name subtasks
949
+ # wrong constant name task_help
950
+ # wrong constant name add_color
951
+ # wrong constant name ask
952
+ # wrong constant name confirm
953
+ # wrong constant name debug
954
+ # wrong constant name debug?
955
+ # wrong constant name error
956
+ # wrong constant name info
957
+ # wrong constant name initialize
958
+ # wrong constant name level
959
+ # wrong constant name level=
960
+ # wrong constant name no?
961
+ # wrong constant name quiet?
962
+ # wrong constant name shell=
963
+ # wrong constant name silence
964
+ # wrong constant name trace
965
+ # wrong constant name unprinted_warnings
966
+ # wrong constant name warn
967
+ # wrong constant name yes?
968
+ # wrong constant name <static-init>
969
+ # wrong constant name <Class:BadURIError>
970
+ # wrong constant name <Class:Error>
971
+ # wrong constant name <Class:Escape>
972
+ # wrong constant name <Class:FTP>
973
+ # wrong constant name <Class:File>
974
+ # wrong constant name <Class:Generic>
975
+ # wrong constant name <Class:HTTP>
976
+ # wrong constant name <Class:HTTPS>
977
+ # wrong constant name <Class:InvalidComponentError>
978
+ # wrong constant name <Class:InvalidURIError>
979
+ # wrong constant name <Class:LDAP>
980
+ # wrong constant name <Class:LDAPS>
981
+ # wrong constant name <Class:MailTo>
982
+ # wrong constant name <Class:RFC2396_Parser>
983
+ # wrong constant name <Class:RFC2396_REGEXP>
984
+ # wrong constant name <Class:RFC3986_Parser>
985
+ # wrong constant name <Class:Util>
986
+ # wrong constant name <static-init>
987
+ # wrong constant name <static-init>
988
+ # wrong constant name decode
989
+ # wrong constant name encode
990
+ # wrong constant name escape
991
+ # wrong constant name unescape
992
+ # wrong constant name <static-init>
993
+ # uninitialized constant Bundler::URI::FTP::ABS_PATH
994
+ # Did you mean? Bundler::URI::ABS_PATH
995
+ # uninitialized constant Bundler::URI::FTP::ABS_URI
996
+ # Did you mean? Bundler::URI::ABS_URI
997
+ # uninitialized constant Bundler::URI::FTP::ABS_URI_REF
998
+ # Did you mean? Bundler::URI::ABS_URI_REF
999
+ # uninitialized constant Bundler::URI::FTP::DEFAULT_PARSER
1000
+ # Did you mean? Bundler::URI::FTP::DEFAULT_PORT
1001
+ # Bundler::URI::DEFAULT_PARSER
1002
+ # uninitialized constant Bundler::URI::FTP::ESCAPED
1003
+ # Did you mean? Bundler::URI::FTP::Escape
1004
+ # Bundler::URI::Escape
1005
+ # Bundler::URI::ESCAPED
1006
+ # uninitialized constant Bundler::URI::FTP::FRAGMENT
1007
+ # Did you mean? Bundler::URI::FRAGMENT
1008
+ # uninitialized constant Bundler::URI::FTP::HOST
1009
+ # Did you mean? Bundler::URI::HOST
1010
+ # uninitialized constant Bundler::URI::FTP::OPAQUE
1011
+ # Did you mean? Bundler::URI::OPAQUE
1012
+ # uninitialized constant Bundler::URI::FTP::PORT
1013
+ # Did you mean? Bundler::URI::PORT
1014
+ # uninitialized constant Bundler::URI::FTP::QUERY
1015
+ # Did you mean? Bundler::URI::QUERY
1016
+ # uninitialized constant Bundler::URI::FTP::REGISTRY
1017
+ # Did you mean? Bundler::URI::REGISTRY
1018
+ # uninitialized constant Bundler::URI::FTP::REL_PATH
1019
+ # Did you mean? Bundler::URI::REL_PATH
1020
+ # uninitialized constant Bundler::URI::FTP::REL_URI
1021
+ # Did you mean? Bundler::URI::REL_URI
1022
+ # uninitialized constant Bundler::URI::FTP::REL_URI_REF
1023
+ # Did you mean? Bundler::URI::REL_URI_REF
1024
+ # uninitialized constant Bundler::URI::FTP::RFC3986_PARSER
1025
+ # Did you mean? Bundler::URI::FTP::RFC3986_Parser
1026
+ # Bundler::URI::RFC3986_Parser
1027
+ # Bundler::URI::FTP::RFC2396_Parser
1028
+ # Bundler::URI::RFC2396_Parser
1029
+ # Bundler::URI::RFC3986_PARSER
1030
+ # uninitialized constant Bundler::URI::FTP::SCHEME
1031
+ # Did you mean? Bundler::URI::SCHEME
1032
+ # uninitialized constant Bundler::URI::FTP::TBLDECWWWCOMP_
1033
+ # Did you mean? Bundler::URI::FTP::TBLENCWWWCOMP_
1034
+ # Bundler::URI::TBLDECWWWCOMP_
1035
+ # Bundler::URI::TBLENCWWWCOMP_
1036
+ # uninitialized constant Bundler::URI::FTP::TBLENCWWWCOMP_
1037
+ # Did you mean? Bundler::URI::FTP::TBLDECWWWCOMP_
1038
+ # Bundler::URI::TBLDECWWWCOMP_
1039
+ # Bundler::URI::TBLENCWWWCOMP_
1040
+ # uninitialized constant Bundler::URI::FTP::UNSAFE
1041
+ # Did you mean? Bundler::URI::UNSAFE
1042
+ # uninitialized constant Bundler::URI::FTP::URI_REF
1043
+ # Did you mean? Bundler::URI::URI_REF
1044
+ # uninitialized constant Bundler::URI::FTP::USERINFO
1045
+ # Did you mean? Bundler::URI::USERINFO
1046
+ # uninitialized constant Bundler::URI::FTP::USE_REGISTRY
1047
+ # uninitialized constant Bundler::URI::FTP::VERSION
1048
+ # Did you mean? Bundler::URI::VERSION
1049
+ # Bundler::VERSION
1050
+ # uninitialized constant Bundler::URI::FTP::VERSION_CODE
1051
+ # Did you mean? Bundler::URI::VERSION_CODE
1052
+ # uninitialized constant Bundler::URI::FTP::WEB_ENCODINGS_
1053
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1054
+ # wrong constant name set_typecode
1055
+ # wrong constant name typecode
1056
+ # wrong constant name typecode=
1057
+ # wrong constant name <static-init>
1058
+ # wrong constant name new2
1059
+ # uninitialized constant Bundler::URI::File::ABS_PATH
1060
+ # Did you mean? Bundler::URI::ABS_PATH
1061
+ # uninitialized constant Bundler::URI::File::ABS_URI
1062
+ # Did you mean? Bundler::URI::ABS_URI
1063
+ # uninitialized constant Bundler::URI::File::ABS_URI_REF
1064
+ # Did you mean? Bundler::URI::ABS_URI_REF
1065
+ # uninitialized constant Bundler::URI::File::DEFAULT_PARSER
1066
+ # Did you mean? Bundler::URI::File::DEFAULT_PORT
1067
+ # Bundler::URI::DEFAULT_PARSER
1068
+ # uninitialized constant Bundler::URI::File::ESCAPED
1069
+ # Did you mean? Bundler::URI::File::Escape
1070
+ # Bundler::URI::Escape
1071
+ # Bundler::URI::ESCAPED
1072
+ # uninitialized constant Bundler::URI::File::FRAGMENT
1073
+ # Did you mean? Bundler::URI::FRAGMENT
1074
+ # uninitialized constant Bundler::URI::File::HOST
1075
+ # Did you mean? Bundler::URI::HOST
1076
+ # uninitialized constant Bundler::URI::File::OPAQUE
1077
+ # Did you mean? Bundler::URI::OPAQUE
1078
+ # uninitialized constant Bundler::URI::File::PORT
1079
+ # Did you mean? Bundler::URI::PORT
1080
+ # uninitialized constant Bundler::URI::File::QUERY
1081
+ # Did you mean? Bundler::URI::QUERY
1082
+ # uninitialized constant Bundler::URI::File::REGISTRY
1083
+ # Did you mean? Bundler::URI::REGISTRY
1084
+ # uninitialized constant Bundler::URI::File::REL_PATH
1085
+ # Did you mean? Bundler::URI::REL_PATH
1086
+ # uninitialized constant Bundler::URI::File::REL_URI
1087
+ # Did you mean? Bundler::URI::REL_URI
1088
+ # uninitialized constant Bundler::URI::File::REL_URI_REF
1089
+ # Did you mean? Bundler::URI::REL_URI_REF
1090
+ # uninitialized constant Bundler::URI::File::RFC3986_PARSER
1091
+ # Did you mean? Bundler::URI::File::RFC3986_Parser
1092
+ # Bundler::URI::RFC3986_Parser
1093
+ # Bundler::URI::File::RFC2396_Parser
1094
+ # Bundler::URI::RFC2396_Parser
1095
+ # Bundler::URI::RFC3986_PARSER
1096
+ # uninitialized constant Bundler::URI::File::SCHEME
1097
+ # Did you mean? Bundler::URI::SCHEME
1098
+ # uninitialized constant Bundler::URI::File::TBLDECWWWCOMP_
1099
+ # Did you mean? Bundler::URI::File::TBLENCWWWCOMP_
1100
+ # Bundler::URI::TBLDECWWWCOMP_
1101
+ # Bundler::URI::TBLENCWWWCOMP_
1102
+ # uninitialized constant Bundler::URI::File::TBLENCWWWCOMP_
1103
+ # Did you mean? Bundler::URI::File::TBLDECWWWCOMP_
1104
+ # Bundler::URI::TBLDECWWWCOMP_
1105
+ # Bundler::URI::TBLENCWWWCOMP_
1106
+ # uninitialized constant Bundler::URI::File::UNSAFE
1107
+ # Did you mean? Bundler::URI::UNSAFE
1108
+ # uninitialized constant Bundler::URI::File::URI_REF
1109
+ # Did you mean? Bundler::URI::URI_REF
1110
+ # uninitialized constant Bundler::URI::File::USERINFO
1111
+ # Did you mean? Bundler::URI::USERINFO
1112
+ # uninitialized constant Bundler::URI::File::USE_REGISTRY
1113
+ # uninitialized constant Bundler::URI::File::VERSION
1114
+ # Did you mean? Bundler::URI::VERSION
1115
+ # Bundler::VERSION
1116
+ # uninitialized constant Bundler::URI::File::VERSION_CODE
1117
+ # Did you mean? Bundler::URI::VERSION_CODE
1118
+ # uninitialized constant Bundler::URI::File::WEB_ENCODINGS_
1119
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1120
+ # wrong constant name check_password
1121
+ # wrong constant name check_user
1122
+ # wrong constant name check_userinfo
1123
+ # wrong constant name set_userinfo
1124
+ # wrong constant name <static-init>
1125
+ # wrong constant name +
1126
+ # wrong constant name -
1127
+ # wrong constant name ==
1128
+ # uninitialized constant Bundler::URI::Generic::ABS_PATH
1129
+ # Did you mean? Bundler::URI::ABS_PATH
1130
+ # uninitialized constant Bundler::URI::Generic::ABS_URI
1131
+ # Did you mean? Bundler::URI::ABS_URI
1132
+ # uninitialized constant Bundler::URI::Generic::ABS_URI_REF
1133
+ # Did you mean? Bundler::URI::ABS_URI_REF
1134
+ # uninitialized constant Bundler::URI::Generic::DEFAULT_PARSER
1135
+ # Did you mean? Bundler::URI::Generic::DEFAULT_PORT
1136
+ # Bundler::URI::DEFAULT_PARSER
1137
+ # uninitialized constant Bundler::URI::Generic::ESCAPED
1138
+ # Did you mean? Bundler::URI::Generic::Escape
1139
+ # Bundler::URI::Escape
1140
+ # Bundler::URI::ESCAPED
1141
+ # uninitialized constant Bundler::URI::Generic::FRAGMENT
1142
+ # Did you mean? Bundler::URI::FRAGMENT
1143
+ # uninitialized constant Bundler::URI::Generic::HOST
1144
+ # Did you mean? Bundler::URI::HOST
1145
+ # uninitialized constant Bundler::URI::Generic::OPAQUE
1146
+ # Did you mean? Bundler::URI::OPAQUE
1147
+ # uninitialized constant Bundler::URI::Generic::PORT
1148
+ # Did you mean? Bundler::URI::PORT
1149
+ # uninitialized constant Bundler::URI::Generic::QUERY
1150
+ # Did you mean? Bundler::URI::QUERY
1151
+ # uninitialized constant Bundler::URI::Generic::REGISTRY
1152
+ # Did you mean? Bundler::URI::REGISTRY
1153
+ # uninitialized constant Bundler::URI::Generic::REL_PATH
1154
+ # Did you mean? Bundler::URI::REL_PATH
1155
+ # uninitialized constant Bundler::URI::Generic::REL_URI
1156
+ # Did you mean? Bundler::URI::REL_URI
1157
+ # uninitialized constant Bundler::URI::Generic::REL_URI_REF
1158
+ # Did you mean? Bundler::URI::REL_URI_REF
1159
+ # uninitialized constant Bundler::URI::Generic::RFC3986_PARSER
1160
+ # Did you mean? Bundler::URI::Generic::RFC3986_Parser
1161
+ # Bundler::URI::RFC3986_Parser
1162
+ # Bundler::URI::Generic::RFC2396_Parser
1163
+ # Bundler::URI::RFC2396_Parser
1164
+ # Bundler::URI::RFC3986_PARSER
1165
+ # uninitialized constant Bundler::URI::Generic::SCHEME
1166
+ # Did you mean? Bundler::URI::SCHEME
1167
+ # uninitialized constant Bundler::URI::Generic::TBLDECWWWCOMP_
1168
+ # Did you mean? Bundler::URI::Generic::TBLENCWWWCOMP_
1169
+ # Bundler::URI::TBLDECWWWCOMP_
1170
+ # Bundler::URI::TBLENCWWWCOMP_
1171
+ # uninitialized constant Bundler::URI::Generic::TBLENCWWWCOMP_
1172
+ # Did you mean? Bundler::URI::Generic::TBLDECWWWCOMP_
1173
+ # Bundler::URI::TBLDECWWWCOMP_
1174
+ # Bundler::URI::TBLENCWWWCOMP_
1175
+ # uninitialized constant Bundler::URI::Generic::UNSAFE
1176
+ # Did you mean? Bundler::URI::UNSAFE
1177
+ # uninitialized constant Bundler::URI::Generic::URI_REF
1178
+ # Did you mean? Bundler::URI::URI_REF
1179
+ # uninitialized constant Bundler::URI::Generic::USERINFO
1180
+ # Did you mean? Bundler::URI::USERINFO
1181
+ # uninitialized constant Bundler::URI::Generic::VERSION
1182
+ # Did you mean? Bundler::URI::VERSION
1183
+ # Bundler::VERSION
1184
+ # uninitialized constant Bundler::URI::Generic::VERSION_CODE
1185
+ # Did you mean? Bundler::URI::VERSION_CODE
1186
+ # uninitialized constant Bundler::URI::Generic::WEB_ENCODINGS_
1187
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1188
+ # wrong constant name absolute
1189
+ # wrong constant name absolute?
1190
+ # wrong constant name coerce
1191
+ # wrong constant name component
1192
+ # wrong constant name component_ary
1193
+ # wrong constant name default_port
1194
+ # wrong constant name eql?
1195
+ # wrong constant name find_proxy
1196
+ # wrong constant name fragment
1197
+ # wrong constant name fragment=
1198
+ # wrong constant name hierarchical?
1199
+ # wrong constant name host
1200
+ # wrong constant name host=
1201
+ # wrong constant name hostname
1202
+ # wrong constant name hostname=
1203
+ # wrong constant name initialize
1204
+ # wrong constant name merge
1205
+ # wrong constant name merge!
1206
+ # wrong constant name normalize
1207
+ # wrong constant name normalize!
1208
+ # wrong constant name opaque
1209
+ # wrong constant name opaque=
1210
+ # wrong constant name parser
1211
+ # wrong constant name password
1212
+ # wrong constant name password=
1213
+ # wrong constant name path
1214
+ # wrong constant name path=
1215
+ # wrong constant name port
1216
+ # wrong constant name port=
1217
+ # wrong constant name query
1218
+ # wrong constant name query=
1219
+ # wrong constant name registry
1220
+ # wrong constant name registry=
1221
+ # wrong constant name relative?
1222
+ # wrong constant name route_from
1223
+ # wrong constant name route_to
1224
+ # wrong constant name scheme
1225
+ # wrong constant name scheme=
1226
+ # wrong constant name select
1227
+ # wrong constant name set_host
1228
+ # wrong constant name set_opaque
1229
+ # wrong constant name set_password
1230
+ # wrong constant name set_path
1231
+ # wrong constant name set_port
1232
+ # wrong constant name set_registry
1233
+ # wrong constant name set_scheme
1234
+ # wrong constant name set_user
1235
+ # wrong constant name set_userinfo
1236
+ # wrong constant name user
1237
+ # wrong constant name user=
1238
+ # wrong constant name userinfo
1239
+ # wrong constant name userinfo=
1240
+ # wrong constant name <static-init>
1241
+ # wrong constant name build
1242
+ # wrong constant name build2
1243
+ # wrong constant name component
1244
+ # wrong constant name default_port
1245
+ # wrong constant name use_proxy?
1246
+ # wrong constant name use_registry
1247
+ # uninitialized constant Bundler::URI::HTTP::ABS_PATH
1248
+ # Did you mean? Bundler::URI::ABS_PATH
1249
+ # uninitialized constant Bundler::URI::HTTP::ABS_URI
1250
+ # Did you mean? Bundler::URI::ABS_URI
1251
+ # uninitialized constant Bundler::URI::HTTP::ABS_URI_REF
1252
+ # Did you mean? Bundler::URI::ABS_URI_REF
1253
+ # uninitialized constant Bundler::URI::HTTP::DEFAULT_PARSER
1254
+ # Did you mean? Bundler::URI::HTTP::DEFAULT_PORT
1255
+ # Bundler::URI::DEFAULT_PARSER
1256
+ # uninitialized constant Bundler::URI::HTTP::ESCAPED
1257
+ # Did you mean? Bundler::URI::HTTP::Escape
1258
+ # Bundler::URI::Escape
1259
+ # Bundler::URI::ESCAPED
1260
+ # uninitialized constant Bundler::URI::HTTP::FRAGMENT
1261
+ # Did you mean? Bundler::URI::FRAGMENT
1262
+ # uninitialized constant Bundler::URI::HTTP::HOST
1263
+ # Did you mean? Bundler::URI::HOST
1264
+ # uninitialized constant Bundler::URI::HTTP::OPAQUE
1265
+ # Did you mean? Bundler::URI::OPAQUE
1266
+ # uninitialized constant Bundler::URI::HTTP::PORT
1267
+ # Did you mean? Bundler::URI::PORT
1268
+ # uninitialized constant Bundler::URI::HTTP::QUERY
1269
+ # Did you mean? Bundler::URI::QUERY
1270
+ # uninitialized constant Bundler::URI::HTTP::REGISTRY
1271
+ # Did you mean? Bundler::URI::REGISTRY
1272
+ # uninitialized constant Bundler::URI::HTTP::REL_PATH
1273
+ # Did you mean? Bundler::URI::REL_PATH
1274
+ # uninitialized constant Bundler::URI::HTTP::REL_URI
1275
+ # Did you mean? Bundler::URI::REL_URI
1276
+ # uninitialized constant Bundler::URI::HTTP::REL_URI_REF
1277
+ # Did you mean? Bundler::URI::REL_URI_REF
1278
+ # uninitialized constant Bundler::URI::HTTP::RFC3986_PARSER
1279
+ # Did you mean? Bundler::URI::HTTP::RFC3986_Parser
1280
+ # Bundler::URI::RFC3986_Parser
1281
+ # Bundler::URI::HTTP::RFC2396_Parser
1282
+ # Bundler::URI::RFC2396_Parser
1283
+ # Bundler::URI::RFC3986_PARSER
1284
+ # uninitialized constant Bundler::URI::HTTP::SCHEME
1285
+ # Did you mean? Bundler::URI::SCHEME
1286
+ # uninitialized constant Bundler::URI::HTTP::TBLDECWWWCOMP_
1287
+ # Did you mean? Bundler::URI::HTTP::TBLENCWWWCOMP_
1288
+ # Bundler::URI::TBLDECWWWCOMP_
1289
+ # Bundler::URI::TBLENCWWWCOMP_
1290
+ # uninitialized constant Bundler::URI::HTTP::TBLENCWWWCOMP_
1291
+ # Did you mean? Bundler::URI::HTTP::TBLDECWWWCOMP_
1292
+ # Bundler::URI::TBLDECWWWCOMP_
1293
+ # Bundler::URI::TBLENCWWWCOMP_
1294
+ # uninitialized constant Bundler::URI::HTTP::UNSAFE
1295
+ # Did you mean? Bundler::URI::UNSAFE
1296
+ # uninitialized constant Bundler::URI::HTTP::URI_REF
1297
+ # Did you mean? Bundler::URI::URI_REF
1298
+ # uninitialized constant Bundler::URI::HTTP::USERINFO
1299
+ # Did you mean? Bundler::URI::USERINFO
1300
+ # uninitialized constant Bundler::URI::HTTP::USE_REGISTRY
1301
+ # uninitialized constant Bundler::URI::HTTP::VERSION
1302
+ # Did you mean? Bundler::URI::VERSION
1303
+ # Bundler::VERSION
1304
+ # uninitialized constant Bundler::URI::HTTP::VERSION_CODE
1305
+ # Did you mean? Bundler::URI::VERSION_CODE
1306
+ # uninitialized constant Bundler::URI::HTTP::WEB_ENCODINGS_
1307
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1308
+ # wrong constant name request_uri
1309
+ # wrong constant name <static-init>
1310
+ # uninitialized constant Bundler::URI::HTTPS::ABS_PATH
1311
+ # Did you mean? Bundler::URI::ABS_PATH
1312
+ # uninitialized constant Bundler::URI::HTTPS::ABS_URI
1313
+ # Did you mean? Bundler::URI::ABS_URI
1314
+ # uninitialized constant Bundler::URI::HTTPS::ABS_URI_REF
1315
+ # Did you mean? Bundler::URI::ABS_URI_REF
1316
+ # uninitialized constant Bundler::URI::HTTPS::COMPONENT
1317
+ # uninitialized constant Bundler::URI::HTTPS::DEFAULT_PARSER
1318
+ # Did you mean? Bundler::URI::HTTPS::DEFAULT_PORT
1319
+ # Bundler::URI::DEFAULT_PARSER
1320
+ # uninitialized constant Bundler::URI::HTTPS::ESCAPED
1321
+ # Did you mean? Bundler::URI::HTTPS::Escape
1322
+ # Bundler::URI::Escape
1323
+ # Bundler::URI::ESCAPED
1324
+ # uninitialized constant Bundler::URI::HTTPS::FRAGMENT
1325
+ # Did you mean? Bundler::URI::FRAGMENT
1326
+ # uninitialized constant Bundler::URI::HTTPS::HOST
1327
+ # Did you mean? Bundler::URI::HOST
1328
+ # uninitialized constant Bundler::URI::HTTPS::OPAQUE
1329
+ # Did you mean? Bundler::URI::OPAQUE
1330
+ # uninitialized constant Bundler::URI::HTTPS::PORT
1331
+ # Did you mean? Bundler::URI::PORT
1332
+ # uninitialized constant Bundler::URI::HTTPS::QUERY
1333
+ # Did you mean? Bundler::URI::QUERY
1334
+ # uninitialized constant Bundler::URI::HTTPS::REGISTRY
1335
+ # Did you mean? Bundler::URI::REGISTRY
1336
+ # uninitialized constant Bundler::URI::HTTPS::REL_PATH
1337
+ # Did you mean? Bundler::URI::REL_PATH
1338
+ # uninitialized constant Bundler::URI::HTTPS::REL_URI
1339
+ # Did you mean? Bundler::URI::REL_URI
1340
+ # uninitialized constant Bundler::URI::HTTPS::REL_URI_REF
1341
+ # Did you mean? Bundler::URI::REL_URI_REF
1342
+ # uninitialized constant Bundler::URI::HTTPS::RFC3986_PARSER
1343
+ # Did you mean? Bundler::URI::HTTPS::RFC3986_Parser
1344
+ # Bundler::URI::RFC3986_Parser
1345
+ # Bundler::URI::HTTPS::RFC2396_Parser
1346
+ # Bundler::URI::RFC2396_Parser
1347
+ # Bundler::URI::RFC3986_PARSER
1348
+ # uninitialized constant Bundler::URI::HTTPS::SCHEME
1349
+ # Did you mean? Bundler::URI::SCHEME
1350
+ # uninitialized constant Bundler::URI::HTTPS::TBLDECWWWCOMP_
1351
+ # Did you mean? Bundler::URI::HTTPS::TBLENCWWWCOMP_
1352
+ # Bundler::URI::TBLDECWWWCOMP_
1353
+ # Bundler::URI::TBLENCWWWCOMP_
1354
+ # uninitialized constant Bundler::URI::HTTPS::TBLENCWWWCOMP_
1355
+ # Did you mean? Bundler::URI::HTTPS::TBLDECWWWCOMP_
1356
+ # Bundler::URI::TBLDECWWWCOMP_
1357
+ # Bundler::URI::TBLENCWWWCOMP_
1358
+ # uninitialized constant Bundler::URI::HTTPS::UNSAFE
1359
+ # Did you mean? Bundler::URI::UNSAFE
1360
+ # uninitialized constant Bundler::URI::HTTPS::URI_REF
1361
+ # Did you mean? Bundler::URI::URI_REF
1362
+ # uninitialized constant Bundler::URI::HTTPS::USERINFO
1363
+ # Did you mean? Bundler::URI::USERINFO
1364
+ # uninitialized constant Bundler::URI::HTTPS::USE_REGISTRY
1365
+ # uninitialized constant Bundler::URI::HTTPS::VERSION
1366
+ # Did you mean? Bundler::URI::VERSION
1367
+ # Bundler::VERSION
1368
+ # uninitialized constant Bundler::URI::HTTPS::VERSION_CODE
1369
+ # Did you mean? Bundler::URI::VERSION_CODE
1370
+ # uninitialized constant Bundler::URI::HTTPS::WEB_ENCODINGS_
1371
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1372
+ # wrong constant name <static-init>
1373
+ # wrong constant name <static-init>
1374
+ # wrong constant name <static-init>
1375
+ # uninitialized constant Bundler::URI::LDAP::ABS_PATH
1376
+ # Did you mean? Bundler::URI::ABS_PATH
1377
+ # uninitialized constant Bundler::URI::LDAP::ABS_URI
1378
+ # Did you mean? Bundler::URI::ABS_URI
1379
+ # uninitialized constant Bundler::URI::LDAP::ABS_URI_REF
1380
+ # Did you mean? Bundler::URI::ABS_URI_REF
1381
+ # uninitialized constant Bundler::URI::LDAP::DEFAULT_PARSER
1382
+ # Did you mean? Bundler::URI::LDAP::DEFAULT_PORT
1383
+ # Bundler::URI::DEFAULT_PARSER
1384
+ # uninitialized constant Bundler::URI::LDAP::ESCAPED
1385
+ # Did you mean? Bundler::URI::LDAP::Escape
1386
+ # Bundler::URI::Escape
1387
+ # Bundler::URI::ESCAPED
1388
+ # uninitialized constant Bundler::URI::LDAP::FRAGMENT
1389
+ # Did you mean? Bundler::URI::FRAGMENT
1390
+ # uninitialized constant Bundler::URI::LDAP::HOST
1391
+ # Did you mean? Bundler::URI::HOST
1392
+ # uninitialized constant Bundler::URI::LDAP::OPAQUE
1393
+ # Did you mean? Bundler::URI::OPAQUE
1394
+ # uninitialized constant Bundler::URI::LDAP::PORT
1395
+ # Did you mean? Bundler::URI::PORT
1396
+ # uninitialized constant Bundler::URI::LDAP::QUERY
1397
+ # Did you mean? Bundler::URI::QUERY
1398
+ # uninitialized constant Bundler::URI::LDAP::REGISTRY
1399
+ # Did you mean? Bundler::URI::REGISTRY
1400
+ # uninitialized constant Bundler::URI::LDAP::REL_PATH
1401
+ # Did you mean? Bundler::URI::REL_PATH
1402
+ # uninitialized constant Bundler::URI::LDAP::REL_URI
1403
+ # Did you mean? Bundler::URI::REL_URI
1404
+ # uninitialized constant Bundler::URI::LDAP::REL_URI_REF
1405
+ # Did you mean? Bundler::URI::REL_URI_REF
1406
+ # uninitialized constant Bundler::URI::LDAP::RFC3986_PARSER
1407
+ # Did you mean? Bundler::URI::LDAP::RFC3986_Parser
1408
+ # Bundler::URI::RFC3986_Parser
1409
+ # Bundler::URI::LDAP::RFC2396_Parser
1410
+ # Bundler::URI::RFC2396_Parser
1411
+ # Bundler::URI::RFC3986_PARSER
1412
+ # uninitialized constant Bundler::URI::LDAP::SCHEME
1413
+ # Did you mean? Bundler::URI::SCHEME
1414
+ # uninitialized constant Bundler::URI::LDAP::TBLDECWWWCOMP_
1415
+ # Did you mean? Bundler::URI::LDAP::TBLENCWWWCOMP_
1416
+ # Bundler::URI::TBLDECWWWCOMP_
1417
+ # Bundler::URI::TBLENCWWWCOMP_
1418
+ # uninitialized constant Bundler::URI::LDAP::TBLENCWWWCOMP_
1419
+ # Did you mean? Bundler::URI::LDAP::TBLDECWWWCOMP_
1420
+ # Bundler::URI::TBLDECWWWCOMP_
1421
+ # Bundler::URI::TBLENCWWWCOMP_
1422
+ # uninitialized constant Bundler::URI::LDAP::UNSAFE
1423
+ # Did you mean? Bundler::URI::UNSAFE
1424
+ # uninitialized constant Bundler::URI::LDAP::URI_REF
1425
+ # Did you mean? Bundler::URI::URI_REF
1426
+ # uninitialized constant Bundler::URI::LDAP::USERINFO
1427
+ # Did you mean? Bundler::URI::USERINFO
1428
+ # uninitialized constant Bundler::URI::LDAP::USE_REGISTRY
1429
+ # uninitialized constant Bundler::URI::LDAP::VERSION
1430
+ # Did you mean? Bundler::URI::VERSION
1431
+ # Bundler::VERSION
1432
+ # uninitialized constant Bundler::URI::LDAP::VERSION_CODE
1433
+ # Did you mean? Bundler::URI::VERSION_CODE
1434
+ # uninitialized constant Bundler::URI::LDAP::WEB_ENCODINGS_
1435
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1436
+ # wrong constant name attributes
1437
+ # wrong constant name attributes=
1438
+ # wrong constant name dn
1439
+ # wrong constant name dn=
1440
+ # wrong constant name extensions
1441
+ # wrong constant name extensions=
1442
+ # wrong constant name filter
1443
+ # wrong constant name filter=
1444
+ # wrong constant name initialize
1445
+ # wrong constant name scope
1446
+ # wrong constant name scope=
1447
+ # wrong constant name set_attributes
1448
+ # wrong constant name set_dn
1449
+ # wrong constant name set_extensions
1450
+ # wrong constant name set_filter
1451
+ # wrong constant name set_scope
1452
+ # wrong constant name <static-init>
1453
+ # uninitialized constant Bundler::URI::LDAPS::ABS_PATH
1454
+ # Did you mean? Bundler::URI::ABS_PATH
1455
+ # uninitialized constant Bundler::URI::LDAPS::ABS_URI
1456
+ # Did you mean? Bundler::URI::ABS_URI
1457
+ # uninitialized constant Bundler::URI::LDAPS::ABS_URI_REF
1458
+ # Did you mean? Bundler::URI::ABS_URI_REF
1459
+ # uninitialized constant Bundler::URI::LDAPS::COMPONENT
1460
+ # uninitialized constant Bundler::URI::LDAPS::DEFAULT_PARSER
1461
+ # Did you mean? Bundler::URI::LDAPS::DEFAULT_PORT
1462
+ # Bundler::URI::DEFAULT_PARSER
1463
+ # uninitialized constant Bundler::URI::LDAPS::ESCAPED
1464
+ # Did you mean? Bundler::URI::LDAPS::Escape
1465
+ # Bundler::URI::Escape
1466
+ # Bundler::URI::ESCAPED
1467
+ # uninitialized constant Bundler::URI::LDAPS::FRAGMENT
1468
+ # Did you mean? Bundler::URI::FRAGMENT
1469
+ # uninitialized constant Bundler::URI::LDAPS::HOST
1470
+ # Did you mean? Bundler::URI::HOST
1471
+ # uninitialized constant Bundler::URI::LDAPS::OPAQUE
1472
+ # Did you mean? Bundler::URI::OPAQUE
1473
+ # uninitialized constant Bundler::URI::LDAPS::PORT
1474
+ # Did you mean? Bundler::URI::PORT
1475
+ # uninitialized constant Bundler::URI::LDAPS::QUERY
1476
+ # Did you mean? Bundler::URI::QUERY
1477
+ # uninitialized constant Bundler::URI::LDAPS::REGISTRY
1478
+ # Did you mean? Bundler::URI::REGISTRY
1479
+ # uninitialized constant Bundler::URI::LDAPS::REL_PATH
1480
+ # Did you mean? Bundler::URI::REL_PATH
1481
+ # uninitialized constant Bundler::URI::LDAPS::REL_URI
1482
+ # Did you mean? Bundler::URI::REL_URI
1483
+ # uninitialized constant Bundler::URI::LDAPS::REL_URI_REF
1484
+ # Did you mean? Bundler::URI::REL_URI_REF
1485
+ # uninitialized constant Bundler::URI::LDAPS::RFC3986_PARSER
1486
+ # Did you mean? Bundler::URI::LDAPS::RFC3986_Parser
1487
+ # Bundler::URI::RFC3986_Parser
1488
+ # Bundler::URI::LDAPS::RFC2396_Parser
1489
+ # Bundler::URI::RFC2396_Parser
1490
+ # Bundler::URI::RFC3986_PARSER
1491
+ # uninitialized constant Bundler::URI::LDAPS::SCHEME
1492
+ # Did you mean? Bundler::URI::SCHEME
1493
+ # uninitialized constant Bundler::URI::LDAPS::SCOPE
1494
+ # uninitialized constant Bundler::URI::LDAPS::SCOPE_BASE
1495
+ # Did you mean? Bundler::URI::LDAPS::SCOPE_ONE
1496
+ # uninitialized constant Bundler::URI::LDAPS::SCOPE_ONE
1497
+ # Did you mean? Bundler::URI::LDAPS::SCOPE_SUB
1498
+ # Bundler::URI::LDAPS::SCOPE_BASE
1499
+ # uninitialized constant Bundler::URI::LDAPS::SCOPE_SUB
1500
+ # Did you mean? Bundler::URI::LDAPS::SCOPE_ONE
1501
+ # uninitialized constant Bundler::URI::LDAPS::TBLDECWWWCOMP_
1502
+ # Did you mean? Bundler::URI::LDAPS::TBLENCWWWCOMP_
1503
+ # Bundler::URI::TBLDECWWWCOMP_
1504
+ # Bundler::URI::TBLENCWWWCOMP_
1505
+ # uninitialized constant Bundler::URI::LDAPS::TBLENCWWWCOMP_
1506
+ # Did you mean? Bundler::URI::LDAPS::TBLDECWWWCOMP_
1507
+ # Bundler::URI::TBLDECWWWCOMP_
1508
+ # Bundler::URI::TBLENCWWWCOMP_
1509
+ # uninitialized constant Bundler::URI::LDAPS::UNSAFE
1510
+ # Did you mean? Bundler::URI::UNSAFE
1511
+ # uninitialized constant Bundler::URI::LDAPS::URI_REF
1512
+ # Did you mean? Bundler::URI::URI_REF
1513
+ # uninitialized constant Bundler::URI::LDAPS::USERINFO
1514
+ # Did you mean? Bundler::URI::USERINFO
1515
+ # uninitialized constant Bundler::URI::LDAPS::USE_REGISTRY
1516
+ # uninitialized constant Bundler::URI::LDAPS::VERSION
1517
+ # Did you mean? Bundler::URI::VERSION
1518
+ # Bundler::VERSION
1519
+ # uninitialized constant Bundler::URI::LDAPS::VERSION_CODE
1520
+ # Did you mean? Bundler::URI::VERSION_CODE
1521
+ # uninitialized constant Bundler::URI::LDAPS::WEB_ENCODINGS_
1522
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1523
+ # wrong constant name <static-init>
1524
+ # uninitialized constant Bundler::URI::MailTo::ABS_PATH
1525
+ # Did you mean? Bundler::URI::ABS_PATH
1526
+ # uninitialized constant Bundler::URI::MailTo::ABS_URI
1527
+ # Did you mean? Bundler::URI::ABS_URI
1528
+ # uninitialized constant Bundler::URI::MailTo::ABS_URI_REF
1529
+ # Did you mean? Bundler::URI::ABS_URI_REF
1530
+ # uninitialized constant Bundler::URI::MailTo::DEFAULT_PARSER
1531
+ # Did you mean? Bundler::URI::MailTo::DEFAULT_PORT
1532
+ # Bundler::URI::DEFAULT_PARSER
1533
+ # uninitialized constant Bundler::URI::MailTo::ESCAPED
1534
+ # Did you mean? Bundler::URI::MailTo::Escape
1535
+ # Bundler::URI::Escape
1536
+ # Bundler::URI::ESCAPED
1537
+ # uninitialized constant Bundler::URI::MailTo::FRAGMENT
1538
+ # Did you mean? Bundler::URI::FRAGMENT
1539
+ # uninitialized constant Bundler::URI::MailTo::HOST
1540
+ # Did you mean? Bundler::URI::HOST
1541
+ # uninitialized constant Bundler::URI::MailTo::OPAQUE
1542
+ # Did you mean? Bundler::URI::OPAQUE
1543
+ # uninitialized constant Bundler::URI::MailTo::PORT
1544
+ # Did you mean? Bundler::URI::PORT
1545
+ # uninitialized constant Bundler::URI::MailTo::QUERY
1546
+ # Did you mean? Bundler::URI::QUERY
1547
+ # uninitialized constant Bundler::URI::MailTo::REGISTRY
1548
+ # Did you mean? Bundler::URI::REGISTRY
1549
+ # uninitialized constant Bundler::URI::MailTo::REL_PATH
1550
+ # Did you mean? Bundler::URI::REL_PATH
1551
+ # uninitialized constant Bundler::URI::MailTo::REL_URI
1552
+ # Did you mean? Bundler::URI::REL_URI
1553
+ # uninitialized constant Bundler::URI::MailTo::REL_URI_REF
1554
+ # Did you mean? Bundler::URI::REL_URI_REF
1555
+ # uninitialized constant Bundler::URI::MailTo::RFC3986_PARSER
1556
+ # Did you mean? Bundler::URI::MailTo::RFC3986_Parser
1557
+ # Bundler::URI::RFC3986_Parser
1558
+ # Bundler::URI::MailTo::RFC2396_Parser
1559
+ # Bundler::URI::RFC2396_Parser
1560
+ # Bundler::URI::RFC3986_PARSER
1561
+ # uninitialized constant Bundler::URI::MailTo::SCHEME
1562
+ # Did you mean? Bundler::URI::SCHEME
1563
+ # uninitialized constant Bundler::URI::MailTo::TBLDECWWWCOMP_
1564
+ # Did you mean? Bundler::URI::MailTo::TBLENCWWWCOMP_
1565
+ # Bundler::URI::TBLDECWWWCOMP_
1566
+ # Bundler::URI::TBLENCWWWCOMP_
1567
+ # uninitialized constant Bundler::URI::MailTo::TBLENCWWWCOMP_
1568
+ # Did you mean? Bundler::URI::MailTo::TBLDECWWWCOMP_
1569
+ # Bundler::URI::TBLDECWWWCOMP_
1570
+ # Bundler::URI::TBLENCWWWCOMP_
1571
+ # uninitialized constant Bundler::URI::MailTo::UNSAFE
1572
+ # Did you mean? Bundler::URI::UNSAFE
1573
+ # uninitialized constant Bundler::URI::MailTo::URI_REF
1574
+ # Did you mean? Bundler::URI::URI_REF
1575
+ # uninitialized constant Bundler::URI::MailTo::USERINFO
1576
+ # Did you mean? Bundler::URI::USERINFO
1577
+ # uninitialized constant Bundler::URI::MailTo::USE_REGISTRY
1578
+ # uninitialized constant Bundler::URI::MailTo::VERSION
1579
+ # Did you mean? Bundler::URI::VERSION
1580
+ # Bundler::VERSION
1581
+ # uninitialized constant Bundler::URI::MailTo::VERSION_CODE
1582
+ # Did you mean? Bundler::URI::VERSION_CODE
1583
+ # uninitialized constant Bundler::URI::MailTo::WEB_ENCODINGS_
1584
+ # Did you mean? Bundler::URI::WEB_ENCODINGS_
1585
+ # wrong constant name headers
1586
+ # wrong constant name headers=
1587
+ # wrong constant name initialize
1588
+ # wrong constant name set_headers
1589
+ # wrong constant name set_to
1590
+ # wrong constant name to
1591
+ # wrong constant name to=
1592
+ # wrong constant name to_mailtext
1593
+ # wrong constant name to_rfc822text
1594
+ # wrong constant name <static-init>
1595
+ # wrong constant name escape
1596
+ # wrong constant name extract
1597
+ # wrong constant name initialize
1598
+ # wrong constant name join
1599
+ # wrong constant name make_regexp
1600
+ # wrong constant name parse
1601
+ # wrong constant name pattern
1602
+ # wrong constant name regexp
1603
+ # wrong constant name split
1604
+ # wrong constant name unescape
1605
+ # wrong constant name <static-init>
1606
+ # wrong constant name <Class:PATTERN>
1607
+ # wrong constant name <static-init>
1608
+ # wrong constant name <static-init>
1609
+ # wrong constant name join
1610
+ # wrong constant name parse
1611
+ # wrong constant name regexp
1612
+ # wrong constant name split
1613
+ # wrong constant name <static-init>
1614
+ # wrong constant name <static-init>
1615
+ # wrong constant name make_components_hash
1616
+ # wrong constant name <static-init>
1617
+ # wrong constant name decode_www_form
1618
+ # wrong constant name decode_www_form_component
1619
+ # wrong constant name encode_www_form
1620
+ # wrong constant name encode_www_form_component
1621
+ # wrong constant name extract
1622
+ # wrong constant name get_encoding
1623
+ # wrong constant name join
1624
+ # wrong constant name parse
1625
+ # wrong constant name regexp
1626
+ # wrong constant name scheme_list
1627
+ # wrong constant name split
1628
+ # wrong constant name <Class:NEq>
1629
+ # wrong constant name <Class:ReqR>
1630
+ # uninitialized constant Bundler::VersionRanges::NEq::Elem
1631
+ # wrong constant name version
1632
+ # wrong constant name version=
1633
+ # wrong constant name <static-init>
1634
+ # wrong constant name []
1635
+ # wrong constant name members
1636
+ # wrong constant name <=>
1637
+ # uninitialized constant Bundler::VersionRanges::ReqR::Elem
1638
+ # wrong constant name <Class:Endpoint>
1639
+ # wrong constant name cover?
1640
+ # wrong constant name empty?
1641
+ # wrong constant name left
1642
+ # wrong constant name left=
1643
+ # wrong constant name right
1644
+ # wrong constant name right=
1645
+ # wrong constant name single?
1646
+ # wrong constant name <=>
1647
+ # uninitialized constant Bundler::VersionRanges::ReqR::Endpoint::Elem
1648
+ # wrong constant name inclusive
1649
+ # wrong constant name inclusive=
1650
+ # wrong constant name version
1651
+ # wrong constant name version=
1652
+ # wrong constant name <static-init>
1653
+ # wrong constant name []
1654
+ # wrong constant name members
1655
+ # wrong constant name <static-init>
1656
+ # wrong constant name []
1657
+ # wrong constant name members
1658
+ # wrong constant name <static-init>
1659
+ # wrong constant name empty?
1660
+ # wrong constant name for
1661
+ # wrong constant name for_many
1662
+ # wrong constant name most_specific_locked_platform?
1663
+ # wrong constant name original_exec
1664
+ # wrong constant name original_system
1665
+ # wrong constant name preferred_gemfile_name
1666
+ # wrong constant name reset_settings_and_root!
1667
+ # wrong constant name unbundled_env
1668
+ # wrong constant name unbundled_exec
1669
+ # wrong constant name unbundled_system
1670
+ # wrong constant name with_unbundled_env
1671
+ # wrong constant name a
1672
+ # wrong constant name base
1673
+ # wrong constant name blockquote
1674
+ # wrong constant name caption
1675
+ # wrong constant name checkbox
1676
+ # wrong constant name checkbox_group
1677
+ # wrong constant name file_field
1678
+ # wrong constant name form
1679
+ # wrong constant name hidden
1680
+ # wrong constant name html
1681
+ # wrong constant name image_button
1682
+ # wrong constant name img
1683
+ # wrong constant name multipart_form
1684
+ # wrong constant name password_field
1685
+ # wrong constant name popup_menu
1686
+ # wrong constant name radio_button
1687
+ # wrong constant name radio_group
1688
+ # wrong constant name reset
1689
+ # wrong constant name scrolling_list
1690
+ # wrong constant name submit
1691
+ # wrong constant name text_field
1692
+ # wrong constant name textarea
1693
+ # wrong constant name <static-init>
1694
+ # uninitialized constant CMath
1695
+ # uninitialized constant CMath
1696
+ # uninitialized constant CSV
1697
+ # uninitialized constant CSV
1698
+ # uninitialized constant Chalk
1699
+ # uninitialized constant Chalk
1700
+ # wrong constant name json_creatable?
1701
+ # uninitialized constant CodeRay::Encoders::Terminal::DEFAULT_OPTIONS
1702
+ # uninitialized constant CodeRay::Scanners::Java::DEFAULT_OPTIONS
1703
+ # uninitialized constant CodeRay::Scanners::Java::Id
1704
+ # uninitialized constant CodeRay::Scanners::Java::KINDS_NOT_LOC
1705
+ # uninitialized constant CodeRay::Scanners::Java::SCANNER_STATE_INFO
1706
+ # uninitialized constant CodeRay::Scanners::Java::SCAN_ERROR_MESSAGE
1707
+ # uninitialized constant CodeRay::Scanners::Java::Version
1708
+ # Did you mean? CodeRay::VERSION
1709
+ # uninitialized constant CodeRay::Scanners::Scanner::Id
1710
+ # uninitialized constant CodeRay::Scanners::Scanner::Version
1711
+ # Did you mean? CodeRay::VERSION
1712
+ # uninitialized constant Configatron
1713
+ # uninitialized constant Configatron
1714
+ # uninitialized constant Continuation
1715
+ # uninitialized constant Continuation
1716
+ # uninitialized constant Coverage
1717
+ # uninitialized constant Coverage
1718
+ # uninitialized constant DBM
1719
+ # uninitialized constant DBM
1720
+ # uninitialized constant DBMError
1721
+ # uninitialized constant DBMError
1722
+ # wrong constant name _dump
1723
+ # wrong constant name _load
1724
+ # wrong constant name alive?
1725
+ # wrong constant name close
1726
+ # wrong constant name initialize
1727
+ # wrong constant name send_message
1728
+ # wrong constant name uri
1729
+ # wrong constant name make_pool
1730
+ # wrong constant name open
1731
+ # wrong constant name stop_pool
1732
+ # wrong constant name dump
1733
+ # wrong constant name initialize
1734
+ # wrong constant name load
1735
+ # wrong constant name recv_reply
1736
+ # wrong constant name recv_request
1737
+ # wrong constant name send_reply
1738
+ # wrong constant name send_request
1739
+ # wrong constant name ==
1740
+ # wrong constant name eql?
1741
+ # wrong constant name initialize
1742
+ # wrong constant name prepare_backtrace
1743
+ # wrong constant name with_friend
1744
+ # wrong constant name auto_load
1745
+ # wrong constant name initialize
1746
+ # wrong constant name <Class:InvokeMethod>
1747
+ # wrong constant name <Class:InvokeMethod18Mixin>
1748
+ # wrong constant name initialize
1749
+ # wrong constant name safe_level
1750
+ # wrong constant name initialize
1751
+ # wrong constant name perform
1752
+ # wrong constant name <static-init>
1753
+ # wrong constant name block_yield
1754
+ # wrong constant name perform_with_block
1755
+ # wrong constant name <static-init>
1756
+ # wrong constant name default_safe_level
1757
+ # wrong constant name make_config
1758
+ # wrong constant name accept
1759
+ # wrong constant name alive?
1760
+ # wrong constant name close
1761
+ # wrong constant name initialize
1762
+ # wrong constant name peeraddr
1763
+ # wrong constant name recv_reply
1764
+ # wrong constant name recv_request
1765
+ # wrong constant name send_reply
1766
+ # wrong constant name send_request
1767
+ # wrong constant name set_sockopt
1768
+ # wrong constant name shutdown
1769
+ # wrong constant name stream
1770
+ # wrong constant name uri
1771
+ # wrong constant name getservername
1772
+ # wrong constant name open
1773
+ # wrong constant name open_server
1774
+ # wrong constant name open_server_inaddr_any
1775
+ # wrong constant name parse_uri
1776
+ # wrong constant name uri_option
1777
+ # wrong constant name ==
1778
+ # wrong constant name eql?
1779
+ # wrong constant name initialize
1780
+ # wrong constant name option
1781
+ # wrong constant name <static-init>
1782
+ # wrong constant name _dump
1783
+ # wrong constant name _dump
1784
+ # wrong constant name _load
1785
+ # wrong constant name _dump
1786
+ # wrong constant name initialize
1787
+ # wrong constant name _load
1788
+ # wrong constant name _execute
1789
+ # wrong constant name alive?
1790
+ # wrong constant name initialize
1791
+ # wrong constant name kill
1792
+ # wrong constant name method_missing
1793
+ # wrong constant name <static-init>
1794
+ # wrong constant name mutex
1795
+ # wrong constant name infinite?
1796
+ # wrong constant name initialize
1797
+ # wrong constant name class_name
1798
+ # wrong constant name class_names
1799
+ # wrong constant name corrections
1800
+ # wrong constant name initialize
1801
+ # wrong constant name scopes
1802
+ # wrong constant name call
1803
+ # wrong constant name <static-init>
1804
+ # wrong constant name corrections
1805
+ # wrong constant name original_message
1806
+ # wrong constant name spell_checker
1807
+ # wrong constant name to_s
1808
+ # uninitialized constant DidYouMean::Formatter
1809
+ # uninitialized constant DidYouMean::Formatter
1810
+ # wrong constant name distance
1811
+ # wrong constant name distance
1812
+ # wrong constant name corrections
1813
+ # wrong constant name initialize
1814
+ # wrong constant name <static-init>
1815
+ # wrong constant name distance
1816
+ # wrong constant name min3
1817
+ # wrong constant name corrections
1818
+ # wrong constant name initialize
1819
+ # wrong constant name method_name
1820
+ # wrong constant name method_names
1821
+ # wrong constant name names_to_exclude
1822
+ # wrong constant name receiver
1823
+ # wrong constant name corrections
1824
+ # wrong constant name initialize
1825
+ # wrong constant name call
1826
+ # wrong constant name initialize
1827
+ # wrong constant name <static-init>
1828
+ # wrong constant name message_for
1829
+ # wrong constant name <static-init>
1830
+ # wrong constant name augment
1831
+ # wrong constant name correct
1832
+ # wrong constant name dictionary
1833
+ # wrong constant name dimensions
1834
+ # wrong constant name initialize
1835
+ # wrong constant name separator
1836
+ # wrong constant name <static-init>
1837
+ # wrong constant name corrections
1838
+ # wrong constant name cvar_names
1839
+ # wrong constant name initialize
1840
+ # wrong constant name ivar_names
1841
+ # wrong constant name lvar_names
1842
+ # wrong constant name method_names
1843
+ # wrong constant name name
1844
+ # wrong constant name correct_error
1845
+ # wrong constant name formatter
1846
+ # wrong constant name formatter=
1847
+ # wrong constant name children
1848
+ # wrong constant name each_child
1849
+ # wrong constant name exists?
1850
+ # wrong constant name def_method
1851
+ # wrong constant name def_module
1852
+ # wrong constant name _dump
1853
+ # wrong constant name initialize
1854
+ # wrong constant name _load
1855
+ # wrong constant name chain
1856
+ # wrong constant name sum
1857
+ # wrong constant name +
1858
+ # wrong constant name <Class:ArithmeticSequence>
1859
+ # wrong constant name <Class:Chain>
1860
+ # wrong constant name <Class:Producer>
1861
+ # wrong constant name each_with_index
1862
+ # uninitialized constant Enumerator::ArithmeticSequence::Elem
1863
+ # wrong constant name begin
1864
+ # wrong constant name each
1865
+ # wrong constant name end
1866
+ # wrong constant name exclude_end?
1867
+ # wrong constant name last
1868
+ # wrong constant name step
1869
+ # wrong constant name <static-init>
1870
+ # uninitialized constant Enumerator::Chain::Elem
1871
+ # wrong constant name <static-init>
1872
+ # wrong constant name each
1873
+ # wrong constant name initialize
1874
+ # wrong constant name eager
1875
+ # wrong constant name each
1876
+ # wrong constant name <static-init>
1877
+ # wrong constant name to_proc
1878
+ # wrong constant name produce
1879
+ # wrong constant name <static-init>
1880
+ # wrong constant name gid
1881
+ # wrong constant name gid=
1882
+ # wrong constant name mem
1883
+ # wrong constant name mem=
1884
+ # wrong constant name name
1885
+ # wrong constant name name=
1886
+ # wrong constant name passwd
1887
+ # wrong constant name passwd=
1888
+ # wrong constant name []
1889
+ # wrong constant name each
1890
+ # wrong constant name members
1891
+ # wrong constant name <Class:Group>
1892
+ # wrong constant name dir=
1893
+ # wrong constant name gecos
1894
+ # wrong constant name gecos=
1895
+ # wrong constant name gid=
1896
+ # wrong constant name name=
1897
+ # wrong constant name passwd=
1898
+ # wrong constant name shell=
1899
+ # wrong constant name uid=
1900
+ # wrong constant name []
1901
+ # wrong constant name each
1902
+ # wrong constant name members
1903
+ # wrong constant name <Class:Passwd>
1904
+ # uninitialized constant Exception2MessageMapper
1905
+ # uninitialized constant Exception2MessageMapper
1906
+ # wrong constant name <static-init>
1907
+ # uninitialized constant Fcntl
1908
+ # uninitialized constant Fcntl
1909
+ # wrong constant name initialize
1910
+ # uninitialized constant Fiddle
1911
+ # Did you mean? File
1912
+ # uninitialized constant Fiddle
1913
+ # Did you mean? File
1914
+ # wrong constant name absolute_path?
1915
+ # wrong constant name exists?
1916
+ # uninitialized constant FileUtils::DryRun::LN_SUPPORTED
1917
+ # Did you mean? FileUtils::LN_SUPPORTED
1918
+ # uninitialized constant FileUtils::DryRun::RUBY
1919
+ # Did you mean? FileUtils::RUBY
1920
+ # uninitialized constant FileUtils::DryRun::VERSION
1921
+ # Did you mean? FileUtils::VERSION
1922
+ # uninitialized constant FileUtils::NoWrite::LN_SUPPORTED
1923
+ # Did you mean? FileUtils::LN_SUPPORTED
1924
+ # uninitialized constant FileUtils::NoWrite::RUBY
1925
+ # Did you mean? FileUtils::RUBY
1926
+ # uninitialized constant FileUtils::NoWrite::VERSION
1927
+ # Did you mean? FileUtils::VERSION
1928
+ # uninitialized constant FileUtils::Verbose::LN_SUPPORTED
1929
+ # Did you mean? FileUtils::LN_SUPPORTED
1930
+ # uninitialized constant FileUtils::Verbose::RUBY
1931
+ # Did you mean? FileUtils::RUBY
1932
+ # uninitialized constant FileUtils::Verbose::VERSION
1933
+ # Did you mean? FileUtils::VERSION
1934
+ # wrong constant name _compile_method
1935
+ # wrong constant name _delegator_method
1936
+ # wrong constant name _valid_method?
1937
+ # wrong constant name debug
1938
+ # wrong constant name debug=
1939
+ # wrong constant name receiver
1940
+ # wrong constant name garbage_collect
1941
+ # wrong constant name verify_transient_heap_internal_consistency
1942
+ # uninitialized constant GDBM
1943
+ # uninitialized constant GDBM
1944
+ # uninitialized constant GDBMError
1945
+ # uninitialized constant GDBMError
1946
+ # uninitialized constant GDBMFatalError
1947
+ # uninitialized constant GDBMFatalError
1948
+ # wrong constant name <Class:RuntimeRequirementNotMetError>
1949
+ # wrong constant name <Class:SpecFetcher>
1950
+ # wrong constant name <Class:SpecificationPolicy>
1951
+ # wrong constant name <Class:UninstallError>
1952
+ # wrong constant name <static-init>
1953
+ # uninitialized constant Gem::Ext::ExtConfBuilder::CHDIR_MONITOR
1954
+ # uninitialized constant Gem::Ext::ExtConfBuilder::CHDIR_MUTEX
1955
+ # wrong constant name <static-init>
1956
+ # wrong constant name build
1957
+ # wrong constant name get_relative_path
1958
+ # wrong constant name <Class:DigestIO>
1959
+ # wrong constant name <Class:FileSource>
1960
+ # wrong constant name <Class:IOSource>
1961
+ # wrong constant name <Class:Old>
1962
+ # wrong constant name <Class:Source>
1963
+ # wrong constant name <Class:TarHeader>
1964
+ # wrong constant name gem
1965
+ # wrong constant name digests
1966
+ # wrong constant name initialize
1967
+ # wrong constant name write
1968
+ # wrong constant name <static-init>
1969
+ # wrong constant name wrap
1970
+ # wrong constant name initialize
1971
+ # wrong constant name path
1972
+ # wrong constant name present?
1973
+ # wrong constant name start
1974
+ # wrong constant name with_read_io
1975
+ # wrong constant name with_write_io
1976
+ # wrong constant name <static-init>
1977
+ # wrong constant name initialize
1978
+ # wrong constant name io
1979
+ # wrong constant name path
1980
+ # wrong constant name present?
1981
+ # wrong constant name start
1982
+ # wrong constant name with_read_io
1983
+ # wrong constant name with_write_io
1984
+ # wrong constant name <static-init>
1985
+ # wrong constant name extract_files
1986
+ # wrong constant name file_list
1987
+ # wrong constant name read_until_dashes
1988
+ # wrong constant name skip_ruby
1989
+ # wrong constant name <static-init>
1990
+ # wrong constant name <static-init>
1991
+ # wrong constant name ==
1992
+ # wrong constant name checksum
1993
+ # wrong constant name devmajor
1994
+ # wrong constant name devminor
1995
+ # wrong constant name empty?
1996
+ # wrong constant name gid
1997
+ # wrong constant name gname
1998
+ # wrong constant name initialize
1999
+ # wrong constant name linkname
2000
+ # wrong constant name magic
2001
+ # wrong constant name mode
2002
+ # wrong constant name mtime
2003
+ # wrong constant name name
2004
+ # wrong constant name prefix
2005
+ # wrong constant name size
2006
+ # wrong constant name typeflag
2007
+ # wrong constant name uid
2008
+ # wrong constant name uname
2009
+ # wrong constant name update_checksum
2010
+ # wrong constant name version
2011
+ # wrong constant name <static-init>
2012
+ # wrong constant name from
2013
+ # wrong constant name oct_or_256based
2014
+ # wrong constant name strict_oct
2015
+ # wrong constant name bytes_read
2016
+ # wrong constant name check_closed
2017
+ # wrong constant name close
2018
+ # wrong constant name closed?
2019
+ # wrong constant name directory?
2020
+ # wrong constant name eof?
2021
+ # wrong constant name file?
2022
+ # wrong constant name full_name
2023
+ # wrong constant name getc
2024
+ # wrong constant name header
2025
+ # wrong constant name initialize
2026
+ # wrong constant name length
2027
+ # wrong constant name pos
2028
+ # wrong constant name read
2029
+ # wrong constant name readpartial
2030
+ # wrong constant name rewind
2031
+ # wrong constant name size
2032
+ # wrong constant name symlink?
2033
+ # wrong constant name <static-init>
2034
+ # wrong constant name new
2035
+ # wrong constant name new
2036
+ # wrong constant name new
2037
+ # wrong constant name raw_spec
2038
+ # wrong constant name home
2039
+ # wrong constant name initialize
2040
+ # wrong constant name path
2041
+ # wrong constant name spec_cache_dir
2042
+ # wrong constant name initialize
2043
+ # wrong constant name uri
2044
+ # wrong constant name uri=
2045
+ # wrong constant name <static-init>
2046
+ # wrong constant name <static-init>
2047
+ # wrong constant name <Class:OrderIndependentComparison>
2048
+ # wrong constant name ==
2049
+ # wrong constant name _requirements_sorted?
2050
+ # wrong constant name _with_sorted_requirements
2051
+ # wrong constant name <static-init>
2052
+ # wrong constant name <static-init>
2053
+ # wrong constant name <static-init>
2054
+ # wrong constant name add_edge_no_circular
2055
+ # wrong constant name add_vertex
2056
+ # wrong constant name delete_edge
2057
+ # wrong constant name detach_vertex_named
2058
+ # wrong constant name each
2059
+ # wrong constant name pop!
2060
+ # wrong constant name reverse_each
2061
+ # wrong constant name rewind_to
2062
+ # wrong constant name set_payload
2063
+ # wrong constant name tag
2064
+ # wrong constant name <static-init>
2065
+ # uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Log::Elem
2066
+ # wrong constant name suggestion
2067
+ # wrong constant name suggestion=
2068
+ # wrong constant name <static-init>
2069
+ # wrong constant name <static-init>
2070
+ # wrong constant name check_cert
2071
+ # wrong constant name check_chain
2072
+ # wrong constant name check_data
2073
+ # wrong constant name check_key
2074
+ # wrong constant name check_root
2075
+ # wrong constant name check_trust
2076
+ # wrong constant name initialize
2077
+ # wrong constant name name
2078
+ # wrong constant name only_signed
2079
+ # wrong constant name only_signed=
2080
+ # wrong constant name only_trusted
2081
+ # wrong constant name only_trusted=
2082
+ # wrong constant name subject
2083
+ # wrong constant name verify
2084
+ # wrong constant name verify_chain
2085
+ # wrong constant name verify_chain=
2086
+ # wrong constant name verify_data
2087
+ # wrong constant name verify_data=
2088
+ # wrong constant name verify_root
2089
+ # wrong constant name verify_root=
2090
+ # wrong constant name verify_signatures
2091
+ # wrong constant name verify_signer
2092
+ # wrong constant name verify_signer=
2093
+ # wrong constant name <static-init>
2094
+ # wrong constant name cert_chain
2095
+ # wrong constant name cert_chain=
2096
+ # wrong constant name digest_algorithm
2097
+ # wrong constant name digest_name
2098
+ # wrong constant name extract_name
2099
+ # wrong constant name initialize
2100
+ # wrong constant name key
2101
+ # wrong constant name key=
2102
+ # wrong constant name load_cert_chain
2103
+ # wrong constant name options
2104
+ # wrong constant name re_sign_key
2105
+ # wrong constant name sign
2106
+ # wrong constant name re_sign_cert
2107
+ # wrong constant name cert_path
2108
+ # wrong constant name dir
2109
+ # wrong constant name each_certificate
2110
+ # wrong constant name initialize
2111
+ # wrong constant name issuer_of
2112
+ # wrong constant name load_certificate
2113
+ # wrong constant name name_path
2114
+ # wrong constant name trust_cert
2115
+ # wrong constant name verify
2116
+ # wrong constant name alt_name_or_x509_entry
2117
+ # wrong constant name create_cert
2118
+ # wrong constant name create_cert_email
2119
+ # wrong constant name create_cert_self_signed
2120
+ # wrong constant name create_key
2121
+ # wrong constant name email_to_name
2122
+ # wrong constant name re_sign
2123
+ # wrong constant name reset
2124
+ # wrong constant name sign
2125
+ # wrong constant name trust_dir
2126
+ # wrong constant name trusted_certificates
2127
+ # wrong constant name write
2128
+ # wrong constant name available_specs
2129
+ # wrong constant name detect
2130
+ # wrong constant name initialize
2131
+ # wrong constant name latest_specs
2132
+ # wrong constant name prerelease_specs
2133
+ # wrong constant name search_for_dependency
2134
+ # wrong constant name sources
2135
+ # wrong constant name spec_for_dependency
2136
+ # wrong constant name specs
2137
+ # wrong constant name suggest_gems_from_name
2138
+ # wrong constant name tuples_for
2139
+ # wrong constant name <static-init>
2140
+ # wrong constant name fetcher
2141
+ # wrong constant name fetcher=
2142
+ # wrong constant name <=>
2143
+ # uninitialized constant Gem::Specification::GENERICS
2144
+ # uninitialized constant Gem::Specification::GENERIC_CACHE
2145
+ # wrong constant name removed_method_calls
2146
+ # wrong constant name to_ruby
2147
+ # wrong constant name initialize
2148
+ # wrong constant name packaging
2149
+ # wrong constant name packaging=
2150
+ # wrong constant name validate
2151
+ # wrong constant name validate_dependencies
2152
+ # wrong constant name validate_metadata
2153
+ # wrong constant name validate_permissions
2154
+ # wrong constant name <static-init>
2155
+ # uninitialized constant Gem::Stream
2156
+ # Did you mean? Gem::StreamUI
2157
+ # uninitialized constant Gem::Stream
2158
+ # Did you mean? Gem::StreamUI
2159
+ # wrong constant name _deprecated_debug
2160
+ # wrong constant name build_extensions
2161
+ # wrong constant name extensions
2162
+ # wrong constant name initialize
2163
+ # wrong constant name missing_extensions?
2164
+ # wrong constant name valid?
2165
+ # wrong constant name extensions
2166
+ # wrong constant name full_name
2167
+ # wrong constant name initialize
2168
+ # wrong constant name name
2169
+ # wrong constant name platform
2170
+ # wrong constant name require_paths
2171
+ # wrong constant name version
2172
+ # wrong constant name default_gemspec_stub
2173
+ # wrong constant name gemspec_stub
2174
+ # wrong constant name spec
2175
+ # wrong constant name spec=
2176
+ # wrong constant name <static-init>
2177
+ # uninitialized constant GetoptLong
2178
+ # uninitialized constant GetoptLong
2179
+ # wrong constant name deconstruct_keys
2180
+ # wrong constant name ruby2_keywords_hash
2181
+ # wrong constant name ruby2_keywords_hash?
2182
+ # wrong constant name try_convert
2183
+ # wrong constant name <Class:ConsoleMode>
2184
+ # wrong constant name beep
2185
+ # wrong constant name check_winsize_changed
2186
+ # wrong constant name clear_screen
2187
+ # wrong constant name console_mode
2188
+ # wrong constant name console_mode=
2189
+ # wrong constant name cooked
2190
+ # wrong constant name cooked!
2191
+ # wrong constant name cursor
2192
+ # wrong constant name cursor=
2193
+ # wrong constant name cursor_down
2194
+ # wrong constant name cursor_left
2195
+ # wrong constant name cursor_right
2196
+ # wrong constant name cursor_up
2197
+ # wrong constant name echo=
2198
+ # wrong constant name echo?
2199
+ # wrong constant name erase_line
2200
+ # wrong constant name erase_screen
2201
+ # wrong constant name getch
2202
+ # wrong constant name getpass
2203
+ # wrong constant name goto
2204
+ # wrong constant name goto_column
2205
+ # wrong constant name iflush
2206
+ # wrong constant name ioflush
2207
+ # wrong constant name noecho
2208
+ # wrong constant name nonblock
2209
+ # wrong constant name nonblock=
2210
+ # wrong constant name nonblock?
2211
+ # wrong constant name nread
2212
+ # wrong constant name oflush
2213
+ # wrong constant name pathconf
2214
+ # wrong constant name pressed?
2215
+ # wrong constant name raw
2216
+ # wrong constant name raw!
2217
+ # wrong constant name ready?
2218
+ # wrong constant name scroll_backward
2219
+ # wrong constant name scroll_forward
2220
+ # wrong constant name set_encoding_by_bom
2221
+ # wrong constant name wait
2222
+ # wrong constant name wait_readable
2223
+ # wrong constant name wait_writable
2224
+ # wrong constant name winsize
2225
+ # wrong constant name winsize=
2226
+ # wrong constant name echo=
2227
+ # wrong constant name raw
2228
+ # wrong constant name raw!
2229
+ # wrong constant name <static-init>
2230
+ # wrong constant name console
2231
+ # wrong constant name ==
2232
+ # wrong constant name initialize
2233
+ # uninitialized constant IRB
2234
+ # Did you mean? DRb
2235
+ # ERB
2236
+ # uninitialized constant IRB
2237
+ # Did you mean? DRb
2238
+ # ERB
2239
+ # wrong constant name to_bn
2240
+ # wrong constant name from_state
2241
+ # wrong constant name initialize
2242
+ # uninitialized constant Jacobian
2243
+ # uninitialized constant Jacobian
2244
+ # uninitialized constant Kconv
2245
+ # uninitialized constant Kconv
2246
+ # wrong constant name itself
2247
+ # wrong constant name object_id
2248
+ # wrong constant name pretty_inspect
2249
+ # wrong constant name then
2250
+ # wrong constant name yield_self
2251
+ # wrong constant name at_exit
2252
+ # uninitialized constant LUSolve
2253
+ # uninitialized constant LUSolve
2254
+ # uninitialized constant Logger
2255
+ # uninitialized constant Logger
2256
+ # uninitialized constant Matrix
2257
+ # uninitialized constant Matrix
2258
+ # uninitialized constant MessagePack
2259
+ # uninitialized constant MessagePack
2260
+ # wrong constant name enter
2261
+ # wrong constant name exit
2262
+ # wrong constant name mon_check_owner
2263
+ # wrong constant name mon_enter
2264
+ # wrong constant name mon_exit
2265
+ # wrong constant name mon_locked?
2266
+ # wrong constant name mon_owned?
2267
+ # wrong constant name mon_synchronize
2268
+ # wrong constant name mon_try_enter
2269
+ # wrong constant name new_cond
2270
+ # wrong constant name synchronize
2271
+ # wrong constant name try_enter
2272
+ # wrong constant name try_mon_enter
2273
+ # wrong constant name wait_for_cond
2274
+ # wrong constant name initialize
2275
+ # wrong constant name initialize
2276
+ # uninitialized constant MonitorMixin::ConditionVariable::Timeout
2277
+ # uninitialized constant MonitorMixin::ConditionVariable::Timeout
2278
+ # uninitialized constant Mutex_m
2279
+ # uninitialized constant Mutex_m
2280
+ # uninitialized constant NKF
2281
+ # uninitialized constant NKF
2282
+ # wrong constant name write_timeout
2283
+ # wrong constant name write_timeout=
2284
+ # uninitialized constant Net::DNS
2285
+ # uninitialized constant Net::DNS
2286
+ # uninitialized constant Net::FTP
2287
+ # uninitialized constant Net::FTP
2288
+ # uninitialized constant Net::FTPConnectionError
2289
+ # uninitialized constant Net::FTPConnectionError
2290
+ # uninitialized constant Net::FTPError
2291
+ # Did you mean? Net::HTTPError
2292
+ # uninitialized constant Net::FTPError
2293
+ # Did you mean? Net::HTTPError
2294
+ # uninitialized constant Net::FTPPermError
2295
+ # Did you mean? FiberError
2296
+ # uninitialized constant Net::FTPPermError
2297
+ # Did you mean? FiberError
2298
+ # uninitialized constant Net::FTPProtoError
2299
+ # uninitialized constant Net::FTPProtoError
2300
+ # uninitialized constant Net::FTPReplyError
2301
+ # uninitialized constant Net::FTPReplyError
2302
+ # uninitialized constant Net::FTPTempError
2303
+ # Did you mean? TypeError
2304
+ # uninitialized constant Net::FTPTempError
2305
+ # Did you mean? TypeError
2306
+ # wrong constant name ipaddr
2307
+ # wrong constant name ipaddr=
2308
+ # wrong constant name max_retries
2309
+ # wrong constant name max_retries=
2310
+ # wrong constant name max_version
2311
+ # wrong constant name max_version=
2312
+ # wrong constant name min_version
2313
+ # wrong constant name min_version=
2314
+ # wrong constant name write_timeout
2315
+ # wrong constant name write_timeout=
2316
+ # uninitialized constant Net::HTTP::DigestAuth
2317
+ # uninitialized constant Net::HTTP::DigestAuth
2318
+ # uninitialized constant Net::HTTPAlreadyReported::CODE_CLASS_TO_OBJ
2319
+ # uninitialized constant Net::HTTPAlreadyReported::CODE_TO_OBJ
2320
+ # wrong constant name <static-init>
2321
+ # uninitialized constant Net::HTTPEarlyHints::CODE_CLASS_TO_OBJ
2322
+ # uninitialized constant Net::HTTPEarlyHints::CODE_TO_OBJ
2323
+ # wrong constant name <static-init>
2324
+ # uninitialized constant Net::HTTPLoopDetected::CODE_CLASS_TO_OBJ
2325
+ # uninitialized constant Net::HTTPLoopDetected::CODE_TO_OBJ
2326
+ # wrong constant name <static-init>
2327
+ # uninitialized constant Net::HTTPMisdirectedRequest::CODE_CLASS_TO_OBJ
2328
+ # uninitialized constant Net::HTTPMisdirectedRequest::CODE_TO_OBJ
2329
+ # wrong constant name <static-init>
2330
+ # uninitialized constant Net::HTTPNotExtended::CODE_CLASS_TO_OBJ
2331
+ # uninitialized constant Net::HTTPNotExtended::CODE_TO_OBJ
2332
+ # wrong constant name <static-init>
2333
+ # uninitialized constant Net::HTTPPayloadTooLarge::CODE_CLASS_TO_OBJ
2334
+ # uninitialized constant Net::HTTPPayloadTooLarge::CODE_TO_OBJ
2335
+ # wrong constant name <static-init>
2336
+ # uninitialized constant Net::HTTPProcessing::CODE_CLASS_TO_OBJ
2337
+ # uninitialized constant Net::HTTPProcessing::CODE_TO_OBJ
2338
+ # wrong constant name <static-init>
2339
+ # uninitialized constant Net::HTTPRangeNotSatisfiable::CODE_CLASS_TO_OBJ
2340
+ # uninitialized constant Net::HTTPRangeNotSatisfiable::CODE_TO_OBJ
2341
+ # wrong constant name <static-init>
2342
+ # uninitialized constant Net::HTTPURITooLong::CODE_CLASS_TO_OBJ
2343
+ # uninitialized constant Net::HTTPURITooLong::CODE_TO_OBJ
2344
+ # wrong constant name <static-init>
2345
+ # uninitialized constant Net::HTTPVariantAlsoNegotiates::CODE_CLASS_TO_OBJ
2346
+ # uninitialized constant Net::HTTPVariantAlsoNegotiates::CODE_TO_OBJ
2347
+ # wrong constant name <static-init>
2348
+ # uninitialized constant Net::IMAP
2349
+ # uninitialized constant Net::IMAP
2350
+ # uninitialized constant Net::NTLM
2351
+ # uninitialized constant Net::NTLM
2352
+ # wrong constant name initialize
2353
+ # wrong constant name io
2354
+ # uninitialized constant Net::SMTP
2355
+ # uninitialized constant Net::SMTP
2356
+ # uninitialized constant Net::SMTPAuthenticationError
2357
+ # uninitialized constant Net::SMTPAuthenticationError
2358
+ # uninitialized constant Net::SMTPError
2359
+ # Did you mean? Net::HTTPError
2360
+ # uninitialized constant Net::SMTPError
2361
+ # Did you mean? Net::HTTPError
2362
+ # uninitialized constant Net::SMTPFatalError
2363
+ # Did you mean? Net::ProtoFatalError
2364
+ # Net::HTTPFatalError
2365
+ # uninitialized constant Net::SMTPFatalError
2366
+ # Did you mean? Net::ProtoFatalError
2367
+ # Net::HTTPFatalError
2368
+ # uninitialized constant Net::SMTPServerBusy
2369
+ # uninitialized constant Net::SMTPServerBusy
2370
+ # uninitialized constant Net::SMTPSyntaxError
2371
+ # Did you mean? Net::ProtoSyntaxError
2372
+ # uninitialized constant Net::SMTPSyntaxError
2373
+ # Did you mean? Net::ProtoSyntaxError
2374
+ # uninitialized constant Net::SMTPUnknownError
2375
+ # uninitialized constant Net::SMTPUnknownError
2376
+ # uninitialized constant Net::SMTPUnsupportedCommand
2377
+ # uninitialized constant Net::SMTPUnsupportedCommand
2378
+ # wrong constant name initialize
2379
+ # wrong constant name io
2380
+ # uninitialized constant Newton
2381
+ # uninitialized constant Newton
2382
+ # wrong constant name <static-init>
2383
+ # uninitialized constant RUBYGEMS_ACTIVATION_MONITOR
2384
+ # wrong constant name to_yaml
2385
+ # wrong constant name yaml_tag
2386
+ # wrong constant name <Class:Object>
2387
+ # uninitialized constant Observable
2388
+ # uninitialized constant Observable
2389
+ # uninitialized constant Open3
2390
+ # Did you mean? OpenSSL
2391
+ # uninitialized constant Open3
2392
+ # Did you mean? OpenSSL
2393
+ # wrong constant name indefinite_length
2394
+ # wrong constant name indefinite_length=
2395
+ # wrong constant name +@
2396
+ # wrong constant name -@
2397
+ # wrong constant name /
2398
+ # wrong constant name negative?
2399
+ # uninitialized constant OpenSSL::Digest::DSS
2400
+ # uninitialized constant OpenSSL::Digest::DSS
2401
+ # uninitialized constant OpenSSL::Digest::DSS1
2402
+ # uninitialized constant OpenSSL::Digest::DSS1
2403
+ # uninitialized constant OpenSSL::Digest::SHA
2404
+ # Did you mean? OpenSSL::Digest::SHA1
2405
+ # uninitialized constant OpenSSL::Digest::SHA
2406
+ # Did you mean? OpenSSL::Digest::SHA1
2407
+ # wrong constant name <Class:KDFError>
2408
+ # wrong constant name <static-init>
2409
+ # wrong constant name <static-init>
2410
+ # wrong constant name hkdf
2411
+ # wrong constant name pbkdf2_hmac
2412
+ # wrong constant name scrypt
2413
+ # wrong constant name signed?
2414
+ # uninitialized constant OpenSSL::PKCS5::PKCS5Error
2415
+ # uninitialized constant OpenSSL::PKCS5::PKCS5Error
2416
+ # wrong constant name to_octet_string
2417
+ # wrong constant name add_certificate
2418
+ # wrong constant name alpn_protocols
2419
+ # wrong constant name alpn_protocols=
2420
+ # wrong constant name alpn_select_cb
2421
+ # wrong constant name alpn_select_cb=
2422
+ # wrong constant name enable_fallback_scsv
2423
+ # wrong constant name max_version=
2424
+ # wrong constant name min_version=
2425
+ # uninitialized constant OpenSSL::SSL::SSLSocket::BLOCK_SIZE
2426
+ # wrong constant name alpn_protocol
2427
+ # wrong constant name tmp_key
2428
+ # wrong constant name ==
2429
+ # wrong constant name ==
2430
+ # wrong constant name ==
2431
+ # wrong constant name to_utf8
2432
+ # wrong constant name ==
2433
+ # wrong constant name ==
2434
+ # wrong constant name to_der
2435
+ # wrong constant name fips_mode
2436
+ # uninitialized constant OpenURI
2437
+ # Did you mean? OpenStruct
2438
+ # uninitialized constant OpenURI
2439
+ # Did you mean? OpenStruct
2440
+ # wrong constant name additional_message
2441
+ # wrong constant name get_candidates
2442
+ # wrong constant name additional
2443
+ # wrong constant name additional=
2444
+ # uninitialized constant Opus
2445
+ # uninitialized constant Opus
2446
+ # uninitialized constant PStore
2447
+ # uninitialized constant PStore
2448
+ # uninitialized constant PTY
2449
+ # Did you mean? Pry
2450
+ # uninitialized constant PTY
2451
+ # Did you mean? Pry
2452
+ # uninitialized constant PackageSpec
2453
+ # uninitialized constant PackageSpec
2454
+ # wrong constant name <Class:PackageSpec>
2455
+ # uninitialized constant Parser::Ruby27::Racc_Main_Parsing_Routine
2456
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Core_Id_C
2457
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Core_Version_C
2458
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Core_Revision
2459
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Core_Revision_C
2460
+ # Parser::Ruby27::Racc_Runtime_Core_Revision_R
2461
+ # Parser::Ruby27::Racc_Runtime_Revision
2462
+ # Parser::Ruby27::Racc_Runtime_Core_Version
2463
+ # Parser::Ruby27::Racc_Runtime_Core_Version_C
2464
+ # Parser::Ruby27::Racc_Runtime_Core_Version_R
2465
+ # Parser::Ruby27::Racc_Runtime_Version
2466
+ # Parser::Ruby27::Racc_Runtime_Core_Id_C
2467
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Core_Revision_C
2468
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Core_Revision_R
2469
+ # Parser::Ruby27::Racc_Runtime_Revision
2470
+ # Parser::Ruby27::Racc_Runtime_Core_Version_C
2471
+ # Parser::Ruby27::Racc_Runtime_Core_Version_R
2472
+ # Parser::Ruby27::Racc_Runtime_Core_Version
2473
+ # Parser::Ruby27::Racc_Runtime_Core_Id_C
2474
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Core_Revision_R
2475
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Core_Revision_C
2476
+ # Parser::Ruby27::Racc_Runtime_Revision
2477
+ # Parser::Ruby27::Racc_Runtime_Core_Version_C
2478
+ # Parser::Ruby27::Racc_Runtime_Core_Version_R
2479
+ # Parser::Ruby27::Racc_Runtime_Core_Version
2480
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Core_Version
2481
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Revision
2482
+ # Parser::Ruby27::Racc_Runtime_Core_Revision
2483
+ # Parser::Ruby27::Racc_Runtime_Core_Version_C
2484
+ # Parser::Ruby27::Racc_Runtime_Core_Version_R
2485
+ # Parser::Ruby27::Racc_Runtime_Core_Revision_C
2486
+ # Parser::Ruby27::Racc_Runtime_Core_Revision_R
2487
+ # Parser::Ruby27::Racc_Runtime_Version
2488
+ # Parser::Ruby27::Racc_Runtime_Core_Id_C
2489
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Core_Version_C
2490
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Core_Version_R
2491
+ # Parser::Ruby27::Racc_Runtime_Core_Revision_C
2492
+ # Parser::Ruby27::Racc_Runtime_Core_Revision_R
2493
+ # Parser::Ruby27::Racc_Runtime_Revision
2494
+ # Parser::Ruby27::Racc_Runtime_Core_Revision
2495
+ # Parser::Ruby27::Racc_Runtime_Version
2496
+ # Parser::Ruby27::Racc_Runtime_Core_Id_C
2497
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Core_Version_R
2498
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Core_Version_C
2499
+ # Parser::Ruby27::Racc_Runtime_Core_Revision_C
2500
+ # Parser::Ruby27::Racc_Runtime_Core_Revision_R
2501
+ # Parser::Ruby27::Racc_Runtime_Revision
2502
+ # Parser::Ruby27::Racc_Runtime_Core_Revision
2503
+ # Parser::Ruby27::Racc_Runtime_Version
2504
+ # Parser::Ruby27::Racc_Runtime_Core_Id_C
2505
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Revision
2506
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Version
2507
+ # Parser::Ruby27::Racc_Runtime_Core_Version
2508
+ # Parser::Ruby27::Racc_Runtime_Core_Revision
2509
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Type
2510
+ # uninitialized constant Parser::Ruby27::Racc_Runtime_Version
2511
+ # Did you mean? Parser::Ruby27::Racc_Runtime_Revision
2512
+ # Parser::Ruby27::Racc_Runtime_Core_Version
2513
+ # uninitialized constant Parser::Ruby27::Racc_YY_Parse_Method
2514
+ # wrong constant name fnmatch?
2515
+ # wrong constant name glob
2516
+ # wrong constant name make_symlink
2517
+ # uninitialized constant Prime
2518
+ # uninitialized constant Prime
2519
+ # wrong constant name <<
2520
+ # wrong constant name >>
2521
+ # wrong constant name clone
2522
+ # uninitialized constant Proc0
2523
+ # uninitialized constant Proc0
2524
+ # uninitialized constant Proc1
2525
+ # uninitialized constant Proc1
2526
+ # uninitialized constant Proc10
2527
+ # uninitialized constant Proc10
2528
+ # uninitialized constant Proc2
2529
+ # uninitialized constant Proc2
2530
+ # uninitialized constant Proc3
2531
+ # uninitialized constant Proc3
2532
+ # uninitialized constant Proc4
2533
+ # uninitialized constant Proc4
2534
+ # uninitialized constant Proc5
2535
+ # uninitialized constant Proc5
2536
+ # uninitialized constant Proc6
2537
+ # uninitialized constant Proc6
2538
+ # uninitialized constant Proc7
2539
+ # uninitialized constant Proc7
2540
+ # uninitialized constant Proc8
2541
+ # uninitialized constant Proc8
2542
+ # uninitialized constant Proc9
2543
+ # uninitialized constant Proc9
2544
+ # uninitialized constant ProgressBar::Outputs::NonTty::DEFAULT_OUTPUT_STREAM
2545
+ # uninitialized constant ProgressBar::Outputs::Tty::DEFAULT_OUTPUT_STREAM
2546
+ # uninitialized constant Pry::Command::COLORS
2547
+ # uninitialized constant Pry::Command::GemSearch::COLORS
2548
+ # Did you mean? Pry::Command::COLORS
2549
+ # uninitialized constant Pry::Command::GemSearch::VOID_VALUE
2550
+ # Did you mean? Pry::Command::VOID_VALUE
2551
+ # uninitialized constant Pry::Command::GemStat::COLORS
2552
+ # Did you mean? Pry::Command::COLORS
2553
+ # uninitialized constant Pry::Command::GemStat::VOID_VALUE
2554
+ # Did you mean? Pry::Command::VOID_VALUE
2555
+ # uninitialized constant Pry::Command::Ls::COLORS
2556
+ # Did you mean? Pry::Command::COLORS
2557
+ # uninitialized constant Pry::Command::Ls::VOID_VALUE
2558
+ # Did you mean? Pry::Command::VOID_VALUE
2559
+ # uninitialized constant Psych::UnsafeYAML
2560
+ # uninitialized constant Psych::UnsafeYAML
2561
+ # wrong constant name add_builtin_type
2562
+ # wrong constant name add_domain_type
2563
+ # wrong constant name add_tag
2564
+ # wrong constant name domain_types
2565
+ # wrong constant name domain_types=
2566
+ # wrong constant name dump_tags
2567
+ # wrong constant name dump_tags=
2568
+ # wrong constant name libyaml_version
2569
+ # wrong constant name load_tags
2570
+ # wrong constant name load_tags=
2571
+ # wrong constant name remove_type
2572
+ # uninitialized constant RDoc
2573
+ # uninitialized constant RDoc
2574
+ # uninitialized constant REXML::Parsers::XPathParser::NAME
2575
+ # Did you mean? REXML::Parsers::XPathParser::QNAME
2576
+ # uninitialized constant REXML::Parsers::XPathParser::NAMECHAR
2577
+ # Did you mean? REXML::Parsers::XPathParser::NAME_CHAR
2578
+ # uninitialized constant REXML::Parsers::XPathParser::NAME_CHAR
2579
+ # Did you mean? REXML::Parsers::XPathParser::NAME_STR
2580
+ # REXML::Parsers::XPathParser::NAMECHAR
2581
+ # uninitialized constant REXML::Parsers::XPathParser::NAME_START_CHAR
2582
+ # uninitialized constant REXML::Parsers::XPathParser::NAME_STR
2583
+ # Did you mean? REXML::Parsers::XPathParser::NCNAME_STR
2584
+ # uninitialized constant REXML::Parsers::XPathParser::NCNAME_STR
2585
+ # Did you mean? REXML::Parsers::XPathParser::NAME_STR
2586
+ # uninitialized constant REXML::Parsers::XPathParser::NMTOKEN
2587
+ # Did you mean? REXML::Parsers::XPathParser::NMTOKENS
2588
+ # uninitialized constant REXML::Parsers::XPathParser::NMTOKENS
2589
+ # Did you mean? REXML::XMLTokens
2590
+ # uninitialized constant REXML::Parsers::XPathParser::REFERENCE
2591
+ # uninitialized constant REXML::QuickPath
2592
+ # uninitialized constant REXML::QuickPath
2593
+ # uninitialized constant REXML::SAX2Listener
2594
+ # uninitialized constant REXML::SAX2Listener
2595
+ # uninitialized constant REXML::StreamListener
2596
+ # uninitialized constant REXML::StreamListener
2597
+ # uninitialized constant REXML::SyncEnumerator
2598
+ # uninitialized constant REXML::SyncEnumerator
2599
+ # uninitialized constant REXML::XPathParser::NAME
2600
+ # uninitialized constant REXML::XPathParser::NAMECHAR
2601
+ # Did you mean? REXML::XPathParser::NAME_CHAR
2602
+ # uninitialized constant REXML::XPathParser::NAME_CHAR
2603
+ # Did you mean? REXML::XPathParser::NAME_STR
2604
+ # REXML::XPathParser::NAMECHAR
2605
+ # uninitialized constant REXML::XPathParser::NAME_START_CHAR
2606
+ # uninitialized constant REXML::XPathParser::NAME_STR
2607
+ # Did you mean? REXML::XPathParser::NCNAME_STR
2608
+ # uninitialized constant REXML::XPathParser::NCNAME_STR
2609
+ # Did you mean? REXML::XPathParser::NAME_STR
2610
+ # uninitialized constant REXML::XPathParser::NMTOKEN
2611
+ # Did you mean? REXML::XPathParser::NMTOKENS
2612
+ # uninitialized constant REXML::XPathParser::NMTOKENS
2613
+ # Did you mean? REXML::XMLTokens
2614
+ # uninitialized constant REXML::XPathParser::REFERENCE
2615
+ # uninitialized constant RSpec::Core::ExampleGroup::BE_PREDICATE_REGEX
2616
+ # uninitialized constant RSpec::Core::ExampleGroup::DYNAMIC_MATCHER_REGEX
2617
+ # uninitialized constant RSpec::Core::ExampleGroup::HAS_REGEX
2618
+ # uninitialized constant RSpec::Core::ExampleGroup::NOT_YET_IMPLEMENTED
2619
+ # uninitialized constant RSpec::Core::ExampleGroup::NO_REASON_GIVEN
2620
+ # uninitialized constant RSpec::Matchers::BuiltIn::BePredicate::UNDEFINED
2621
+ # uninitialized constant RSpec::Matchers::BuiltIn::Equal::UNDEFINED
2622
+ # uninitialized constant RSpec::Matchers::BuiltIn::Has::UNDEFINED
2623
+ # wrong constant name <Class:Differ>
2624
+ # wrong constant name color?
2625
+ # wrong constant name diff
2626
+ # wrong constant name diff_as_object
2627
+ # wrong constant name diff_as_string
2628
+ # wrong constant name initialize
2629
+ # wrong constant name <static-init>
2630
+ # wrong constant name <Class:CparseParams>
2631
+ # wrong constant name <static-init>
2632
+ # uninitialized constant Rake::DSL::DEFAULT
2633
+ # uninitialized constant Rake::DSL::LN_SUPPORTED
2634
+ # uninitialized constant Rake::DSL::LOW_METHODS
2635
+ # Did you mean? Rake::DSL::LowMethods
2636
+ # uninitialized constant Rake::DSL::METHODS
2637
+ # Did you mean? Method
2638
+ # uninitialized constant Rake::DSL::OPT_TABLE
2639
+ # uninitialized constant Rake::DSL::RUBY
2640
+ # uninitialized constant Rake::DSL::VERSION
2641
+ # Did you mean? Rake::Version
2642
+ # Rake::VERSION
2643
+ # uninitialized constant Rake::FileUtilsExt::LN_SUPPORTED
2644
+ # uninitialized constant Rake::FileUtilsExt::LOW_METHODS
2645
+ # Did you mean? Rake::FileUtilsExt::LowMethods
2646
+ # uninitialized constant Rake::FileUtilsExt::METHODS
2647
+ # Did you mean? Method
2648
+ # uninitialized constant Rake::FileUtilsExt::OPT_TABLE
2649
+ # uninitialized constant Rake::FileUtilsExt::RUBY
2650
+ # uninitialized constant Rake::FileUtilsExt::VERSION
2651
+ # Did you mean? Rake::Version
2652
+ # Rake::VERSION
2653
+ # wrong constant name bytes
2654
+ # wrong constant name %
2655
+ # wrong constant name entries
2656
+ # wrong constant name to_a
2657
+ # wrong constant name expand
2658
+ # wrong constant name fire_update!
2659
+ # wrong constant name ruby
2660
+ # uninitialized constant Readline
2661
+ # uninitialized constant Readline
2662
+ # uninitialized constant Regexp::Parser::VERSION_CONST_REGEXP
2663
+ # uninitialized constant Regexp::Parser::VERSION_FORMAT
2664
+ # uninitialized constant Regexp::Parser::VERSION_REGEXP
2665
+ # wrong constant name extract_resources
2666
+ # wrong constant name initialize
2667
+ # wrong constant name initialize
2668
+ # wrong constant name initialize
2669
+ # wrong constant name initialize
2670
+ # wrong constant name initialize
2671
+ # wrong constant name lazy_initialize
2672
+ # wrong constant name initialize
2673
+ # wrong constant name initialize
2674
+ # wrong constant name initialize
2675
+ # wrong constant name lazy_initialize
2676
+ # wrong constant name initialize
2677
+ # uninitialized constant Resolv::DNS::Resource::LOC::ClassHash
2678
+ # Did you mean? Resolv::DNS::Resource::ClassHash
2679
+ # uninitialized constant Resolv::DNS::Resource::LOC::ClassInsensitiveTypes
2680
+ # Did you mean? Resolv::DNS::Resource::ClassInsensitiveTypes
2681
+ # uninitialized constant Resolv::DNS::Resource::LOC::ClassValue
2682
+ # Did you mean? Resolv::DNS::Resource::ClassValue
2683
+ # wrong constant name initialize
2684
+ # wrong constant name allocate_request_id
2685
+ # wrong constant name bind_random_port
2686
+ # wrong constant name free_request_id
2687
+ # wrong constant name random
2688
+ # uninitialized constant Rinda
2689
+ # uninitialized constant Rinda
2690
+ # uninitialized constant Ripper
2691
+ # uninitialized constant Ripper
2692
+ # wrong constant name <Class:Colorizer>
2693
+ # wrong constant name <Class:InstrumentationSubcompiler>
2694
+ # wrong constant name <Class:NodePatternSubcompiler>
2695
+ # wrong constant name <Class:SequenceSubcompiler>
2696
+ # wrong constant name <Class:Trace>
2697
+ # wrong constant name comments
2698
+ # wrong constant name node_ids
2699
+ # wrong constant name tokens
2700
+ # wrong constant name <Class:Result>
2701
+ # wrong constant name compiler
2702
+ # wrong constant name initialize
2703
+ # wrong constant name node_pattern
2704
+ # wrong constant name pattern
2705
+ # wrong constant name test
2706
+ # uninitialized constant RuboCop::AST::NodePattern::Compiler::Debug::Colorizer::Result::Elem
2707
+ # wrong constant name color_map
2708
+ # wrong constant name colorize
2709
+ # wrong constant name colorizer
2710
+ # wrong constant name colorizer=
2711
+ # wrong constant name match_map
2712
+ # wrong constant name matched?
2713
+ # wrong constant name returned
2714
+ # wrong constant name returned=
2715
+ # wrong constant name ruby_ast
2716
+ # wrong constant name ruby_ast=
2717
+ # wrong constant name trace
2718
+ # wrong constant name trace=
2719
+ # wrong constant name <static-init>
2720
+ # wrong constant name []
2721
+ # wrong constant name members
2722
+ # wrong constant name <static-init>
2723
+ # wrong constant name do_compile
2724
+ # wrong constant name <static-init>
2725
+ # wrong constant name <static-init>
2726
+ # uninitialized constant RuboCop::AST::NodePattern::Compiler::Debug::SequenceSubcompiler::DELTA
2727
+ # wrong constant name <static-init>
2728
+ # wrong constant name enter
2729
+ # wrong constant name matched?
2730
+ # wrong constant name success
2731
+ # wrong constant name <static-init>
2732
+ # wrong constant name <static-init>
2733
+ # uninitialized constant RuboCop::AST::NodePattern::Node::Repetition::MAP
2734
+ # Did you mean? RuboCop::AST::NodePattern::Node::MAP
2735
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Main_Parsing_Routine
2736
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2737
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2738
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2739
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2740
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2741
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2742
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2743
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2744
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2745
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2746
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2747
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2748
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2749
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2750
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2751
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2752
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2753
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2754
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2755
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2756
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2757
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2758
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2759
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2760
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2761
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2762
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2763
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2764
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2765
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2766
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2767
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2768
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2769
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2770
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2771
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2772
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2773
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2774
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2775
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2776
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2777
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2778
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2779
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2780
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2781
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2782
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2783
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2784
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2785
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2786
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2787
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2788
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2789
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Type
2790
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2791
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2792
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2793
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::Racc_YY_Parse_Method
2794
+ # wrong constant name <Class:WithMeta>
2795
+ # wrong constant name <Class:Builder>
2796
+ # wrong constant name <Class:Lexer>
2797
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Main_Parsing_Routine
2798
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Main_Parsing_Routine
2799
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
2800
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2801
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
2802
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2803
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
2804
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2805
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
2806
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
2807
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2808
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2809
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
2810
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2811
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
2812
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2813
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
2814
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
2815
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2816
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2817
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
2818
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2819
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
2820
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2821
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
2822
+ # Did you mean? RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
2823
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2824
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2825
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2826
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
2827
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2828
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
2829
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
2830
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2831
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2832
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
2833
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2834
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
2835
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2836
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
2837
+ # Did you mean? RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
2838
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2839
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2840
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2841
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
2842
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2843
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
2844
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
2845
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2846
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2847
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
2848
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2849
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
2850
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2851
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
2852
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2853
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
2854
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2855
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
2856
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
2857
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2858
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2859
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
2860
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
2861
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2862
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2863
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
2864
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2865
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
2866
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2867
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
2868
+ # Did you mean? RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
2869
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2870
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2871
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2872
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
2873
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
2874
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2875
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2876
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
2877
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2878
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
2879
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2880
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
2881
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2882
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
2883
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2884
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_R
2885
+ # Did you mean? RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version_C
2886
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_C
2887
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version_R
2888
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2889
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_C
2890
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision_R
2891
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_C
2892
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision_R
2893
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
2894
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2895
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
2896
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2897
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
2898
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2899
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Id_C
2900
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Id_C
2901
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
2902
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2903
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
2904
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2905
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
2906
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2907
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Revision
2908
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Revision
2909
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Type
2910
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Type
2911
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Version
2912
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_Runtime_Version
2913
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Revision
2914
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Revision
2915
+ # RuboCop::AST::NodePattern::Parser::WithMeta::Racc_Runtime_Core_Version
2916
+ # RuboCop::AST::NodePattern::Parser::Racc_Runtime_Core_Version
2917
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_YY_Parse_Method
2918
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_YY_Parse_Method
2919
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_arg
2920
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_arg
2921
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_debug_parser
2922
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_debug_parser
2923
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Racc_token_to_s_table
2924
+ # Did you mean? RuboCop::AST::NodePattern::Parser::Racc_token_to_s_table
2925
+ # wrong constant name comments
2926
+ # wrong constant name tokens
2927
+ # wrong constant name emit_atom
2928
+ # wrong constant name emit_call
2929
+ # wrong constant name emit_list
2930
+ # wrong constant name emit_unary_op
2931
+ # wrong constant name <static-init>
2932
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Lexer::CALL
2933
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Lexer::CONST_NAME
2934
+ # Did you mean? RuboCop::AST::ConstNode
2935
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Lexer::IDENTIFIER
2936
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Lexer::NODE_TYPE
2937
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Lexer::REGEXP
2938
+ # Did you mean? Regexp
2939
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Lexer::REGEXP_BODY
2940
+ # Did you mean? RuboCop::AST::RegexpNode
2941
+ # uninitialized constant RuboCop::AST::NodePattern::Parser::WithMeta::Lexer::SYMBOL_NAME
2942
+ # Did you mean? RuboCop::AST::SymbolNode
2943
+ # wrong constant name initialize
2944
+ # wrong constant name pos
2945
+ # wrong constant name <static-init>
2946
+ # wrong constant name <static-init>
2947
+ # uninitialized constant RuboCop::Cop::Base::LITERAL_REGEX
2948
+ # uninitialized constant RuboCop::Cop::Bundler::DuplicatedGem::BYTE_ORDER_MARK
2949
+ # uninitialized constant RuboCop::Cop::Bundler::DuplicatedGem::LITERAL_REGEX
2950
+ # uninitialized constant RuboCop::Cop::Bundler::DuplicatedGem::RESTRICT_ON_SEND
2951
+ # uninitialized constant RuboCop::Cop::Bundler::GemComment::LITERAL_REGEX
2952
+ # uninitialized constant RuboCop::Cop::Bundler::GemComment::NON_PUBLIC_MODIFIERS
2953
+ # uninitialized constant RuboCop::Cop::Bundler::InsecureProtocolSource::BYTE_ORDER_MARK
2954
+ # uninitialized constant RuboCop::Cop::Bundler::InsecureProtocolSource::LITERAL_REGEX
2955
+ # uninitialized constant RuboCop::Cop::Bundler::OrderedGems::LITERAL_REGEX
2956
+ # uninitialized constant RuboCop::Cop::Bundler::OrderedGems::RESTRICT_ON_SEND
2957
+ # uninitialized constant RuboCop::Cop::Corrector::ACTIONS
2958
+ # Did you mean? RuboCop::Cop::Corrector::Action
2959
+ # uninitialized constant RuboCop::Cop::Corrector::DEPRECATION_WARNING
2960
+ # uninitialized constant RuboCop::Cop::Corrector::POLICY_TO_LEVEL
2961
+ # uninitialized constant RuboCop::Cop::EndKeywordAlignment::BYTE_ORDER_MARK
2962
+ # uninitialized constant RuboCop::Cop::Gemspec::DuplicatedAssignment::BYTE_ORDER_MARK
2963
+ # uninitialized constant RuboCop::Cop::Gemspec::DuplicatedAssignment::LITERAL_REGEX
2964
+ # uninitialized constant RuboCop::Cop::Gemspec::DuplicatedAssignment::RESTRICT_ON_SEND
2965
+ # uninitialized constant RuboCop::Cop::Gemspec::OrderedDependencies::LITERAL_REGEX
2966
+ # uninitialized constant RuboCop::Cop::Gemspec::OrderedDependencies::RESTRICT_ON_SEND
2967
+ # uninitialized constant RuboCop::Cop::Gemspec::RequiredRubyVersion::BYTE_ORDER_MARK
2968
+ # uninitialized constant RuboCop::Cop::Gemspec::RequiredRubyVersion::LITERAL_REGEX
2969
+ # uninitialized constant RuboCop::Cop::Gemspec::RequiredRubyVersion::RESTRICT_ON_SEND
2970
+ # uninitialized constant RuboCop::Cop::Gemspec::RubyVersionGlobalsUsage::LITERAL_REGEX
2971
+ # uninitialized constant RuboCop::Cop::Gemspec::RubyVersionGlobalsUsage::RESTRICT_ON_SEND
2972
+ # uninitialized constant RuboCop::Cop::Layout::AccessModifierIndentation::BYTE_ORDER_MARK
2973
+ # uninitialized constant RuboCop::Cop::Layout::AccessModifierIndentation::LITERAL_REGEX
2974
+ # uninitialized constant RuboCop::Cop::Layout::AccessModifierIndentation::RESTRICT_ON_SEND
2975
+ # uninitialized constant RuboCop::Cop::Layout::AccessModifierIndentation::SPACE
2976
+ # uninitialized constant RuboCop::Cop::Layout::ArgumentAlignment::LITERAL_REGEX
2977
+ # uninitialized constant RuboCop::Cop::Layout::ArgumentAlignment::RESTRICT_ON_SEND
2978
+ # uninitialized constant RuboCop::Cop::Layout::ArgumentAlignment::SPACE
2979
+ # uninitialized constant RuboCop::Cop::Layout::ArrayAlignment::LITERAL_REGEX
2980
+ # uninitialized constant RuboCop::Cop::Layout::ArrayAlignment::RESTRICT_ON_SEND
2981
+ # uninitialized constant RuboCop::Cop::Layout::ArrayAlignment::SPACE
2982
+ # uninitialized constant RuboCop::Cop::Layout::AssignmentIndentation::LITERAL_REGEX
2983
+ # uninitialized constant RuboCop::Cop::Layout::AssignmentIndentation::RESTRICT_ON_SEND
2984
+ # uninitialized constant RuboCop::Cop::Layout::AssignmentIndentation::SPACE
2985
+ # uninitialized constant RuboCop::Cop::Layout::BeginEndAlignment::BYTE_ORDER_MARK
2986
+ # uninitialized constant RuboCop::Cop::Layout::BeginEndAlignment::LITERAL_REGEX
2987
+ # uninitialized constant RuboCop::Cop::Layout::BeginEndAlignment::RESTRICT_ON_SEND
2988
+ # uninitialized constant RuboCop::Cop::Layout::BlockAlignment::BYTE_ORDER_MARK
2989
+ # uninitialized constant RuboCop::Cop::Layout::BlockAlignment::LITERAL_REGEX
2990
+ # uninitialized constant RuboCop::Cop::Layout::BlockAlignment::RESTRICT_ON_SEND
2991
+ # uninitialized constant RuboCop::Cop::Layout::BlockEndNewline::LITERAL_REGEX
2992
+ # uninitialized constant RuboCop::Cop::Layout::BlockEndNewline::RESTRICT_ON_SEND
2993
+ # uninitialized constant RuboCop::Cop::Layout::BlockEndNewline::SPACE
2994
+ # uninitialized constant RuboCop::Cop::Layout::CaseIndentation::BYTE_ORDER_MARK
2995
+ # uninitialized constant RuboCop::Cop::Layout::CaseIndentation::LITERAL_REGEX
2996
+ # uninitialized constant RuboCop::Cop::Layout::CaseIndentation::RESTRICT_ON_SEND
2997
+ # uninitialized constant RuboCop::Cop::Layout::CaseIndentation::SPACE
2998
+ # uninitialized constant RuboCop::Cop::Layout::ClassStructure::LITERAL_REGEX
2999
+ # uninitialized constant RuboCop::Cop::Layout::ClassStructure::RESTRICT_ON_SEND
3000
+ # uninitialized constant RuboCop::Cop::Layout::ClassStructure::VISIBILITY_SCOPES
3001
+ # uninitialized constant RuboCop::Cop::Layout::ClosingHeredocIndentation::LITERAL_REGEX
3002
+ # uninitialized constant RuboCop::Cop::Layout::ClosingHeredocIndentation::OPENING_DELIMITER
3003
+ # uninitialized constant RuboCop::Cop::Layout::ClosingHeredocIndentation::RESTRICT_ON_SEND
3004
+ # uninitialized constant RuboCop::Cop::Layout::ClosingParenthesisIndentation::LITERAL_REGEX
3005
+ # uninitialized constant RuboCop::Cop::Layout::ClosingParenthesisIndentation::RESTRICT_ON_SEND
3006
+ # uninitialized constant RuboCop::Cop::Layout::ClosingParenthesisIndentation::SPACE
3007
+ # uninitialized constant RuboCop::Cop::Layout::CommentIndentation::LITERAL_REGEX
3008
+ # uninitialized constant RuboCop::Cop::Layout::CommentIndentation::RESTRICT_ON_SEND
3009
+ # uninitialized constant RuboCop::Cop::Layout::CommentIndentation::SPACE
3010
+ # uninitialized constant RuboCop::Cop::Layout::ConditionPosition::BYTE_ORDER_MARK
3011
+ # uninitialized constant RuboCop::Cop::Layout::ConditionPosition::LITERAL_REGEX
3012
+ # uninitialized constant RuboCop::Cop::Layout::ConditionPosition::RESTRICT_ON_SEND
3013
+ # uninitialized constant RuboCop::Cop::Layout::DefEndAlignment::BYTE_ORDER_MARK
3014
+ # uninitialized constant RuboCop::Cop::Layout::DefEndAlignment::LITERAL_REGEX
3015
+ # uninitialized constant RuboCop::Cop::Layout::DefEndAlignment::RESTRICT_ON_SEND
3016
+ # uninitialized constant RuboCop::Cop::Layout::ElseAlignment::BYTE_ORDER_MARK
3017
+ # uninitialized constant RuboCop::Cop::Layout::ElseAlignment::LITERAL_REGEX
3018
+ # uninitialized constant RuboCop::Cop::Layout::ElseAlignment::RESTRICT_ON_SEND
3019
+ # uninitialized constant RuboCop::Cop::Layout::ElseAlignment::SPACE
3020
+ # uninitialized constant RuboCop::Cop::Layout::EmptyComment::BYTE_ORDER_MARK
3021
+ # uninitialized constant RuboCop::Cop::Layout::EmptyComment::LITERAL_REGEX
3022
+ # uninitialized constant RuboCop::Cop::Layout::EmptyComment::RESTRICT_ON_SEND
3023
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterGuardClause::BYTE_ORDER_MARK
3024
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterGuardClause::LITERAL_REGEX
3025
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterGuardClause::RESTRICT_ON_SEND
3026
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterMagicComment::BYTE_ORDER_MARK
3027
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterMagicComment::LITERAL_REGEX
3028
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterMagicComment::RESTRICT_ON_SEND
3029
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterMultilineCondition::BYTE_ORDER_MARK
3030
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterMultilineCondition::LITERAL_REGEX
3031
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineAfterMultilineCondition::RESTRICT_ON_SEND
3032
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineBetweenDefs::BYTE_ORDER_MARK
3033
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineBetweenDefs::LITERAL_REGEX
3034
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLineBetweenDefs::RESTRICT_ON_SEND
3035
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLines::BYTE_ORDER_MARK
3036
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLines::LITERAL_REGEX
3037
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLines::RESTRICT_ON_SEND
3038
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier::BYTE_ORDER_MARK
3039
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier::LITERAL_REGEX
3040
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundAccessModifier::RESTRICT_ON_SEND
3041
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundArguments::BYTE_ORDER_MARK
3042
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundArguments::LITERAL_REGEX
3043
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundArguments::RESTRICT_ON_SEND
3044
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundAttributeAccessor::BYTE_ORDER_MARK
3045
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundAttributeAccessor::LITERAL_REGEX
3046
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundAttributeAccessor::RESTRICT_ON_SEND
3047
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBeginBody::BYTE_ORDER_MARK
3048
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBeginBody::LITERAL_REGEX
3049
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBeginBody::MSG_DEFERRED
3050
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBeginBody::MSG_EXTRA
3051
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBeginBody::MSG_MISSING
3052
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBeginBody::RESTRICT_ON_SEND
3053
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBlockBody::BYTE_ORDER_MARK
3054
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBlockBody::LITERAL_REGEX
3055
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBlockBody::MSG_DEFERRED
3056
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBlockBody::MSG_EXTRA
3057
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBlockBody::MSG_MISSING
3058
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBlockBody::RESTRICT_ON_SEND
3059
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundBody::BYTE_ORDER_MARK
3060
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundClassBody::BYTE_ORDER_MARK
3061
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundClassBody::LITERAL_REGEX
3062
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundClassBody::MSG_DEFERRED
3063
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundClassBody::MSG_EXTRA
3064
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundClassBody::MSG_MISSING
3065
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundClassBody::RESTRICT_ON_SEND
3066
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords::BYTE_ORDER_MARK
3067
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords::LITERAL_REGEX
3068
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords::MSG_DEFERRED
3069
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords::MSG_EXTRA
3070
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords::MSG_MISSING
3071
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords::RESTRICT_ON_SEND
3072
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundMethodBody::BYTE_ORDER_MARK
3073
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundMethodBody::LITERAL_REGEX
3074
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundMethodBody::MSG_DEFERRED
3075
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundMethodBody::MSG_EXTRA
3076
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundMethodBody::MSG_MISSING
3077
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundMethodBody::RESTRICT_ON_SEND
3078
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundModuleBody::BYTE_ORDER_MARK
3079
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundModuleBody::LITERAL_REGEX
3080
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundModuleBody::MSG_DEFERRED
3081
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundModuleBody::MSG_EXTRA
3082
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundModuleBody::MSG_MISSING
3083
+ # uninitialized constant RuboCop::Cop::Layout::EmptyLinesAroundModuleBody::RESTRICT_ON_SEND
3084
+ # uninitialized constant RuboCop::Cop::Layout::EndOfLine::BYTE_ORDER_MARK
3085
+ # uninitialized constant RuboCop::Cop::Layout::EndOfLine::LITERAL_REGEX
3086
+ # uninitialized constant RuboCop::Cop::Layout::EndOfLine::RESTRICT_ON_SEND
3087
+ # uninitialized constant RuboCop::Cop::Layout::ExtraSpacing::BYTE_ORDER_MARK
3088
+ # uninitialized constant RuboCop::Cop::Layout::ExtraSpacing::LITERAL_REGEX
3089
+ # uninitialized constant RuboCop::Cop::Layout::ExtraSpacing::RESTRICT_ON_SEND
3090
+ # uninitialized constant RuboCop::Cop::Layout::FirstArgumentIndentation::BYTE_ORDER_MARK
3091
+ # uninitialized constant RuboCop::Cop::Layout::FirstArgumentIndentation::LITERAL_REGEX
3092
+ # uninitialized constant RuboCop::Cop::Layout::FirstArgumentIndentation::RESTRICT_ON_SEND
3093
+ # uninitialized constant RuboCop::Cop::Layout::FirstArgumentIndentation::SPACE
3094
+ # uninitialized constant RuboCop::Cop::Layout::FirstArrayElementIndentation::LITERAL_REGEX
3095
+ # uninitialized constant RuboCop::Cop::Layout::FirstArrayElementIndentation::RESTRICT_ON_SEND
3096
+ # uninitialized constant RuboCop::Cop::Layout::FirstArrayElementIndentation::SPACE
3097
+ # uninitialized constant RuboCop::Cop::Layout::FirstArrayElementLineBreak::LITERAL_REGEX
3098
+ # uninitialized constant RuboCop::Cop::Layout::FirstArrayElementLineBreak::RESTRICT_ON_SEND
3099
+ # uninitialized constant RuboCop::Cop::Layout::FirstHashElementIndentation::LITERAL_REGEX
3100
+ # uninitialized constant RuboCop::Cop::Layout::FirstHashElementIndentation::RESTRICT_ON_SEND
3101
+ # uninitialized constant RuboCop::Cop::Layout::FirstHashElementIndentation::SPACE
3102
+ # uninitialized constant RuboCop::Cop::Layout::FirstHashElementLineBreak::LITERAL_REGEX
3103
+ # uninitialized constant RuboCop::Cop::Layout::FirstHashElementLineBreak::RESTRICT_ON_SEND
3104
+ # uninitialized constant RuboCop::Cop::Layout::FirstMethodArgumentLineBreak::LITERAL_REGEX
3105
+ # uninitialized constant RuboCop::Cop::Layout::FirstMethodArgumentLineBreak::RESTRICT_ON_SEND
3106
+ # uninitialized constant RuboCop::Cop::Layout::FirstMethodParameterLineBreak::LITERAL_REGEX
3107
+ # uninitialized constant RuboCop::Cop::Layout::FirstMethodParameterLineBreak::RESTRICT_ON_SEND
3108
+ # uninitialized constant RuboCop::Cop::Layout::FirstParameterIndentation::LITERAL_REGEX
3109
+ # uninitialized constant RuboCop::Cop::Layout::FirstParameterIndentation::RESTRICT_ON_SEND
3110
+ # uninitialized constant RuboCop::Cop::Layout::FirstParameterIndentation::SPACE
3111
+ # uninitialized constant RuboCop::Cop::Layout::HashAlignment::BYTE_ORDER_MARK
3112
+ # uninitialized constant RuboCop::Cop::Layout::HashAlignment::LITERAL_REGEX
3113
+ # uninitialized constant RuboCop::Cop::Layout::HashAlignment::RESTRICT_ON_SEND
3114
+ # uninitialized constant RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis::BYTE_ORDER_MARK
3115
+ # uninitialized constant RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis::LITERAL_REGEX
3116
+ # uninitialized constant RuboCop::Cop::Layout::HeredocArgumentClosingParenthesis::RESTRICT_ON_SEND
3117
+ # uninitialized constant RuboCop::Cop::Layout::HeredocIndentation::LITERAL_REGEX
3118
+ # uninitialized constant RuboCop::Cop::Layout::HeredocIndentation::OPENING_DELIMITER
3119
+ # uninitialized constant RuboCop::Cop::Layout::HeredocIndentation::RESTRICT_ON_SEND
3120
+ # uninitialized constant RuboCop::Cop::Layout::IndentationConsistency::LITERAL_REGEX
3121
+ # uninitialized constant RuboCop::Cop::Layout::IndentationConsistency::RESTRICT_ON_SEND
3122
+ # uninitialized constant RuboCop::Cop::Layout::IndentationConsistency::SPACE
3123
+ # uninitialized constant RuboCop::Cop::Layout::IndentationStyle::BYTE_ORDER_MARK
3124
+ # uninitialized constant RuboCop::Cop::Layout::IndentationStyle::LITERAL_REGEX
3125
+ # uninitialized constant RuboCop::Cop::Layout::IndentationStyle::RESTRICT_ON_SEND
3126
+ # uninitialized constant RuboCop::Cop::Layout::IndentationStyle::SPACE
3127
+ # uninitialized constant RuboCop::Cop::Layout::IndentationWidth::BYTE_ORDER_MARK
3128
+ # uninitialized constant RuboCop::Cop::Layout::IndentationWidth::LITERAL_REGEX
3129
+ # uninitialized constant RuboCop::Cop::Layout::IndentationWidth::RESTRICT_ON_SEND
3130
+ # uninitialized constant RuboCop::Cop::Layout::IndentationWidth::SPACE
3131
+ # uninitialized constant RuboCop::Cop::Layout::InitialIndentation::BYTE_ORDER_MARK
3132
+ # uninitialized constant RuboCop::Cop::Layout::InitialIndentation::LITERAL_REGEX
3133
+ # uninitialized constant RuboCop::Cop::Layout::InitialIndentation::RESTRICT_ON_SEND
3134
+ # uninitialized constant RuboCop::Cop::Layout::LeadingCommentSpace::BYTE_ORDER_MARK
3135
+ # uninitialized constant RuboCop::Cop::Layout::LeadingCommentSpace::LITERAL_REGEX
3136
+ # uninitialized constant RuboCop::Cop::Layout::LeadingCommentSpace::RESTRICT_ON_SEND
3137
+ # uninitialized constant RuboCop::Cop::Layout::LeadingEmptyLines::LITERAL_REGEX
3138
+ # uninitialized constant RuboCop::Cop::Layout::LeadingEmptyLines::RESTRICT_ON_SEND
3139
+ # uninitialized constant RuboCop::Cop::Layout::LineLength::BYTE_ORDER_MARK
3140
+ # uninitialized constant RuboCop::Cop::Layout::LineLength::LITERAL_REGEX
3141
+ # uninitialized constant RuboCop::Cop::Layout::LineLength::RESTRICT_ON_SEND
3142
+ # uninitialized constant RuboCop::Cop::Layout::MultilineArrayBraceLayout::LITERAL_REGEX
3143
+ # uninitialized constant RuboCop::Cop::Layout::MultilineArrayBraceLayout::RESTRICT_ON_SEND
3144
+ # uninitialized constant RuboCop::Cop::Layout::MultilineArrayLineBreaks::LITERAL_REGEX
3145
+ # uninitialized constant RuboCop::Cop::Layout::MultilineArrayLineBreaks::RESTRICT_ON_SEND
3146
+ # uninitialized constant RuboCop::Cop::Layout::MultilineAssignmentLayout::BYTE_ORDER_MARK
3147
+ # uninitialized constant RuboCop::Cop::Layout::MultilineAssignmentLayout::LITERAL_REGEX
3148
+ # uninitialized constant RuboCop::Cop::Layout::MultilineAssignmentLayout::RESTRICT_ON_SEND
3149
+ # uninitialized constant RuboCop::Cop::Layout::MultilineBlockLayout::BYTE_ORDER_MARK
3150
+ # uninitialized constant RuboCop::Cop::Layout::MultilineBlockLayout::LITERAL_REGEX
3151
+ # uninitialized constant RuboCop::Cop::Layout::MultilineBlockLayout::RESTRICT_ON_SEND
3152
+ # uninitialized constant RuboCop::Cop::Layout::MultilineHashBraceLayout::LITERAL_REGEX
3153
+ # uninitialized constant RuboCop::Cop::Layout::MultilineHashBraceLayout::RESTRICT_ON_SEND
3154
+ # uninitialized constant RuboCop::Cop::Layout::MultilineHashKeyLineBreaks::LITERAL_REGEX
3155
+ # uninitialized constant RuboCop::Cop::Layout::MultilineHashKeyLineBreaks::RESTRICT_ON_SEND
3156
+ # uninitialized constant RuboCop::Cop::Layout::MultilineMethodArgumentLineBreaks::LITERAL_REGEX
3157
+ # uninitialized constant RuboCop::Cop::Layout::MultilineMethodArgumentLineBreaks::RESTRICT_ON_SEND
3158
+ # uninitialized constant RuboCop::Cop::Layout::MultilineMethodCallBraceLayout::LITERAL_REGEX
3159
+ # uninitialized constant RuboCop::Cop::Layout::MultilineMethodCallBraceLayout::RESTRICT_ON_SEND
3160
+ # uninitialized constant RuboCop::Cop::Layout::MultilineMethodDefinitionBraceLayout::LITERAL_REGEX
3161
+ # uninitialized constant RuboCop::Cop::Layout::MultilineMethodDefinitionBraceLayout::RESTRICT_ON_SEND
3162
+ # uninitialized constant RuboCop::Cop::Layout::ParameterAlignment::LITERAL_REGEX
3163
+ # uninitialized constant RuboCop::Cop::Layout::ParameterAlignment::RESTRICT_ON_SEND
3164
+ # uninitialized constant RuboCop::Cop::Layout::ParameterAlignment::SPACE
3165
+ # uninitialized constant RuboCop::Cop::Layout::RescueEnsureAlignment::BYTE_ORDER_MARK
3166
+ # uninitialized constant RuboCop::Cop::Layout::RescueEnsureAlignment::LITERAL_REGEX
3167
+ # uninitialized constant RuboCop::Cop::Layout::RescueEnsureAlignment::RESTRICT_ON_SEND
3168
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAfterColon::LITERAL_REGEX
3169
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAfterColon::RESTRICT_ON_SEND
3170
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAfterMethodName::BYTE_ORDER_MARK
3171
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAfterMethodName::LITERAL_REGEX
3172
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAfterMethodName::RESTRICT_ON_SEND
3173
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAfterNot::BYTE_ORDER_MARK
3174
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAfterNot::LITERAL_REGEX
3175
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAfterNot::RESTRICT_ON_SEND
3176
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault::BYTE_ORDER_MARK
3177
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault::LITERAL_REGEX
3178
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault::NO_SPACE_COMMAND
3179
+ # Did you mean? RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault::SPACE_COMMAND
3180
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault::RESTRICT_ON_SEND
3181
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault::SINGLE_SPACE_REGEXP
3182
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault::SPACE_COMMAND
3183
+ # Did you mean? RuboCop::Cop::Layout::SpaceAroundEqualsInParameterDefault::NO_SPACE_COMMAND
3184
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundKeyword::LITERAL_REGEX
3185
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundKeyword::RESTRICT_ON_SEND
3186
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundMethodCallOperator::BYTE_ORDER_MARK
3187
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundMethodCallOperator::LITERAL_REGEX
3188
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundMethodCallOperator::RESTRICT_ON_SEND
3189
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundOperators::BYTE_ORDER_MARK
3190
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundOperators::LITERAL_REGEX
3191
+ # uninitialized constant RuboCop::Cop::Layout::SpaceAroundOperators::RESTRICT_ON_SEND
3192
+ # uninitialized constant RuboCop::Cop::Layout::SpaceBeforeBlockBraces::BYTE_ORDER_MARK
3193
+ # uninitialized constant RuboCop::Cop::Layout::SpaceBeforeBlockBraces::LITERAL_REGEX
3194
+ # uninitialized constant RuboCop::Cop::Layout::SpaceBeforeBlockBraces::RESTRICT_ON_SEND
3195
+ # uninitialized constant RuboCop::Cop::Layout::SpaceBeforeComment::LITERAL_REGEX
3196
+ # uninitialized constant RuboCop::Cop::Layout::SpaceBeforeComment::RESTRICT_ON_SEND
3197
+ # uninitialized constant RuboCop::Cop::Layout::SpaceBeforeFirstArg::BYTE_ORDER_MARK
3198
+ # uninitialized constant RuboCop::Cop::Layout::SpaceBeforeFirstArg::LITERAL_REGEX
3199
+ # uninitialized constant RuboCop::Cop::Layout::SpaceBeforeFirstArg::RESTRICT_ON_SEND
3200
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInLambdaLiteral::BYTE_ORDER_MARK
3201
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInLambdaLiteral::LITERAL_REGEX
3202
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInLambdaLiteral::RESTRICT_ON_SEND
3203
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets::BYTE_ORDER_MARK
3204
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets::LITERAL_REGEX
3205
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets::NO_SPACE_COMMAND
3206
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets::SPACE_COMMAND
3207
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets::RESTRICT_ON_SEND
3208
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets::SINGLE_SPACE_REGEXP
3209
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets::SPACE_COMMAND
3210
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideArrayLiteralBrackets::NO_SPACE_COMMAND
3211
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral::BYTE_ORDER_MARK
3212
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral::LITERAL_REGEX
3213
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideArrayPercentLiteral::RESTRICT_ON_SEND
3214
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces::BYTE_ORDER_MARK
3215
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces::LITERAL_REGEX
3216
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces::NO_SPACE_COMMAND
3217
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces::SPACE_COMMAND
3218
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces::RESTRICT_ON_SEND
3219
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces::SINGLE_SPACE_REGEXP
3220
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces::SPACE_COMMAND
3221
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideHashLiteralBraces::NO_SPACE_COMMAND
3222
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideParens::BYTE_ORDER_MARK
3223
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideParens::LITERAL_REGEX
3224
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideParens::NO_SPACE_COMMAND
3225
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideParens::SPACE_COMMAND
3226
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideParens::RESTRICT_ON_SEND
3227
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideParens::SINGLE_SPACE_REGEXP
3228
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideParens::SPACE_COMMAND
3229
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideParens::NO_SPACE_COMMAND
3230
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters::BYTE_ORDER_MARK
3231
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters::LITERAL_REGEX
3232
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsidePercentLiteralDelimiters::RESTRICT_ON_SEND
3233
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideRangeLiteral::LITERAL_REGEX
3234
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideRangeLiteral::RESTRICT_ON_SEND
3235
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideReferenceBrackets::BYTE_ORDER_MARK
3236
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideReferenceBrackets::LITERAL_REGEX
3237
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideReferenceBrackets::NO_SPACE_COMMAND
3238
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideReferenceBrackets::SPACE_COMMAND
3239
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideReferenceBrackets::SINGLE_SPACE_REGEXP
3240
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideReferenceBrackets::SPACE_COMMAND
3241
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideReferenceBrackets::NO_SPACE_COMMAND
3242
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideStringInterpolation::BYTE_ORDER_MARK
3243
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideStringInterpolation::LITERAL_REGEX
3244
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideStringInterpolation::NO_SPACE_COMMAND
3245
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideStringInterpolation::SPACE_COMMAND
3246
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideStringInterpolation::RESTRICT_ON_SEND
3247
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideStringInterpolation::SINGLE_SPACE_REGEXP
3248
+ # uninitialized constant RuboCop::Cop::Layout::SpaceInsideStringInterpolation::SPACE_COMMAND
3249
+ # Did you mean? RuboCop::Cop::Layout::SpaceInsideStringInterpolation::NO_SPACE_COMMAND
3250
+ # uninitialized constant RuboCop::Cop::Layout::TrailingWhitespace::BYTE_ORDER_MARK
3251
+ # uninitialized constant RuboCop::Cop::Layout::TrailingWhitespace::LITERAL_REGEX
3252
+ # uninitialized constant RuboCop::Cop::Layout::TrailingWhitespace::RESTRICT_ON_SEND
3253
+ # uninitialized constant RuboCop::Cop::Lint::AmbiguousBlockAssociation::LITERAL_REGEX
3254
+ # uninitialized constant RuboCop::Cop::Lint::AmbiguousBlockAssociation::RESTRICT_ON_SEND
3255
+ # uninitialized constant RuboCop::Cop::Lint::AmbiguousOperator::LITERAL_REGEX
3256
+ # uninitialized constant RuboCop::Cop::Lint::AmbiguousOperator::RESTRICT_ON_SEND
3257
+ # uninitialized constant RuboCop::Cop::Lint::AmbiguousRegexpLiteral::LITERAL_REGEX
3258
+ # uninitialized constant RuboCop::Cop::Lint::AmbiguousRegexpLiteral::RESTRICT_ON_SEND
3259
+ # uninitialized constant RuboCop::Cop::Lint::AssignmentInCondition::LITERAL_REGEX
3260
+ # uninitialized constant RuboCop::Cop::Lint::AssignmentInCondition::RESTRICT_ON_SEND
3261
+ # uninitialized constant RuboCop::Cop::Lint::BigDecimalNew::LITERAL_REGEX
3262
+ # uninitialized constant RuboCop::Cop::Lint::BinaryOperatorWithIdenticalOperands::LITERAL_REGEX
3263
+ # uninitialized constant RuboCop::Cop::Lint::BinaryOperatorWithIdenticalOperands::RESTRICT_ON_SEND
3264
+ # uninitialized constant RuboCop::Cop::Lint::BooleanSymbol::LITERAL_REGEX
3265
+ # uninitialized constant RuboCop::Cop::Lint::BooleanSymbol::RESTRICT_ON_SEND
3266
+ # uninitialized constant RuboCop::Cop::Lint::CircularArgumentReference::LITERAL_REGEX
3267
+ # uninitialized constant RuboCop::Cop::Lint::CircularArgumentReference::RESTRICT_ON_SEND
3268
+ # uninitialized constant RuboCop::Cop::Lint::ConstantDefinitionInBlock::LITERAL_REGEX
3269
+ # uninitialized constant RuboCop::Cop::Lint::ConstantDefinitionInBlock::RESTRICT_ON_SEND
3270
+ # uninitialized constant RuboCop::Cop::Lint::ConstantResolution::LITERAL_REGEX
3271
+ # uninitialized constant RuboCop::Cop::Lint::ConstantResolution::RESTRICT_ON_SEND
3272
+ # uninitialized constant RuboCop::Cop::Lint::Debugger::LITERAL_REGEX
3273
+ # uninitialized constant RuboCop::Cop::Lint::DeprecatedClassMethods::LITERAL_REGEX
3274
+ # uninitialized constant RuboCop::Cop::Lint::DeprecatedOpenSSLConstant::BYTE_ORDER_MARK
3275
+ # uninitialized constant RuboCop::Cop::Lint::DeprecatedOpenSSLConstant::LITERAL_REGEX
3276
+ # uninitialized constant RuboCop::Cop::Lint::DeprecatedOpenSSLConstant::RESTRICT_ON_SEND
3277
+ # uninitialized constant RuboCop::Cop::Lint::DisjunctiveAssignmentInConstructor::LITERAL_REGEX
3278
+ # uninitialized constant RuboCop::Cop::Lint::DisjunctiveAssignmentInConstructor::RESTRICT_ON_SEND
3279
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateBranch::LITERAL_REGEX
3280
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateBranch::RESTRICT_ON_SEND
3281
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateCaseCondition::LITERAL_REGEX
3282
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateCaseCondition::RESTRICT_ON_SEND
3283
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateElsifCondition::LITERAL_REGEX
3284
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateElsifCondition::RESTRICT_ON_SEND
3285
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateHashKey::LITERAL_REGEX
3286
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateHashKey::RESTRICT_ON_SEND
3287
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateMethods::LITERAL_REGEX
3288
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateRegexpCharacterClassElement::BYTE_ORDER_MARK
3289
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateRegexpCharacterClassElement::LITERAL_REGEX
3290
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateRegexpCharacterClassElement::RESTRICT_ON_SEND
3291
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateRequire::LITERAL_REGEX
3292
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateRescueException::LITERAL_REGEX
3293
+ # uninitialized constant RuboCop::Cop::Lint::DuplicateRescueException::RESTRICT_ON_SEND
3294
+ # uninitialized constant RuboCop::Cop::Lint::EachWithObjectArgument::LITERAL_REGEX
3295
+ # uninitialized constant RuboCop::Cop::Lint::ElseLayout::BYTE_ORDER_MARK
3296
+ # uninitialized constant RuboCop::Cop::Lint::ElseLayout::LITERAL_REGEX
3297
+ # uninitialized constant RuboCop::Cop::Lint::ElseLayout::RESTRICT_ON_SEND
3298
+ # uninitialized constant RuboCop::Cop::Lint::EmptyBlock::LITERAL_REGEX
3299
+ # uninitialized constant RuboCop::Cop::Lint::EmptyBlock::RESTRICT_ON_SEND
3300
+ # uninitialized constant RuboCop::Cop::Lint::EmptyClass::LITERAL_REGEX
3301
+ # uninitialized constant RuboCop::Cop::Lint::EmptyClass::RESTRICT_ON_SEND
3302
+ # uninitialized constant RuboCop::Cop::Lint::EmptyConditionalBody::LITERAL_REGEX
3303
+ # uninitialized constant RuboCop::Cop::Lint::EmptyConditionalBody::RESTRICT_ON_SEND
3304
+ # uninitialized constant RuboCop::Cop::Lint::EmptyEnsure::LITERAL_REGEX
3305
+ # uninitialized constant RuboCop::Cop::Lint::EmptyEnsure::RESTRICT_ON_SEND
3306
+ # uninitialized constant RuboCop::Cop::Lint::EmptyExpression::LITERAL_REGEX
3307
+ # uninitialized constant RuboCop::Cop::Lint::EmptyExpression::RESTRICT_ON_SEND
3308
+ # uninitialized constant RuboCop::Cop::Lint::EmptyFile::BYTE_ORDER_MARK
3309
+ # uninitialized constant RuboCop::Cop::Lint::EmptyFile::LITERAL_REGEX
3310
+ # uninitialized constant RuboCop::Cop::Lint::EmptyFile::RESTRICT_ON_SEND
3311
+ # uninitialized constant RuboCop::Cop::Lint::EmptyInterpolation::LITERAL_REGEX
3312
+ # uninitialized constant RuboCop::Cop::Lint::EmptyInterpolation::RESTRICT_ON_SEND
3313
+ # uninitialized constant RuboCop::Cop::Lint::EmptyWhen::LITERAL_REGEX
3314
+ # uninitialized constant RuboCop::Cop::Lint::EmptyWhen::RESTRICT_ON_SEND
3315
+ # uninitialized constant RuboCop::Cop::Lint::EnsureReturn::BYTE_ORDER_MARK
3316
+ # uninitialized constant RuboCop::Cop::Lint::EnsureReturn::LITERAL_REGEX
3317
+ # uninitialized constant RuboCop::Cop::Lint::EnsureReturn::RESTRICT_ON_SEND
3318
+ # uninitialized constant RuboCop::Cop::Lint::ErbNewArguments::BYTE_ORDER_MARK
3319
+ # uninitialized constant RuboCop::Cop::Lint::ErbNewArguments::LITERAL_REGEX
3320
+ # uninitialized constant RuboCop::Cop::Lint::FlipFlop::LITERAL_REGEX
3321
+ # uninitialized constant RuboCop::Cop::Lint::FlipFlop::RESTRICT_ON_SEND
3322
+ # uninitialized constant RuboCop::Cop::Lint::FloatComparison::LITERAL_REGEX
3323
+ # uninitialized constant RuboCop::Cop::Lint::FloatOutOfRange::LITERAL_REGEX
3324
+ # uninitialized constant RuboCop::Cop::Lint::FloatOutOfRange::RESTRICT_ON_SEND
3325
+ # uninitialized constant RuboCop::Cop::Lint::FormatParameterMismatch::LITERAL_REGEX
3326
+ # uninitialized constant RuboCop::Cop::Lint::HashCompareByIdentity::LITERAL_REGEX
3327
+ # uninitialized constant RuboCop::Cop::Lint::HeredocMethodCallPosition::BYTE_ORDER_MARK
3328
+ # uninitialized constant RuboCop::Cop::Lint::HeredocMethodCallPosition::LITERAL_REGEX
3329
+ # uninitialized constant RuboCop::Cop::Lint::HeredocMethodCallPosition::RESTRICT_ON_SEND
3330
+ # uninitialized constant RuboCop::Cop::Lint::IdentityComparison::LITERAL_REGEX
3331
+ # uninitialized constant RuboCop::Cop::Lint::ImplicitStringConcatenation::LITERAL_REGEX
3332
+ # uninitialized constant RuboCop::Cop::Lint::ImplicitStringConcatenation::RESTRICT_ON_SEND
3333
+ # uninitialized constant RuboCop::Cop::Lint::IneffectiveAccessModifier::LITERAL_REGEX
3334
+ # uninitialized constant RuboCop::Cop::Lint::IneffectiveAccessModifier::RESTRICT_ON_SEND
3335
+ # uninitialized constant RuboCop::Cop::Lint::InheritException::LITERAL_REGEX
3336
+ # uninitialized constant RuboCop::Cop::Lint::InterpolationCheck::LITERAL_REGEX
3337
+ # uninitialized constant RuboCop::Cop::Lint::InterpolationCheck::RESTRICT_ON_SEND
3338
+ # uninitialized constant RuboCop::Cop::Lint::LiteralAsCondition::BYTE_ORDER_MARK
3339
+ # uninitialized constant RuboCop::Cop::Lint::LiteralAsCondition::LITERAL_REGEX
3340
+ # uninitialized constant RuboCop::Cop::Lint::LiteralAsCondition::RESTRICT_ON_SEND
3341
+ # uninitialized constant RuboCop::Cop::Lint::LiteralInInterpolation::BYTE_ORDER_MARK
3342
+ # uninitialized constant RuboCop::Cop::Lint::LiteralInInterpolation::LITERAL_REGEX
3343
+ # uninitialized constant RuboCop::Cop::Lint::LiteralInInterpolation::RESTRICT_ON_SEND
3344
+ # uninitialized constant RuboCop::Cop::Lint::Loop::LITERAL_REGEX
3345
+ # uninitialized constant RuboCop::Cop::Lint::Loop::RESTRICT_ON_SEND
3346
+ # uninitialized constant RuboCop::Cop::Lint::MissingCopEnableDirective::BYTE_ORDER_MARK
3347
+ # uninitialized constant RuboCop::Cop::Lint::MissingCopEnableDirective::LITERAL_REGEX
3348
+ # uninitialized constant RuboCop::Cop::Lint::MissingCopEnableDirective::RESTRICT_ON_SEND
3349
+ # uninitialized constant RuboCop::Cop::Lint::MissingSuper::LITERAL_REGEX
3350
+ # uninitialized constant RuboCop::Cop::Lint::MissingSuper::RESTRICT_ON_SEND
3351
+ # uninitialized constant RuboCop::Cop::Lint::MixedRegexpCaptureTypes::LITERAL_REGEX
3352
+ # uninitialized constant RuboCop::Cop::Lint::MixedRegexpCaptureTypes::RESTRICT_ON_SEND
3353
+ # uninitialized constant RuboCop::Cop::Lint::MultipleComparison::LITERAL_REGEX
3354
+ # uninitialized constant RuboCop::Cop::Lint::NestedMethodDefinition::LITERAL_REGEX
3355
+ # uninitialized constant RuboCop::Cop::Lint::NestedMethodDefinition::RESTRICT_ON_SEND
3356
+ # uninitialized constant RuboCop::Cop::Lint::NestedPercentLiteral::BYTE_ORDER_MARK
3357
+ # uninitialized constant RuboCop::Cop::Lint::NestedPercentLiteral::LITERAL_REGEX
3358
+ # uninitialized constant RuboCop::Cop::Lint::NestedPercentLiteral::RESTRICT_ON_SEND
3359
+ # uninitialized constant RuboCop::Cop::Lint::NextWithoutAccumulator::LITERAL_REGEX
3360
+ # uninitialized constant RuboCop::Cop::Lint::NextWithoutAccumulator::RESTRICT_ON_SEND
3361
+ # uninitialized constant RuboCop::Cop::Lint::NoReturnInBeginEndBlocks::LITERAL_REGEX
3362
+ # uninitialized constant RuboCop::Cop::Lint::NoReturnInBeginEndBlocks::RESTRICT_ON_SEND
3363
+ # uninitialized constant RuboCop::Cop::Lint::NonDeterministicRequireOrder::LITERAL_REGEX
3364
+ # uninitialized constant RuboCop::Cop::Lint::NonDeterministicRequireOrder::RESTRICT_ON_SEND
3365
+ # uninitialized constant RuboCop::Cop::Lint::NonLocalExitFromIterator::LITERAL_REGEX
3366
+ # uninitialized constant RuboCop::Cop::Lint::NonLocalExitFromIterator::RESTRICT_ON_SEND
3367
+ # uninitialized constant RuboCop::Cop::Lint::NumberConversion::LITERAL_REGEX
3368
+ # uninitialized constant RuboCop::Cop::Lint::OrderedMagicComments::FROZEN_STRING_LITERAL
3369
+ # Did you mean? RuboCop::Cop::FrozenStringLiteral
3370
+ # RuboCop::Cop::Lint::OrderedMagicComments::FROZEN_STRING_LITERAL_TYPES
3371
+ # uninitialized constant RuboCop::Cop::Lint::OrderedMagicComments::FROZEN_STRING_LITERAL_ENABLED
3372
+ # Did you mean? RuboCop::Cop::Lint::OrderedMagicComments::FROZEN_STRING_LITERAL_TYPES
3373
+ # uninitialized constant RuboCop::Cop::Lint::OrderedMagicComments::FROZEN_STRING_LITERAL_TYPES
3374
+ # Did you mean? RuboCop::Cop::Lint::OrderedMagicComments::FROZEN_STRING_LITERAL_ENABLED
3375
+ # uninitialized constant RuboCop::Cop::Lint::OrderedMagicComments::LITERAL_REGEX
3376
+ # uninitialized constant RuboCop::Cop::Lint::OrderedMagicComments::RESTRICT_ON_SEND
3377
+ # uninitialized constant RuboCop::Cop::Lint::OutOfRangeRegexpRef::LITERAL_REGEX
3378
+ # uninitialized constant RuboCop::Cop::Lint::ParenthesesAsGroupedExpression::BYTE_ORDER_MARK
3379
+ # uninitialized constant RuboCop::Cop::Lint::ParenthesesAsGroupedExpression::LITERAL_REGEX
3380
+ # uninitialized constant RuboCop::Cop::Lint::ParenthesesAsGroupedExpression::RESTRICT_ON_SEND
3381
+ # uninitialized constant RuboCop::Cop::Lint::PercentStringArray::BYTE_ORDER_MARK
3382
+ # uninitialized constant RuboCop::Cop::Lint::PercentStringArray::LITERAL_REGEX
3383
+ # uninitialized constant RuboCop::Cop::Lint::PercentStringArray::RESTRICT_ON_SEND
3384
+ # uninitialized constant RuboCop::Cop::Lint::PercentSymbolArray::BYTE_ORDER_MARK
3385
+ # uninitialized constant RuboCop::Cop::Lint::PercentSymbolArray::LITERAL_REGEX
3386
+ # uninitialized constant RuboCop::Cop::Lint::PercentSymbolArray::RESTRICT_ON_SEND
3387
+ # uninitialized constant RuboCop::Cop::Lint::RaiseException::LITERAL_REGEX
3388
+ # uninitialized constant RuboCop::Cop::Lint::RandOne::LITERAL_REGEX
3389
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopDisableDirective::BYTE_ORDER_MARK
3390
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopDisableDirective::LITERAL_REGEX
3391
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopDisableDirective::RESTRICT_ON_SEND
3392
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopEnableDirective::BYTE_ORDER_MARK
3393
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopEnableDirective::LITERAL_REGEX
3394
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopEnableDirective::NO_SPACE_COMMAND
3395
+ # Did you mean? RuboCop::Cop::Lint::RedundantCopEnableDirective::SPACE_COMMAND
3396
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopEnableDirective::RESTRICT_ON_SEND
3397
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopEnableDirective::SINGLE_SPACE_REGEXP
3398
+ # uninitialized constant RuboCop::Cop::Lint::RedundantCopEnableDirective::SPACE_COMMAND
3399
+ # Did you mean? RuboCop::Cop::Lint::RedundantCopEnableDirective::NO_SPACE_COMMAND
3400
+ # uninitialized constant RuboCop::Cop::Lint::RedundantRequireStatement::BYTE_ORDER_MARK
3401
+ # uninitialized constant RuboCop::Cop::Lint::RedundantRequireStatement::LITERAL_REGEX
3402
+ # uninitialized constant RuboCop::Cop::Lint::RedundantSafeNavigation::BYTE_ORDER_MARK
3403
+ # uninitialized constant RuboCop::Cop::Lint::RedundantSafeNavigation::LITERAL_REGEX
3404
+ # uninitialized constant RuboCop::Cop::Lint::RedundantSafeNavigation::RESTRICT_ON_SEND
3405
+ # uninitialized constant RuboCop::Cop::Lint::RedundantSplatExpansion::LITERAL_REGEX
3406
+ # uninitialized constant RuboCop::Cop::Lint::RedundantSplatExpansion::RESTRICT_ON_SEND
3407
+ # uninitialized constant RuboCop::Cop::Lint::RedundantStringCoercion::LITERAL_REGEX
3408
+ # uninitialized constant RuboCop::Cop::Lint::RedundantStringCoercion::RESTRICT_ON_SEND
3409
+ # uninitialized constant RuboCop::Cop::Lint::RedundantWithIndex::BYTE_ORDER_MARK
3410
+ # uninitialized constant RuboCop::Cop::Lint::RedundantWithIndex::LITERAL_REGEX
3411
+ # uninitialized constant RuboCop::Cop::Lint::RedundantWithIndex::RESTRICT_ON_SEND
3412
+ # uninitialized constant RuboCop::Cop::Lint::RedundantWithObject::BYTE_ORDER_MARK
3413
+ # uninitialized constant RuboCop::Cop::Lint::RedundantWithObject::LITERAL_REGEX
3414
+ # uninitialized constant RuboCop::Cop::Lint::RedundantWithObject::RESTRICT_ON_SEND
3415
+ # uninitialized constant RuboCop::Cop::Lint::RegexpAsCondition::LITERAL_REGEX
3416
+ # uninitialized constant RuboCop::Cop::Lint::RegexpAsCondition::RESTRICT_ON_SEND
3417
+ # uninitialized constant RuboCop::Cop::Lint::RequireParentheses::BYTE_ORDER_MARK
3418
+ # uninitialized constant RuboCop::Cop::Lint::RequireParentheses::LITERAL_REGEX
3419
+ # uninitialized constant RuboCop::Cop::Lint::RequireParentheses::RESTRICT_ON_SEND
3420
+ # uninitialized constant RuboCop::Cop::Lint::RescueException::LITERAL_REGEX
3421
+ # uninitialized constant RuboCop::Cop::Lint::RescueException::RESTRICT_ON_SEND
3422
+ # uninitialized constant RuboCop::Cop::Lint::RescueType::LITERAL_REGEX
3423
+ # uninitialized constant RuboCop::Cop::Lint::RescueType::RESTRICT_ON_SEND
3424
+ # uninitialized constant RuboCop::Cop::Lint::ReturnInVoidContext::LITERAL_REGEX
3425
+ # uninitialized constant RuboCop::Cop::Lint::ReturnInVoidContext::RESTRICT_ON_SEND
3426
+ # uninitialized constant RuboCop::Cop::Lint::SafeNavigationChain::LITERAL_REGEX
3427
+ # uninitialized constant RuboCop::Cop::Lint::SafeNavigationChain::RESTRICT_ON_SEND
3428
+ # uninitialized constant RuboCop::Cop::Lint::SafeNavigationConsistency::LITERAL_REGEX
3429
+ # uninitialized constant RuboCop::Cop::Lint::SafeNavigationConsistency::RESTRICT_ON_SEND
3430
+ # uninitialized constant RuboCop::Cop::Lint::SafeNavigationWithEmpty::LITERAL_REGEX
3431
+ # uninitialized constant RuboCop::Cop::Lint::SafeNavigationWithEmpty::RESTRICT_ON_SEND
3432
+ # uninitialized constant RuboCop::Cop::Lint::ScriptPermission::LITERAL_REGEX
3433
+ # uninitialized constant RuboCop::Cop::Lint::ScriptPermission::RESTRICT_ON_SEND
3434
+ # uninitialized constant RuboCop::Cop::Lint::SelfAssignment::LITERAL_REGEX
3435
+ # uninitialized constant RuboCop::Cop::Lint::SelfAssignment::RESTRICT_ON_SEND
3436
+ # uninitialized constant RuboCop::Cop::Lint::SendWithMixinArgument::BYTE_ORDER_MARK
3437
+ # uninitialized constant RuboCop::Cop::Lint::SendWithMixinArgument::LITERAL_REGEX
3438
+ # uninitialized constant RuboCop::Cop::Lint::ShadowedArgument::LITERAL_REGEX
3439
+ # uninitialized constant RuboCop::Cop::Lint::ShadowedArgument::RESTRICT_ON_SEND
3440
+ # uninitialized constant RuboCop::Cop::Lint::ShadowedException::BYTE_ORDER_MARK
3441
+ # uninitialized constant RuboCop::Cop::Lint::ShadowedException::LITERAL_REGEX
3442
+ # uninitialized constant RuboCop::Cop::Lint::ShadowedException::RESTRICT_ON_SEND
3443
+ # uninitialized constant RuboCop::Cop::Lint::ShadowingOuterLocalVariable::LITERAL_REGEX
3444
+ # uninitialized constant RuboCop::Cop::Lint::ShadowingOuterLocalVariable::RESTRICT_ON_SEND
3445
+ # uninitialized constant RuboCop::Cop::Lint::StructNewOverride::LITERAL_REGEX
3446
+ # uninitialized constant RuboCop::Cop::Lint::SuppressedException::LITERAL_REGEX
3447
+ # uninitialized constant RuboCop::Cop::Lint::SuppressedException::RESTRICT_ON_SEND
3448
+ # uninitialized constant RuboCop::Cop::Lint::ToEnumArguments::LITERAL_REGEX
3449
+ # uninitialized constant RuboCop::Cop::Lint::ToJSON::LITERAL_REGEX
3450
+ # uninitialized constant RuboCop::Cop::Lint::ToJSON::RESTRICT_ON_SEND
3451
+ # uninitialized constant RuboCop::Cop::Lint::TopLevelReturnWithArgument::LITERAL_REGEX
3452
+ # uninitialized constant RuboCop::Cop::Lint::TopLevelReturnWithArgument::RESTRICT_ON_SEND
3453
+ # uninitialized constant RuboCop::Cop::Lint::TrailingCommaInAttributeDeclaration::BYTE_ORDER_MARK
3454
+ # uninitialized constant RuboCop::Cop::Lint::TrailingCommaInAttributeDeclaration::LITERAL_REGEX
3455
+ # uninitialized constant RuboCop::Cop::Lint::TrailingCommaInAttributeDeclaration::RESTRICT_ON_SEND
3456
+ # uninitialized constant RuboCop::Cop::Lint::UnderscorePrefixedVariableName::LITERAL_REGEX
3457
+ # uninitialized constant RuboCop::Cop::Lint::UnderscorePrefixedVariableName::RESTRICT_ON_SEND
3458
+ # uninitialized constant RuboCop::Cop::Lint::UnifiedInteger::LITERAL_REGEX
3459
+ # uninitialized constant RuboCop::Cop::Lint::UnifiedInteger::RESTRICT_ON_SEND
3460
+ # uninitialized constant RuboCop::Cop::Lint::UnmodifiedReduceAccumulator::LITERAL_REGEX
3461
+ # uninitialized constant RuboCop::Cop::Lint::UnmodifiedReduceAccumulator::RESTRICT_ON_SEND
3462
+ # uninitialized constant RuboCop::Cop::Lint::UnreachableCode::LITERAL_REGEX
3463
+ # uninitialized constant RuboCop::Cop::Lint::UnreachableCode::RESTRICT_ON_SEND
3464
+ # uninitialized constant RuboCop::Cop::Lint::UnreachableLoop::LITERAL_REGEX
3465
+ # uninitialized constant RuboCop::Cop::Lint::UnreachableLoop::RESTRICT_ON_SEND
3466
+ # uninitialized constant RuboCop::Cop::Lint::UriEscapeUnescape::LITERAL_REGEX
3467
+ # uninitialized constant RuboCop::Cop::Lint::UriRegexp::LITERAL_REGEX
3468
+ # uninitialized constant RuboCop::Cop::Lint::UselessAccessModifier::BYTE_ORDER_MARK
3469
+ # uninitialized constant RuboCop::Cop::Lint::UselessAccessModifier::LITERAL_REGEX
3470
+ # uninitialized constant RuboCop::Cop::Lint::UselessAccessModifier::RESTRICT_ON_SEND
3471
+ # uninitialized constant RuboCop::Cop::Lint::UselessAssignment::LITERAL_REGEX
3472
+ # uninitialized constant RuboCop::Cop::Lint::UselessAssignment::RESTRICT_ON_SEND
3473
+ # uninitialized constant RuboCop::Cop::Lint::UselessElseWithoutRescue::LITERAL_REGEX
3474
+ # uninitialized constant RuboCop::Cop::Lint::UselessElseWithoutRescue::RESTRICT_ON_SEND
3475
+ # uninitialized constant RuboCop::Cop::Lint::UselessMethodDefinition::LITERAL_REGEX
3476
+ # uninitialized constant RuboCop::Cop::Lint::UselessMethodDefinition::RESTRICT_ON_SEND
3477
+ # uninitialized constant RuboCop::Cop::Lint::UselessSetterCall::LITERAL_REGEX
3478
+ # uninitialized constant RuboCop::Cop::Lint::UselessSetterCall::RESTRICT_ON_SEND
3479
+ # uninitialized constant RuboCop::Cop::Lint::UselessTimes::BYTE_ORDER_MARK
3480
+ # uninitialized constant RuboCop::Cop::Lint::UselessTimes::LITERAL_REGEX
3481
+ # uninitialized constant RuboCop::Cop::Lint::Void::LITERAL_REGEX
3482
+ # uninitialized constant RuboCop::Cop::Lint::Void::RESTRICT_ON_SEND
3483
+ # uninitialized constant RuboCop::Cop::Metrics::AbcSize::LITERAL_REGEX
3484
+ # uninitialized constant RuboCop::Cop::Metrics::AbcSize::RESTRICT_ON_SEND
3485
+ # uninitialized constant RuboCop::Cop::Metrics::BlockLength::LITERAL_REGEX
3486
+ # uninitialized constant RuboCop::Cop::Metrics::BlockLength::MSG
3487
+ # uninitialized constant RuboCop::Cop::Metrics::BlockLength::RESTRICT_ON_SEND
3488
+ # uninitialized constant RuboCop::Cop::Metrics::BlockNesting::LITERAL_REGEX
3489
+ # uninitialized constant RuboCop::Cop::Metrics::BlockNesting::RESTRICT_ON_SEND
3490
+ # uninitialized constant RuboCop::Cop::Metrics::CyclomaticComplexity::KNOWN_ITERATING_METHODS
3491
+ # uninitialized constant RuboCop::Cop::Metrics::CyclomaticComplexity::LITERAL_REGEX
3492
+ # uninitialized constant RuboCop::Cop::Metrics::CyclomaticComplexity::RESTRICT_ON_SEND
3493
+ # uninitialized constant RuboCop::Cop::Metrics::MethodLength::LITERAL_REGEX
3494
+ # uninitialized constant RuboCop::Cop::Metrics::MethodLength::MSG
3495
+ # uninitialized constant RuboCop::Cop::Metrics::MethodLength::RESTRICT_ON_SEND
3496
+ # uninitialized constant RuboCop::Cop::Metrics::ParameterLists::LITERAL_REGEX
3497
+ # uninitialized constant RuboCop::Cop::Metrics::ParameterLists::RESTRICT_ON_SEND
3498
+ # uninitialized constant RuboCop::Cop::Metrics::PerceivedComplexity::KNOWN_ITERATING_METHODS
3499
+ # uninitialized constant RuboCop::Cop::Metrics::PerceivedComplexity::LITERAL_REGEX
3500
+ # uninitialized constant RuboCop::Cop::Metrics::PerceivedComplexity::RESTRICT_ON_SEND
3501
+ # uninitialized constant RuboCop::Cop::Migration::DepartmentName::BYTE_ORDER_MARK
3502
+ # uninitialized constant RuboCop::Cop::Migration::DepartmentName::LITERAL_REGEX
3503
+ # uninitialized constant RuboCop::Cop::Migration::DepartmentName::RESTRICT_ON_SEND
3504
+ # uninitialized constant RuboCop::Cop::Naming::AccessorMethodName::LITERAL_REGEX
3505
+ # uninitialized constant RuboCop::Cop::Naming::AccessorMethodName::RESTRICT_ON_SEND
3506
+ # uninitialized constant RuboCop::Cop::Naming::AsciiIdentifiers::BYTE_ORDER_MARK
3507
+ # uninitialized constant RuboCop::Cop::Naming::AsciiIdentifiers::LITERAL_REGEX
3508
+ # uninitialized constant RuboCop::Cop::Naming::AsciiIdentifiers::RESTRICT_ON_SEND
3509
+ # uninitialized constant RuboCop::Cop::Naming::BinaryOperatorParameterName::LITERAL_REGEX
3510
+ # uninitialized constant RuboCop::Cop::Naming::BinaryOperatorParameterName::RESTRICT_ON_SEND
3511
+ # uninitialized constant RuboCop::Cop::Naming::ClassAndModuleCamelCase::LITERAL_REGEX
3512
+ # uninitialized constant RuboCop::Cop::Naming::ClassAndModuleCamelCase::RESTRICT_ON_SEND
3513
+ # uninitialized constant RuboCop::Cop::Naming::ConstantName::LITERAL_REGEX
3514
+ # uninitialized constant RuboCop::Cop::Naming::ConstantName::RESTRICT_ON_SEND
3515
+ # uninitialized constant RuboCop::Cop::Naming::FileName::BYTE_ORDER_MARK
3516
+ # uninitialized constant RuboCop::Cop::Naming::FileName::LITERAL_REGEX
3517
+ # uninitialized constant RuboCop::Cop::Naming::FileName::RESTRICT_ON_SEND
3518
+ # uninitialized constant RuboCop::Cop::Naming::HeredocDelimiterCase::LITERAL_REGEX
3519
+ # uninitialized constant RuboCop::Cop::Naming::HeredocDelimiterCase::OPENING_DELIMITER
3520
+ # uninitialized constant RuboCop::Cop::Naming::HeredocDelimiterCase::RESTRICT_ON_SEND
3521
+ # uninitialized constant RuboCop::Cop::Naming::HeredocDelimiterNaming::LITERAL_REGEX
3522
+ # uninitialized constant RuboCop::Cop::Naming::HeredocDelimiterNaming::OPENING_DELIMITER
3523
+ # uninitialized constant RuboCop::Cop::Naming::HeredocDelimiterNaming::RESTRICT_ON_SEND
3524
+ # uninitialized constant RuboCop::Cop::Naming::MemoizedInstanceVariableName::LITERAL_REGEX
3525
+ # uninitialized constant RuboCop::Cop::Naming::MemoizedInstanceVariableName::RESTRICT_ON_SEND
3526
+ # uninitialized constant RuboCop::Cop::Naming::MethodName::BYTE_ORDER_MARK
3527
+ # uninitialized constant RuboCop::Cop::Naming::MethodName::FORMATS
3528
+ # uninitialized constant RuboCop::Cop::Naming::MethodName::LITERAL_REGEX
3529
+ # uninitialized constant RuboCop::Cop::Naming::MethodName::RESTRICT_ON_SEND
3530
+ # uninitialized constant RuboCop::Cop::Naming::RescuedExceptionsVariableName::LITERAL_REGEX
3531
+ # uninitialized constant RuboCop::Cop::Naming::RescuedExceptionsVariableName::RESTRICT_ON_SEND
3532
+ # uninitialized constant RuboCop::Cop::Naming::VariableName::FORMATS
3533
+ # uninitialized constant RuboCop::Cop::Naming::VariableName::LITERAL_REGEX
3534
+ # uninitialized constant RuboCop::Cop::Naming::VariableName::RESTRICT_ON_SEND
3535
+ # uninitialized constant RuboCop::Cop::Naming::VariableNumber::FORMATS
3536
+ # uninitialized constant RuboCop::Cop::Naming::VariableNumber::LITERAL_REGEX
3537
+ # uninitialized constant RuboCop::Cop::Naming::VariableNumber::RESTRICT_ON_SEND
3538
+ # uninitialized constant RuboCop::Cop::Performance::AncestorsInclude::BYTE_ORDER_MARK
3539
+ # uninitialized constant RuboCop::Cop::Performance::AncestorsInclude::LITERAL_REGEX
3540
+ # uninitialized constant RuboCop::Cop::Performance::ArraySemiInfiniteRangeSlice::BYTE_ORDER_MARK
3541
+ # uninitialized constant RuboCop::Cop::Performance::ArraySemiInfiniteRangeSlice::LITERAL_REGEX
3542
+ # uninitialized constant RuboCop::Cop::Performance::BigDecimalWithNumericArgument::LITERAL_REGEX
3543
+ # uninitialized constant RuboCop::Cop::Performance::BindCall::BYTE_ORDER_MARK
3544
+ # uninitialized constant RuboCop::Cop::Performance::BindCall::LITERAL_REGEX
3545
+ # uninitialized constant RuboCop::Cop::Performance::BlockGivenWithExplicitBlock::LITERAL_REGEX
3546
+ # uninitialized constant RuboCop::Cop::Performance::Caller::LITERAL_REGEX
3547
+ # uninitialized constant RuboCop::Cop::Performance::Casecmp::LITERAL_REGEX
3548
+ # uninitialized constant RuboCop::Cop::Performance::ChainArrayAllocation::BYTE_ORDER_MARK
3549
+ # uninitialized constant RuboCop::Cop::Performance::ChainArrayAllocation::LITERAL_REGEX
3550
+ # uninitialized constant RuboCop::Cop::Performance::ChainArrayAllocation::RESTRICT_ON_SEND
3551
+ # uninitialized constant RuboCop::Cop::Performance::CollectionLiteralInLoop::LITERAL_REGEX
3552
+ # uninitialized constant RuboCop::Cop::Performance::CollectionLiteralInLoop::RESTRICT_ON_SEND
3553
+ # uninitialized constant RuboCop::Cop::Performance::ConstantRegexp::LITERAL_REGEX
3554
+ # uninitialized constant RuboCop::Cop::Performance::ConstantRegexp::RESTRICT_ON_SEND
3555
+ # uninitialized constant RuboCop::Cop::Performance::Count::BYTE_ORDER_MARK
3556
+ # uninitialized constant RuboCop::Cop::Performance::Count::LITERAL_REGEX
3557
+ # uninitialized constant RuboCop::Cop::Performance::DeletePrefix::LITERAL_REGEX
3558
+ # uninitialized constant RuboCop::Cop::Performance::DeleteSuffix::LITERAL_REGEX
3559
+ # uninitialized constant RuboCop::Cop::Performance::Detect::LITERAL_REGEX
3560
+ # uninitialized constant RuboCop::Cop::Performance::EndWith::LITERAL_REGEX
3561
+ # uninitialized constant RuboCop::Cop::Performance::FixedSize::LITERAL_REGEX
3562
+ # uninitialized constant RuboCop::Cop::Performance::FlatMap::BYTE_ORDER_MARK
3563
+ # uninitialized constant RuboCop::Cop::Performance::FlatMap::LITERAL_REGEX
3564
+ # uninitialized constant RuboCop::Cop::Performance::InefficientHashSearch::LITERAL_REGEX
3565
+ # uninitialized constant RuboCop::Cop::Performance::IoReadlines::BYTE_ORDER_MARK
3566
+ # uninitialized constant RuboCop::Cop::Performance::IoReadlines::LITERAL_REGEX
3567
+ # uninitialized constant RuboCop::Cop::Performance::MethodObjectAsBlock::LITERAL_REGEX
3568
+ # uninitialized constant RuboCop::Cop::Performance::MethodObjectAsBlock::RESTRICT_ON_SEND
3569
+ # uninitialized constant RuboCop::Cop::Performance::OpenStruct::LITERAL_REGEX
3570
+ # uninitialized constant RuboCop::Cop::Performance::RangeInclude::LITERAL_REGEX
3571
+ # uninitialized constant RuboCop::Cop::Performance::RedundantMatch::LITERAL_REGEX
3572
+ # uninitialized constant RuboCop::Cop::Performance::RedundantMerge::LITERAL_REGEX
3573
+ # uninitialized constant RuboCop::Cop::Performance::RedundantSortBlock::BYTE_ORDER_MARK
3574
+ # uninitialized constant RuboCop::Cop::Performance::RedundantSortBlock::LITERAL_REGEX
3575
+ # uninitialized constant RuboCop::Cop::Performance::RedundantSortBlock::RESTRICT_ON_SEND
3576
+ # uninitialized constant RuboCop::Cop::Performance::RedundantStringChars::BYTE_ORDER_MARK
3577
+ # uninitialized constant RuboCop::Cop::Performance::RedundantStringChars::LITERAL_REGEX
3578
+ # uninitialized constant RuboCop::Cop::Performance::ReverseEach::BYTE_ORDER_MARK
3579
+ # uninitialized constant RuboCop::Cop::Performance::ReverseEach::LITERAL_REGEX
3580
+ # uninitialized constant RuboCop::Cop::Performance::ReverseFirst::BYTE_ORDER_MARK
3581
+ # uninitialized constant RuboCop::Cop::Performance::ReverseFirst::LITERAL_REGEX
3582
+ # uninitialized constant RuboCop::Cop::Performance::Size::LITERAL_REGEX
3583
+ # uninitialized constant RuboCop::Cop::Performance::SortReverse::BYTE_ORDER_MARK
3584
+ # uninitialized constant RuboCop::Cop::Performance::SortReverse::LITERAL_REGEX
3585
+ # uninitialized constant RuboCop::Cop::Performance::SortReverse::RESTRICT_ON_SEND
3586
+ # uninitialized constant RuboCop::Cop::Performance::Squeeze::LITERAL_REGEX
3587
+ # uninitialized constant RuboCop::Cop::Performance::StartWith::LITERAL_REGEX
3588
+ # uninitialized constant RuboCop::Cop::Performance::StringInclude::LITERAL_REGEX
3589
+ # uninitialized constant RuboCop::Cop::Performance::StringReplacement::BYTE_ORDER_MARK
3590
+ # uninitialized constant RuboCop::Cop::Performance::StringReplacement::LITERAL_REGEX
3591
+ # uninitialized constant RuboCop::Cop::Performance::Sum::BYTE_ORDER_MARK
3592
+ # uninitialized constant RuboCop::Cop::Performance::Sum::LITERAL_REGEX
3593
+ # uninitialized constant RuboCop::Cop::Performance::TimesMap::LITERAL_REGEX
3594
+ # uninitialized constant RuboCop::Cop::Performance::UnfreezeString::LITERAL_REGEX
3595
+ # uninitialized constant RuboCop::Cop::Performance::UriDefaultParser::LITERAL_REGEX
3596
+ # uninitialized constant RuboCop::Cop::Security::Eval::LITERAL_REGEX
3597
+ # uninitialized constant RuboCop::Cop::Security::JSONLoad::LITERAL_REGEX
3598
+ # uninitialized constant RuboCop::Cop::Security::MarshalLoad::LITERAL_REGEX
3599
+ # uninitialized constant RuboCop::Cop::Security::Open::LITERAL_REGEX
3600
+ # uninitialized constant RuboCop::Cop::Security::YAMLLoad::LITERAL_REGEX
3601
+ # uninitialized constant RuboCop::Cop::SpaceBeforePunctuation::BYTE_ORDER_MARK
3602
+ # uninitialized constant RuboCop::Cop::Style::AccessModifierDeclarations::LITERAL_REGEX
3603
+ # uninitialized constant RuboCop::Cop::Style::AccessorGrouping::BYTE_ORDER_MARK
3604
+ # uninitialized constant RuboCop::Cop::Style::AccessorGrouping::LITERAL_REGEX
3605
+ # uninitialized constant RuboCop::Cop::Style::AccessorGrouping::RESTRICT_ON_SEND
3606
+ # uninitialized constant RuboCop::Cop::Style::AccessorGrouping::VISIBILITY_SCOPES
3607
+ # uninitialized constant RuboCop::Cop::Style::Alias::LITERAL_REGEX
3608
+ # uninitialized constant RuboCop::Cop::Style::AndOr::BYTE_ORDER_MARK
3609
+ # uninitialized constant RuboCop::Cop::Style::AndOr::LITERAL_REGEX
3610
+ # uninitialized constant RuboCop::Cop::Style::AndOr::RESTRICT_ON_SEND
3611
+ # uninitialized constant RuboCop::Cop::Style::ArgumentsForwarding::BYTE_ORDER_MARK
3612
+ # uninitialized constant RuboCop::Cop::Style::ArgumentsForwarding::LITERAL_REGEX
3613
+ # uninitialized constant RuboCop::Cop::Style::ArgumentsForwarding::RESTRICT_ON_SEND
3614
+ # uninitialized constant RuboCop::Cop::Style::ArrayCoercion::LITERAL_REGEX
3615
+ # uninitialized constant RuboCop::Cop::Style::ArrayCoercion::RESTRICT_ON_SEND
3616
+ # uninitialized constant RuboCop::Cop::Style::ArrayJoin::LITERAL_REGEX
3617
+ # uninitialized constant RuboCop::Cop::Style::AsciiComments::BYTE_ORDER_MARK
3618
+ # uninitialized constant RuboCop::Cop::Style::AsciiComments::LITERAL_REGEX
3619
+ # uninitialized constant RuboCop::Cop::Style::AsciiComments::RESTRICT_ON_SEND
3620
+ # uninitialized constant RuboCop::Cop::Style::Attr::BYTE_ORDER_MARK
3621
+ # uninitialized constant RuboCop::Cop::Style::Attr::LITERAL_REGEX
3622
+ # uninitialized constant RuboCop::Cop::Style::AutoResourceCleanup::LITERAL_REGEX
3623
+ # uninitialized constant RuboCop::Cop::Style::BarePercentLiterals::LITERAL_REGEX
3624
+ # uninitialized constant RuboCop::Cop::Style::BarePercentLiterals::RESTRICT_ON_SEND
3625
+ # uninitialized constant RuboCop::Cop::Style::BeginBlock::LITERAL_REGEX
3626
+ # uninitialized constant RuboCop::Cop::Style::BeginBlock::RESTRICT_ON_SEND
3627
+ # uninitialized constant RuboCop::Cop::Style::BisectedAttrAccessor::LITERAL_REGEX
3628
+ # uninitialized constant RuboCop::Cop::Style::BisectedAttrAccessor::RESTRICT_ON_SEND
3629
+ # uninitialized constant RuboCop::Cop::Style::BisectedAttrAccessor::VISIBILITY_SCOPES
3630
+ # uninitialized constant RuboCop::Cop::Style::BlockComments::BYTE_ORDER_MARK
3631
+ # uninitialized constant RuboCop::Cop::Style::BlockComments::LITERAL_REGEX
3632
+ # uninitialized constant RuboCop::Cop::Style::BlockComments::RESTRICT_ON_SEND
3633
+ # uninitialized constant RuboCop::Cop::Style::BlockDelimiters::LITERAL_REGEX
3634
+ # uninitialized constant RuboCop::Cop::Style::BlockDelimiters::RESTRICT_ON_SEND
3635
+ # uninitialized constant RuboCop::Cop::Style::CaseEquality::LITERAL_REGEX
3636
+ # uninitialized constant RuboCop::Cop::Style::CaseLikeIf::BYTE_ORDER_MARK
3637
+ # uninitialized constant RuboCop::Cop::Style::CaseLikeIf::LITERAL_REGEX
3638
+ # uninitialized constant RuboCop::Cop::Style::CaseLikeIf::RESTRICT_ON_SEND
3639
+ # uninitialized constant RuboCop::Cop::Style::CharacterLiteral::LITERAL_REGEX
3640
+ # uninitialized constant RuboCop::Cop::Style::CharacterLiteral::RESTRICT_ON_SEND
3641
+ # uninitialized constant RuboCop::Cop::Style::ClassAndModuleChildren::BYTE_ORDER_MARK
3642
+ # uninitialized constant RuboCop::Cop::Style::ClassAndModuleChildren::LITERAL_REGEX
3643
+ # uninitialized constant RuboCop::Cop::Style::ClassAndModuleChildren::RESTRICT_ON_SEND
3644
+ # uninitialized constant RuboCop::Cop::Style::ClassCheck::LITERAL_REGEX
3645
+ # uninitialized constant RuboCop::Cop::Style::ClassEqualityComparison::BYTE_ORDER_MARK
3646
+ # uninitialized constant RuboCop::Cop::Style::ClassEqualityComparison::LITERAL_REGEX
3647
+ # uninitialized constant RuboCop::Cop::Style::ClassMethods::LITERAL_REGEX
3648
+ # uninitialized constant RuboCop::Cop::Style::ClassMethods::RESTRICT_ON_SEND
3649
+ # uninitialized constant RuboCop::Cop::Style::ClassMethodsDefinitions::BYTE_ORDER_MARK
3650
+ # uninitialized constant RuboCop::Cop::Style::ClassMethodsDefinitions::LITERAL_REGEX
3651
+ # uninitialized constant RuboCop::Cop::Style::ClassMethodsDefinitions::RESTRICT_ON_SEND
3652
+ # uninitialized constant RuboCop::Cop::Style::ClassMethodsDefinitions::VISIBILITY_SCOPES
3653
+ # uninitialized constant RuboCop::Cop::Style::ClassVars::LITERAL_REGEX
3654
+ # uninitialized constant RuboCop::Cop::Style::CollectionCompact::BYTE_ORDER_MARK
3655
+ # uninitialized constant RuboCop::Cop::Style::CollectionCompact::LITERAL_REGEX
3656
+ # uninitialized constant RuboCop::Cop::Style::CollectionMethods::LITERAL_REGEX
3657
+ # uninitialized constant RuboCop::Cop::Style::CollectionMethods::RESTRICT_ON_SEND
3658
+ # uninitialized constant RuboCop::Cop::Style::ColonMethodCall::LITERAL_REGEX
3659
+ # uninitialized constant RuboCop::Cop::Style::ColonMethodCall::RESTRICT_ON_SEND
3660
+ # uninitialized constant RuboCop::Cop::Style::ColonMethodDefinition::LITERAL_REGEX
3661
+ # uninitialized constant RuboCop::Cop::Style::ColonMethodDefinition::RESTRICT_ON_SEND
3662
+ # uninitialized constant RuboCop::Cop::Style::CombinableLoops::LITERAL_REGEX
3663
+ # uninitialized constant RuboCop::Cop::Style::CombinableLoops::RESTRICT_ON_SEND
3664
+ # uninitialized constant RuboCop::Cop::Style::CommandLiteral::LITERAL_REGEX
3665
+ # uninitialized constant RuboCop::Cop::Style::CommandLiteral::RESTRICT_ON_SEND
3666
+ # uninitialized constant RuboCop::Cop::Style::CommentAnnotation::BYTE_ORDER_MARK
3667
+ # uninitialized constant RuboCop::Cop::Style::CommentAnnotation::LITERAL_REGEX
3668
+ # uninitialized constant RuboCop::Cop::Style::CommentAnnotation::RESTRICT_ON_SEND
3669
+ # uninitialized constant RuboCop::Cop::Style::CommentedKeyword::LITERAL_REGEX
3670
+ # uninitialized constant RuboCop::Cop::Style::CommentedKeyword::RESTRICT_ON_SEND
3671
+ # uninitialized constant RuboCop::Cop::Style::ConditionalAssignment::ALIGN_WITH
3672
+ # uninitialized constant RuboCop::Cop::Style::ConditionalAssignment::END_ALIGNMENT
3673
+ # uninitialized constant RuboCop::Cop::Style::ConditionalAssignment::EQUAL
3674
+ # uninitialized constant RuboCop::Cop::Style::ConditionalAssignment::KEYWORD
3675
+ # uninitialized constant RuboCop::Cop::Style::ConditionalAssignment::LITERAL_REGEX
3676
+ # uninitialized constant RuboCop::Cop::Style::ConditionalAssignment::RESTRICT_ON_SEND
3677
+ # uninitialized constant RuboCop::Cop::Style::ConstantVisibility::LITERAL_REGEX
3678
+ # uninitialized constant RuboCop::Cop::Style::ConstantVisibility::RESTRICT_ON_SEND
3679
+ # uninitialized constant RuboCop::Cop::Style::Copyright::BYTE_ORDER_MARK
3680
+ # uninitialized constant RuboCop::Cop::Style::Copyright::LITERAL_REGEX
3681
+ # uninitialized constant RuboCop::Cop::Style::Copyright::RESTRICT_ON_SEND
3682
+ # uninitialized constant RuboCop::Cop::Style::DateTime::LITERAL_REGEX
3683
+ # uninitialized constant RuboCop::Cop::Style::DateTime::RESTRICT_ON_SEND
3684
+ # uninitialized constant RuboCop::Cop::Style::DefWithParentheses::LITERAL_REGEX
3685
+ # uninitialized constant RuboCop::Cop::Style::DefWithParentheses::RESTRICT_ON_SEND
3686
+ # uninitialized constant RuboCop::Cop::Style::Dir::LITERAL_REGEX
3687
+ # uninitialized constant RuboCop::Cop::Style::DisableCopsWithinSourceCodeDirective::LITERAL_REGEX
3688
+ # uninitialized constant RuboCop::Cop::Style::DisableCopsWithinSourceCodeDirective::RESTRICT_ON_SEND
3689
+ # uninitialized constant RuboCop::Cop::Style::DocumentDynamicEvalDefinition::LITERAL_REGEX
3690
+ # uninitialized constant RuboCop::Cop::Style::Documentation::LITERAL_REGEX
3691
+ # uninitialized constant RuboCop::Cop::Style::Documentation::RESTRICT_ON_SEND
3692
+ # uninitialized constant RuboCop::Cop::Style::DocumentationMethod::LITERAL_REGEX
3693
+ # uninitialized constant RuboCop::Cop::Style::DocumentationMethod::NON_PUBLIC_MODIFIERS
3694
+ # uninitialized constant RuboCop::Cop::Style::DocumentationMethod::RESTRICT_ON_SEND
3695
+ # uninitialized constant RuboCop::Cop::Style::DoubleCopDisableDirective::LITERAL_REGEX
3696
+ # uninitialized constant RuboCop::Cop::Style::DoubleCopDisableDirective::RESTRICT_ON_SEND
3697
+ # uninitialized constant RuboCop::Cop::Style::DoubleNegation::LITERAL_REGEX
3698
+ # uninitialized constant RuboCop::Cop::Style::EachForSimpleLoop::LITERAL_REGEX
3699
+ # uninitialized constant RuboCop::Cop::Style::EachForSimpleLoop::RESTRICT_ON_SEND
3700
+ # uninitialized constant RuboCop::Cop::Style::EachWithObject::BYTE_ORDER_MARK
3701
+ # uninitialized constant RuboCop::Cop::Style::EachWithObject::LITERAL_REGEX
3702
+ # uninitialized constant RuboCop::Cop::Style::EachWithObject::RESTRICT_ON_SEND
3703
+ # uninitialized constant RuboCop::Cop::Style::EmptyBlockParameter::BYTE_ORDER_MARK
3704
+ # uninitialized constant RuboCop::Cop::Style::EmptyBlockParameter::LITERAL_REGEX
3705
+ # uninitialized constant RuboCop::Cop::Style::EmptyBlockParameter::RESTRICT_ON_SEND
3706
+ # uninitialized constant RuboCop::Cop::Style::EmptyCaseCondition::BYTE_ORDER_MARK
3707
+ # uninitialized constant RuboCop::Cop::Style::EmptyCaseCondition::LITERAL_REGEX
3708
+ # uninitialized constant RuboCop::Cop::Style::EmptyCaseCondition::RESTRICT_ON_SEND
3709
+ # uninitialized constant RuboCop::Cop::Style::EmptyElse::BYTE_ORDER_MARK
3710
+ # uninitialized constant RuboCop::Cop::Style::EmptyElse::LITERAL_REGEX
3711
+ # uninitialized constant RuboCop::Cop::Style::EmptyElse::RESTRICT_ON_SEND
3712
+ # uninitialized constant RuboCop::Cop::Style::EmptyLambdaParameter::BYTE_ORDER_MARK
3713
+ # uninitialized constant RuboCop::Cop::Style::EmptyLambdaParameter::LITERAL_REGEX
3714
+ # uninitialized constant RuboCop::Cop::Style::EmptyLambdaParameter::RESTRICT_ON_SEND
3715
+ # uninitialized constant RuboCop::Cop::Style::EmptyLiteral::BYTE_ORDER_MARK
3716
+ # uninitialized constant RuboCop::Cop::Style::EmptyLiteral::FROZEN_STRING_LITERAL
3717
+ # Did you mean? RuboCop::Cop::FrozenStringLiteral
3718
+ # RuboCop::Cop::Style::EmptyLiteral::FROZEN_STRING_LITERAL_TYPES
3719
+ # uninitialized constant RuboCop::Cop::Style::EmptyLiteral::FROZEN_STRING_LITERAL_ENABLED
3720
+ # Did you mean? RuboCop::Cop::Style::EmptyLiteral::FROZEN_STRING_LITERAL_TYPES
3721
+ # uninitialized constant RuboCop::Cop::Style::EmptyLiteral::FROZEN_STRING_LITERAL_TYPES
3722
+ # Did you mean? RuboCop::Cop::Style::EmptyLiteral::FROZEN_STRING_LITERAL_ENABLED
3723
+ # uninitialized constant RuboCop::Cop::Style::EmptyLiteral::LITERAL_REGEX
3724
+ # uninitialized constant RuboCop::Cop::Style::EmptyMethod::LITERAL_REGEX
3725
+ # uninitialized constant RuboCop::Cop::Style::EmptyMethod::RESTRICT_ON_SEND
3726
+ # uninitialized constant RuboCop::Cop::Style::Encoding::BYTE_ORDER_MARK
3727
+ # uninitialized constant RuboCop::Cop::Style::Encoding::LITERAL_REGEX
3728
+ # uninitialized constant RuboCop::Cop::Style::Encoding::RESTRICT_ON_SEND
3729
+ # uninitialized constant RuboCop::Cop::Style::EndBlock::LITERAL_REGEX
3730
+ # uninitialized constant RuboCop::Cop::Style::EndBlock::RESTRICT_ON_SEND
3731
+ # uninitialized constant RuboCop::Cop::Style::EvalWithLocation::LITERAL_REGEX
3732
+ # uninitialized constant RuboCop::Cop::Style::EvenOdd::LITERAL_REGEX
3733
+ # uninitialized constant RuboCop::Cop::Style::ExpandPathArguments::BYTE_ORDER_MARK
3734
+ # uninitialized constant RuboCop::Cop::Style::ExpandPathArguments::LITERAL_REGEX
3735
+ # uninitialized constant RuboCop::Cop::Style::ExplicitBlockArgument::BYTE_ORDER_MARK
3736
+ # uninitialized constant RuboCop::Cop::Style::ExplicitBlockArgument::LITERAL_REGEX
3737
+ # uninitialized constant RuboCop::Cop::Style::ExplicitBlockArgument::RESTRICT_ON_SEND
3738
+ # uninitialized constant RuboCop::Cop::Style::ExponentialNotation::LITERAL_REGEX
3739
+ # uninitialized constant RuboCop::Cop::Style::ExponentialNotation::RESTRICT_ON_SEND
3740
+ # uninitialized constant RuboCop::Cop::Style::FloatDivision::LITERAL_REGEX
3741
+ # uninitialized constant RuboCop::Cop::Style::For::BYTE_ORDER_MARK
3742
+ # uninitialized constant RuboCop::Cop::Style::For::LITERAL_REGEX
3743
+ # uninitialized constant RuboCop::Cop::Style::For::RESTRICT_ON_SEND
3744
+ # uninitialized constant RuboCop::Cop::Style::FormatString::LITERAL_REGEX
3745
+ # uninitialized constant RuboCop::Cop::Style::FrozenStringLiteralComment::BYTE_ORDER_MARK
3746
+ # uninitialized constant RuboCop::Cop::Style::FrozenStringLiteralComment::FROZEN_STRING_LITERAL
3747
+ # Did you mean? RuboCop::Cop::FrozenStringLiteral
3748
+ # RuboCop::Cop::Style::FrozenStringLiteralComment::FROZEN_STRING_LITERAL_TYPES
3749
+ # uninitialized constant RuboCop::Cop::Style::FrozenStringLiteralComment::FROZEN_STRING_LITERAL_ENABLED
3750
+ # Did you mean? RuboCop::Cop::Style::FrozenStringLiteralComment::FROZEN_STRING_LITERAL_TYPES
3751
+ # uninitialized constant RuboCop::Cop::Style::FrozenStringLiteralComment::FROZEN_STRING_LITERAL_TYPES
3752
+ # Did you mean? RuboCop::Cop::Style::FrozenStringLiteralComment::FROZEN_STRING_LITERAL_ENABLED
3753
+ # uninitialized constant RuboCop::Cop::Style::FrozenStringLiteralComment::LITERAL_REGEX
3754
+ # uninitialized constant RuboCop::Cop::Style::FrozenStringLiteralComment::RESTRICT_ON_SEND
3755
+ # uninitialized constant RuboCop::Cop::Style::GlobalStdStream::LITERAL_REGEX
3756
+ # uninitialized constant RuboCop::Cop::Style::GlobalStdStream::RESTRICT_ON_SEND
3757
+ # uninitialized constant RuboCop::Cop::Style::GlobalVars::LITERAL_REGEX
3758
+ # uninitialized constant RuboCop::Cop::Style::GlobalVars::RESTRICT_ON_SEND
3759
+ # uninitialized constant RuboCop::Cop::Style::GuardClause::LITERAL_REGEX
3760
+ # uninitialized constant RuboCop::Cop::Style::GuardClause::RESTRICT_ON_SEND
3761
+ # uninitialized constant RuboCop::Cop::Style::HashEachMethods::LITERAL_REGEX
3762
+ # uninitialized constant RuboCop::Cop::Style::HashEachMethods::RESTRICT_ON_SEND
3763
+ # uninitialized constant RuboCop::Cop::Style::HashLikeCase::LITERAL_REGEX
3764
+ # uninitialized constant RuboCop::Cop::Style::HashLikeCase::RESTRICT_ON_SEND
3765
+ # uninitialized constant RuboCop::Cop::Style::HashSyntax::BYTE_ORDER_MARK
3766
+ # uninitialized constant RuboCop::Cop::Style::HashSyntax::LITERAL_REGEX
3767
+ # uninitialized constant RuboCop::Cop::Style::HashSyntax::RESTRICT_ON_SEND
3768
+ # uninitialized constant RuboCop::Cop::Style::IdenticalConditionalBranches::LITERAL_REGEX
3769
+ # uninitialized constant RuboCop::Cop::Style::IdenticalConditionalBranches::RESTRICT_ON_SEND
3770
+ # uninitialized constant RuboCop::Cop::Style::IfInsideElse::BYTE_ORDER_MARK
3771
+ # uninitialized constant RuboCop::Cop::Style::IfInsideElse::LITERAL_REGEX
3772
+ # uninitialized constant RuboCop::Cop::Style::IfInsideElse::RESTRICT_ON_SEND
3773
+ # uninitialized constant RuboCop::Cop::Style::IfUnlessModifier::LITERAL_REGEX
3774
+ # uninitialized constant RuboCop::Cop::Style::IfUnlessModifier::RESTRICT_ON_SEND
3775
+ # uninitialized constant RuboCop::Cop::Style::IfUnlessModifierOfIfUnless::LITERAL_REGEX
3776
+ # uninitialized constant RuboCop::Cop::Style::IfUnlessModifierOfIfUnless::RESTRICT_ON_SEND
3777
+ # uninitialized constant RuboCop::Cop::Style::IfWithSemicolon::LITERAL_REGEX
3778
+ # uninitialized constant RuboCop::Cop::Style::IfWithSemicolon::RESTRICT_ON_SEND
3779
+ # uninitialized constant RuboCop::Cop::Style::ImplicitRuntimeError::LITERAL_REGEX
3780
+ # uninitialized constant RuboCop::Cop::Style::InfiniteLoop::LITERAL_REGEX
3781
+ # uninitialized constant RuboCop::Cop::Style::InfiniteLoop::RESTRICT_ON_SEND
3782
+ # uninitialized constant RuboCop::Cop::Style::InlineComment::LITERAL_REGEX
3783
+ # uninitialized constant RuboCop::Cop::Style::InlineComment::RESTRICT_ON_SEND
3784
+ # uninitialized constant RuboCop::Cop::Style::InverseMethods::BYTE_ORDER_MARK
3785
+ # uninitialized constant RuboCop::Cop::Style::InverseMethods::LITERAL_REGEX
3786
+ # uninitialized constant RuboCop::Cop::Style::InverseMethods::RESTRICT_ON_SEND
3787
+ # uninitialized constant RuboCop::Cop::Style::IpAddresses::LITERAL_REGEX
3788
+ # uninitialized constant RuboCop::Cop::Style::IpAddresses::RESTRICT_ON_SEND
3789
+ # uninitialized constant RuboCop::Cop::Style::KeywordParametersOrder::BYTE_ORDER_MARK
3790
+ # uninitialized constant RuboCop::Cop::Style::KeywordParametersOrder::LITERAL_REGEX
3791
+ # uninitialized constant RuboCop::Cop::Style::KeywordParametersOrder::RESTRICT_ON_SEND
3792
+ # uninitialized constant RuboCop::Cop::Style::Lambda::LITERAL_REGEX
3793
+ # uninitialized constant RuboCop::Cop::Style::Lambda::RESTRICT_ON_SEND
3794
+ # uninitialized constant RuboCop::Cop::Style::LambdaCall::LITERAL_REGEX
3795
+ # uninitialized constant RuboCop::Cop::Style::LineEndConcatenation::BYTE_ORDER_MARK
3796
+ # uninitialized constant RuboCop::Cop::Style::LineEndConcatenation::LITERAL_REGEX
3797
+ # uninitialized constant RuboCop::Cop::Style::LineEndConcatenation::RESTRICT_ON_SEND
3798
+ # uninitialized constant RuboCop::Cop::Style::MethodCallWithoutArgsParentheses::LITERAL_REGEX
3799
+ # uninitialized constant RuboCop::Cop::Style::MethodCallWithoutArgsParentheses::RESTRICT_ON_SEND
3800
+ # uninitialized constant RuboCop::Cop::Style::MethodCalledOnDoEndBlock::BYTE_ORDER_MARK
3801
+ # uninitialized constant RuboCop::Cop::Style::MethodCalledOnDoEndBlock::LITERAL_REGEX
3802
+ # uninitialized constant RuboCop::Cop::Style::MethodCalledOnDoEndBlock::RESTRICT_ON_SEND
3803
+ # uninitialized constant RuboCop::Cop::Style::MethodDefParentheses::BYTE_ORDER_MARK
3804
+ # uninitialized constant RuboCop::Cop::Style::MethodDefParentheses::LITERAL_REGEX
3805
+ # uninitialized constant RuboCop::Cop::Style::MethodDefParentheses::RESTRICT_ON_SEND
3806
+ # uninitialized constant RuboCop::Cop::Style::MinMax::LITERAL_REGEX
3807
+ # uninitialized constant RuboCop::Cop::Style::MinMax::RESTRICT_ON_SEND
3808
+ # uninitialized constant RuboCop::Cop::Style::MissingElse::LITERAL_REGEX
3809
+ # uninitialized constant RuboCop::Cop::Style::MissingElse::RESTRICT_ON_SEND
3810
+ # uninitialized constant RuboCop::Cop::Style::MissingRespondToMissing::LITERAL_REGEX
3811
+ # uninitialized constant RuboCop::Cop::Style::MissingRespondToMissing::RESTRICT_ON_SEND
3812
+ # uninitialized constant RuboCop::Cop::Style::MixinGrouping::LITERAL_REGEX
3813
+ # uninitialized constant RuboCop::Cop::Style::MixinGrouping::RESTRICT_ON_SEND
3814
+ # uninitialized constant RuboCop::Cop::Style::MixinUsage::LITERAL_REGEX
3815
+ # uninitialized constant RuboCop::Cop::Style::ModuleFunction::LITERAL_REGEX
3816
+ # uninitialized constant RuboCop::Cop::Style::ModuleFunction::RESTRICT_ON_SEND
3817
+ # uninitialized constant RuboCop::Cop::Style::MultilineBlockChain::BYTE_ORDER_MARK
3818
+ # uninitialized constant RuboCop::Cop::Style::MultilineBlockChain::LITERAL_REGEX
3819
+ # uninitialized constant RuboCop::Cop::Style::MultilineBlockChain::RESTRICT_ON_SEND
3820
+ # uninitialized constant RuboCop::Cop::Style::MultilineIfModifier::LITERAL_REGEX
3821
+ # uninitialized constant RuboCop::Cop::Style::MultilineIfModifier::RESTRICT_ON_SEND
3822
+ # uninitialized constant RuboCop::Cop::Style::MultilineIfModifier::SPACE
3823
+ # uninitialized constant RuboCop::Cop::Style::MultilineIfThen::BYTE_ORDER_MARK
3824
+ # uninitialized constant RuboCop::Cop::Style::MultilineIfThen::LITERAL_REGEX
3825
+ # uninitialized constant RuboCop::Cop::Style::MultilineIfThen::RESTRICT_ON_SEND
3826
+ # uninitialized constant RuboCop::Cop::Style::MultilineMemoization::LITERAL_REGEX
3827
+ # uninitialized constant RuboCop::Cop::Style::MultilineMemoization::RESTRICT_ON_SEND
3828
+ # uninitialized constant RuboCop::Cop::Style::MultilineMethodSignature::LITERAL_REGEX
3829
+ # uninitialized constant RuboCop::Cop::Style::MultilineMethodSignature::RESTRICT_ON_SEND
3830
+ # uninitialized constant RuboCop::Cop::Style::MultilineTernaryOperator::LITERAL_REGEX
3831
+ # uninitialized constant RuboCop::Cop::Style::MultilineTernaryOperator::RESTRICT_ON_SEND
3832
+ # uninitialized constant RuboCop::Cop::Style::MultilineWhenThen::BYTE_ORDER_MARK
3833
+ # uninitialized constant RuboCop::Cop::Style::MultilineWhenThen::LITERAL_REGEX
3834
+ # uninitialized constant RuboCop::Cop::Style::MultilineWhenThen::RESTRICT_ON_SEND
3835
+ # uninitialized constant RuboCop::Cop::Style::MultipleComparison::LITERAL_REGEX
3836
+ # uninitialized constant RuboCop::Cop::Style::MultipleComparison::RESTRICT_ON_SEND
3837
+ # uninitialized constant RuboCop::Cop::Style::MutableConstant::FROZEN_STRING_LITERAL
3838
+ # Did you mean? RuboCop::Cop::FrozenStringLiteral
3839
+ # RuboCop::Cop::Style::MutableConstant::FROZEN_STRING_LITERAL_TYPES
3840
+ # uninitialized constant RuboCop::Cop::Style::MutableConstant::FROZEN_STRING_LITERAL_ENABLED
3841
+ # Did you mean? RuboCop::Cop::Style::MutableConstant::FROZEN_STRING_LITERAL_TYPES
3842
+ # uninitialized constant RuboCop::Cop::Style::MutableConstant::FROZEN_STRING_LITERAL_TYPES
3843
+ # Did you mean? RuboCop::Cop::Style::MutableConstant::FROZEN_STRING_LITERAL_ENABLED
3844
+ # uninitialized constant RuboCop::Cop::Style::MutableConstant::LITERAL_REGEX
3845
+ # uninitialized constant RuboCop::Cop::Style::MutableConstant::RESTRICT_ON_SEND
3846
+ # uninitialized constant RuboCop::Cop::Style::NegatedIfElseCondition::BYTE_ORDER_MARK
3847
+ # uninitialized constant RuboCop::Cop::Style::NegatedIfElseCondition::LITERAL_REGEX
3848
+ # uninitialized constant RuboCop::Cop::Style::NegatedIfElseCondition::RESTRICT_ON_SEND
3849
+ # uninitialized constant RuboCop::Cop::Style::NestedModifier::BYTE_ORDER_MARK
3850
+ # uninitialized constant RuboCop::Cop::Style::NestedModifier::LITERAL_REGEX
3851
+ # uninitialized constant RuboCop::Cop::Style::NestedModifier::RESTRICT_ON_SEND
3852
+ # uninitialized constant RuboCop::Cop::Style::NestedParenthesizedCalls::BYTE_ORDER_MARK
3853
+ # uninitialized constant RuboCop::Cop::Style::NestedParenthesizedCalls::LITERAL_REGEX
3854
+ # uninitialized constant RuboCop::Cop::Style::NestedParenthesizedCalls::RESTRICT_ON_SEND
3855
+ # uninitialized constant RuboCop::Cop::Style::NestedTernaryOperator::LITERAL_REGEX
3856
+ # uninitialized constant RuboCop::Cop::Style::NestedTernaryOperator::RESTRICT_ON_SEND
3857
+ # uninitialized constant RuboCop::Cop::Style::Next::BYTE_ORDER_MARK
3858
+ # uninitialized constant RuboCop::Cop::Style::Next::LITERAL_REGEX
3859
+ # uninitialized constant RuboCop::Cop::Style::Next::RESTRICT_ON_SEND
3860
+ # uninitialized constant RuboCop::Cop::Style::NilComparison::LITERAL_REGEX
3861
+ # uninitialized constant RuboCop::Cop::Style::NilLambda::BYTE_ORDER_MARK
3862
+ # uninitialized constant RuboCop::Cop::Style::NilLambda::LITERAL_REGEX
3863
+ # uninitialized constant RuboCop::Cop::Style::NilLambda::RESTRICT_ON_SEND
3864
+ # uninitialized constant RuboCop::Cop::Style::NonNilCheck::LITERAL_REGEX
3865
+ # uninitialized constant RuboCop::Cop::Style::Not::BYTE_ORDER_MARK
3866
+ # uninitialized constant RuboCop::Cop::Style::Not::LITERAL_REGEX
3867
+ # uninitialized constant RuboCop::Cop::Style::NumericLiteralPrefix::LITERAL_REGEX
3868
+ # uninitialized constant RuboCop::Cop::Style::NumericLiteralPrefix::RESTRICT_ON_SEND
3869
+ # uninitialized constant RuboCop::Cop::Style::NumericLiterals::LITERAL_REGEX
3870
+ # uninitialized constant RuboCop::Cop::Style::NumericLiterals::RESTRICT_ON_SEND
3871
+ # uninitialized constant RuboCop::Cop::Style::NumericPredicate::LITERAL_REGEX
3872
+ # uninitialized constant RuboCop::Cop::Style::OneLineConditional::LITERAL_REGEX
3873
+ # uninitialized constant RuboCop::Cop::Style::OneLineConditional::RESTRICT_ON_SEND
3874
+ # uninitialized constant RuboCop::Cop::Style::OptionHash::LITERAL_REGEX
3875
+ # uninitialized constant RuboCop::Cop::Style::OptionHash::RESTRICT_ON_SEND
3876
+ # uninitialized constant RuboCop::Cop::Style::OptionalArguments::LITERAL_REGEX
3877
+ # uninitialized constant RuboCop::Cop::Style::OptionalArguments::RESTRICT_ON_SEND
3878
+ # uninitialized constant RuboCop::Cop::Style::OptionalBooleanParameter::LITERAL_REGEX
3879
+ # uninitialized constant RuboCop::Cop::Style::OptionalBooleanParameter::RESTRICT_ON_SEND
3880
+ # uninitialized constant RuboCop::Cop::Style::OrAssignment::LITERAL_REGEX
3881
+ # uninitialized constant RuboCop::Cop::Style::OrAssignment::RESTRICT_ON_SEND
3882
+ # uninitialized constant RuboCop::Cop::Style::ParallelAssignment::LITERAL_REGEX
3883
+ # uninitialized constant RuboCop::Cop::Style::ParallelAssignment::RESTRICT_ON_SEND
3884
+ # uninitialized constant RuboCop::Cop::Style::PercentQLiterals::BYTE_ORDER_MARK
3885
+ # uninitialized constant RuboCop::Cop::Style::PercentQLiterals::LITERAL_REGEX
3886
+ # uninitialized constant RuboCop::Cop::Style::PercentQLiterals::RESTRICT_ON_SEND
3887
+ # uninitialized constant RuboCop::Cop::Style::PerlBackrefs::LITERAL_REGEX
3888
+ # uninitialized constant RuboCop::Cop::Style::PerlBackrefs::RESTRICT_ON_SEND
3889
+ # uninitialized constant RuboCop::Cop::Style::PreferredHashMethods::LITERAL_REGEX
3890
+ # uninitialized constant RuboCop::Cop::Style::Proc::LITERAL_REGEX
3891
+ # uninitialized constant RuboCop::Cop::Style::Proc::RESTRICT_ON_SEND
3892
+ # uninitialized constant RuboCop::Cop::Style::RaiseArgs::LITERAL_REGEX
3893
+ # uninitialized constant RuboCop::Cop::Style::RandomWithOffset::LITERAL_REGEX
3894
+ # uninitialized constant RuboCop::Cop::Style::RedundantArgument::LITERAL_REGEX
3895
+ # uninitialized constant RuboCop::Cop::Style::RedundantArgument::RESTRICT_ON_SEND
3896
+ # uninitialized constant RuboCop::Cop::Style::RedundantAssignment::LITERAL_REGEX
3897
+ # uninitialized constant RuboCop::Cop::Style::RedundantAssignment::RESTRICT_ON_SEND
3898
+ # uninitialized constant RuboCop::Cop::Style::RedundantBegin::LITERAL_REGEX
3899
+ # uninitialized constant RuboCop::Cop::Style::RedundantBegin::RESTRICT_ON_SEND
3900
+ # uninitialized constant RuboCop::Cop::Style::RedundantCapitalW::BYTE_ORDER_MARK
3901
+ # uninitialized constant RuboCop::Cop::Style::RedundantCapitalW::LITERAL_REGEX
3902
+ # uninitialized constant RuboCop::Cop::Style::RedundantCapitalW::RESTRICT_ON_SEND
3903
+ # uninitialized constant RuboCop::Cop::Style::RedundantCondition::BYTE_ORDER_MARK
3904
+ # uninitialized constant RuboCop::Cop::Style::RedundantCondition::LITERAL_REGEX
3905
+ # uninitialized constant RuboCop::Cop::Style::RedundantCondition::RESTRICT_ON_SEND
3906
+ # uninitialized constant RuboCop::Cop::Style::RedundantConditional::LITERAL_REGEX
3907
+ # uninitialized constant RuboCop::Cop::Style::RedundantConditional::RESTRICT_ON_SEND
3908
+ # uninitialized constant RuboCop::Cop::Style::RedundantConditional::SPACE
3909
+ # uninitialized constant RuboCop::Cop::Style::RedundantException::LITERAL_REGEX
3910
+ # uninitialized constant RuboCop::Cop::Style::RedundantFetchBlock::BYTE_ORDER_MARK
3911
+ # uninitialized constant RuboCop::Cop::Style::RedundantFetchBlock::FROZEN_STRING_LITERAL
3912
+ # Did you mean? RuboCop::Cop::FrozenStringLiteral
3913
+ # RuboCop::Cop::Style::RedundantFetchBlock::FROZEN_STRING_LITERAL_TYPES
3914
+ # uninitialized constant RuboCop::Cop::Style::RedundantFetchBlock::FROZEN_STRING_LITERAL_ENABLED
3915
+ # Did you mean? RuboCop::Cop::Style::RedundantFetchBlock::FROZEN_STRING_LITERAL_TYPES
3916
+ # uninitialized constant RuboCop::Cop::Style::RedundantFetchBlock::FROZEN_STRING_LITERAL_TYPES
3917
+ # Did you mean? RuboCop::Cop::Style::RedundantFetchBlock::FROZEN_STRING_LITERAL_ENABLED
3918
+ # uninitialized constant RuboCop::Cop::Style::RedundantFetchBlock::LITERAL_REGEX
3919
+ # uninitialized constant RuboCop::Cop::Style::RedundantFetchBlock::RESTRICT_ON_SEND
3920
+ # uninitialized constant RuboCop::Cop::Style::RedundantFileExtensionInRequire::LITERAL_REGEX
3921
+ # uninitialized constant RuboCop::Cop::Style::RedundantFreeze::FROZEN_STRING_LITERAL
3922
+ # Did you mean? RuboCop::Cop::FrozenStringLiteral
3923
+ # RuboCop::Cop::Style::RedundantFreeze::FROZEN_STRING_LITERAL_TYPES
3924
+ # uninitialized constant RuboCop::Cop::Style::RedundantFreeze::FROZEN_STRING_LITERAL_ENABLED
3925
+ # Did you mean? RuboCop::Cop::Style::RedundantFreeze::FROZEN_STRING_LITERAL_TYPES
3926
+ # uninitialized constant RuboCop::Cop::Style::RedundantFreeze::FROZEN_STRING_LITERAL_TYPES
3927
+ # Did you mean? RuboCop::Cop::Style::RedundantFreeze::FROZEN_STRING_LITERAL_ENABLED
3928
+ # uninitialized constant RuboCop::Cop::Style::RedundantFreeze::LITERAL_REGEX
3929
+ # uninitialized constant RuboCop::Cop::Style::RedundantInterpolation::BYTE_ORDER_MARK
3930
+ # uninitialized constant RuboCop::Cop::Style::RedundantInterpolation::LITERAL_REGEX
3931
+ # uninitialized constant RuboCop::Cop::Style::RedundantInterpolation::RESTRICT_ON_SEND
3932
+ # uninitialized constant RuboCop::Cop::Style::RedundantPercentQ::LITERAL_REGEX
3933
+ # uninitialized constant RuboCop::Cop::Style::RedundantPercentQ::RESTRICT_ON_SEND
3934
+ # uninitialized constant RuboCop::Cop::Style::RedundantRegexpCharacterClass::LITERAL_REGEX
3935
+ # uninitialized constant RuboCop::Cop::Style::RedundantRegexpCharacterClass::RESTRICT_ON_SEND
3936
+ # uninitialized constant RuboCop::Cop::Style::RedundantRegexpEscape::BYTE_ORDER_MARK
3937
+ # uninitialized constant RuboCop::Cop::Style::RedundantRegexpEscape::LITERAL_REGEX
3938
+ # uninitialized constant RuboCop::Cop::Style::RedundantRegexpEscape::RESTRICT_ON_SEND
3939
+ # uninitialized constant RuboCop::Cop::Style::RedundantReturn::BYTE_ORDER_MARK
3940
+ # uninitialized constant RuboCop::Cop::Style::RedundantReturn::LITERAL_REGEX
3941
+ # uninitialized constant RuboCop::Cop::Style::RedundantReturn::RESTRICT_ON_SEND
3942
+ # uninitialized constant RuboCop::Cop::Style::RedundantSelf::LITERAL_REGEX
3943
+ # uninitialized constant RuboCop::Cop::Style::RedundantSelf::RESTRICT_ON_SEND
3944
+ # uninitialized constant RuboCop::Cop::Style::RedundantSelfAssignment::BYTE_ORDER_MARK
3945
+ # uninitialized constant RuboCop::Cop::Style::RedundantSelfAssignment::LITERAL_REGEX
3946
+ # uninitialized constant RuboCop::Cop::Style::RedundantSelfAssignment::RESTRICT_ON_SEND
3947
+ # uninitialized constant RuboCop::Cop::Style::RedundantSort::BYTE_ORDER_MARK
3948
+ # uninitialized constant RuboCop::Cop::Style::RedundantSort::LITERAL_REGEX
3949
+ # uninitialized constant RuboCop::Cop::Style::RedundantSortBy::BYTE_ORDER_MARK
3950
+ # uninitialized constant RuboCop::Cop::Style::RedundantSortBy::LITERAL_REGEX
3951
+ # uninitialized constant RuboCop::Cop::Style::RedundantSortBy::RESTRICT_ON_SEND
3952
+ # uninitialized constant RuboCop::Cop::Style::RegexpLiteral::BYTE_ORDER_MARK
3953
+ # uninitialized constant RuboCop::Cop::Style::RegexpLiteral::LITERAL_REGEX
3954
+ # uninitialized constant RuboCop::Cop::Style::RegexpLiteral::RESTRICT_ON_SEND
3955
+ # uninitialized constant RuboCop::Cop::Style::RescueModifier::LITERAL_REGEX
3956
+ # uninitialized constant RuboCop::Cop::Style::RescueModifier::RESTRICT_ON_SEND
3957
+ # uninitialized constant RuboCop::Cop::Style::RescueModifier::SPACE
3958
+ # uninitialized constant RuboCop::Cop::Style::RescueStandardError::BYTE_ORDER_MARK
3959
+ # uninitialized constant RuboCop::Cop::Style::RescueStandardError::LITERAL_REGEX
3960
+ # uninitialized constant RuboCop::Cop::Style::RescueStandardError::RESTRICT_ON_SEND
3961
+ # uninitialized constant RuboCop::Cop::Style::ReturnNil::LITERAL_REGEX
3962
+ # uninitialized constant RuboCop::Cop::Style::ReturnNil::RESTRICT_ON_SEND
3963
+ # uninitialized constant RuboCop::Cop::Style::SafeNavigation::BYTE_ORDER_MARK
3964
+ # uninitialized constant RuboCop::Cop::Style::SafeNavigation::LITERAL_REGEX
3965
+ # uninitialized constant RuboCop::Cop::Style::SafeNavigation::RESTRICT_ON_SEND
3966
+ # uninitialized constant RuboCop::Cop::Style::Sample::LITERAL_REGEX
3967
+ # uninitialized constant RuboCop::Cop::Style::SelfAssignment::LITERAL_REGEX
3968
+ # uninitialized constant RuboCop::Cop::Style::SelfAssignment::RESTRICT_ON_SEND
3969
+ # uninitialized constant RuboCop::Cop::Style::Semicolon::BYTE_ORDER_MARK
3970
+ # uninitialized constant RuboCop::Cop::Style::Semicolon::LITERAL_REGEX
3971
+ # uninitialized constant RuboCop::Cop::Style::Semicolon::RESTRICT_ON_SEND
3972
+ # uninitialized constant RuboCop::Cop::Style::Send::LITERAL_REGEX
3973
+ # uninitialized constant RuboCop::Cop::Style::SignalException::LITERAL_REGEX
3974
+ # uninitialized constant RuboCop::Cop::Style::SingleArgumentDig::LITERAL_REGEX
3975
+ # uninitialized constant RuboCop::Cop::Style::SingleLineBlockParams::LITERAL_REGEX
3976
+ # uninitialized constant RuboCop::Cop::Style::SingleLineBlockParams::RESTRICT_ON_SEND
3977
+ # uninitialized constant RuboCop::Cop::Style::SingleLineMethods::LITERAL_REGEX
3978
+ # uninitialized constant RuboCop::Cop::Style::SingleLineMethods::RESTRICT_ON_SEND
3979
+ # uninitialized constant RuboCop::Cop::Style::SingleLineMethods::SPACE
3980
+ # uninitialized constant RuboCop::Cop::Style::SlicingWithRange::LITERAL_REGEX
3981
+ # uninitialized constant RuboCop::Cop::Style::SoleNestedConditional::LITERAL_REGEX
3982
+ # uninitialized constant RuboCop::Cop::Style::SoleNestedConditional::RESTRICT_ON_SEND
3983
+ # uninitialized constant RuboCop::Cop::Style::SpecialGlobalVars::LITERAL_REGEX
3984
+ # uninitialized constant RuboCop::Cop::Style::SpecialGlobalVars::RESTRICT_ON_SEND
3985
+ # uninitialized constant RuboCop::Cop::Style::StabbyLambdaParentheses::LITERAL_REGEX
3986
+ # uninitialized constant RuboCop::Cop::Style::StabbyLambdaParentheses::RESTRICT_ON_SEND
3987
+ # uninitialized constant RuboCop::Cop::Style::StaticClass::LITERAL_REGEX
3988
+ # uninitialized constant RuboCop::Cop::Style::StaticClass::RESTRICT_ON_SEND
3989
+ # uninitialized constant RuboCop::Cop::Style::StaticClass::VISIBILITY_SCOPES
3990
+ # uninitialized constant RuboCop::Cop::Style::StderrPuts::BYTE_ORDER_MARK
3991
+ # uninitialized constant RuboCop::Cop::Style::StderrPuts::LITERAL_REGEX
3992
+ # uninitialized constant RuboCop::Cop::Style::StringConcatenation::LITERAL_REGEX
3993
+ # uninitialized constant RuboCop::Cop::Style::StringHashKeys::LITERAL_REGEX
3994
+ # uninitialized constant RuboCop::Cop::Style::StringHashKeys::RESTRICT_ON_SEND
3995
+ # uninitialized constant RuboCop::Cop::Style::StringLiterals::LITERAL_REGEX
3996
+ # uninitialized constant RuboCop::Cop::Style::StringLiterals::RESTRICT_ON_SEND
3997
+ # uninitialized constant RuboCop::Cop::Style::StringMethods::LITERAL_REGEX
3998
+ # uninitialized constant RuboCop::Cop::Style::StringMethods::RESTRICT_ON_SEND
3999
+ # uninitialized constant RuboCop::Cop::Style::Strip::BYTE_ORDER_MARK
4000
+ # uninitialized constant RuboCop::Cop::Style::Strip::LITERAL_REGEX
4001
+ # uninitialized constant RuboCop::Cop::Style::StructInheritance::BYTE_ORDER_MARK
4002
+ # uninitialized constant RuboCop::Cop::Style::StructInheritance::LITERAL_REGEX
4003
+ # uninitialized constant RuboCop::Cop::Style::StructInheritance::RESTRICT_ON_SEND
4004
+ # uninitialized constant RuboCop::Cop::Style::SwapValues::BYTE_ORDER_MARK
4005
+ # uninitialized constant RuboCop::Cop::Style::SwapValues::LITERAL_REGEX
4006
+ # uninitialized constant RuboCop::Cop::Style::SwapValues::RESTRICT_ON_SEND
4007
+ # uninitialized constant RuboCop::Cop::Style::SymbolArray::LITERAL_REGEX
4008
+ # uninitialized constant RuboCop::Cop::Style::SymbolArray::RESTRICT_ON_SEND
4009
+ # uninitialized constant RuboCop::Cop::Style::SymbolLiteral::LITERAL_REGEX
4010
+ # uninitialized constant RuboCop::Cop::Style::SymbolLiteral::RESTRICT_ON_SEND
4011
+ # uninitialized constant RuboCop::Cop::Style::SymbolProc::BYTE_ORDER_MARK
4012
+ # uninitialized constant RuboCop::Cop::Style::SymbolProc::LITERAL_REGEX
4013
+ # uninitialized constant RuboCop::Cop::Style::SymbolProc::RESTRICT_ON_SEND
4014
+ # uninitialized constant RuboCop::Cop::Style::TernaryParentheses::BYTE_ORDER_MARK
4015
+ # uninitialized constant RuboCop::Cop::Style::TernaryParentheses::LITERAL_REGEX
4016
+ # uninitialized constant RuboCop::Cop::Style::TernaryParentheses::NO_SPACE_COMMAND
4017
+ # Did you mean? RuboCop::Cop::Style::TernaryParentheses::SPACE_COMMAND
4018
+ # uninitialized constant RuboCop::Cop::Style::TernaryParentheses::RESTRICT_ON_SEND
4019
+ # uninitialized constant RuboCop::Cop::Style::TernaryParentheses::SINGLE_SPACE_REGEXP
4020
+ # uninitialized constant RuboCop::Cop::Style::TernaryParentheses::SPACE_COMMAND
4021
+ # Did you mean? RuboCop::Cop::Style::TernaryParentheses::NO_SPACE_COMMAND
4022
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnClass::LITERAL_REGEX
4023
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnClass::RESTRICT_ON_SEND
4024
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnClass::SPACE
4025
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnMethodDefinition::LITERAL_REGEX
4026
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnMethodDefinition::RESTRICT_ON_SEND
4027
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnMethodDefinition::SPACE
4028
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnModule::LITERAL_REGEX
4029
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnModule::RESTRICT_ON_SEND
4030
+ # uninitialized constant RuboCop::Cop::Style::TrailingBodyOnModule::SPACE
4031
+ # uninitialized constant RuboCop::Cop::Style::TrailingCommaInBlockArgs::LITERAL_REGEX
4032
+ # uninitialized constant RuboCop::Cop::Style::TrailingCommaInBlockArgs::RESTRICT_ON_SEND
4033
+ # uninitialized constant RuboCop::Cop::Style::TrailingMethodEndStatement::LITERAL_REGEX
4034
+ # uninitialized constant RuboCop::Cop::Style::TrailingMethodEndStatement::RESTRICT_ON_SEND
4035
+ # uninitialized constant RuboCop::Cop::Style::TrailingUnderscoreVariable::BYTE_ORDER_MARK
4036
+ # uninitialized constant RuboCop::Cop::Style::TrailingUnderscoreVariable::LITERAL_REGEX
4037
+ # uninitialized constant RuboCop::Cop::Style::TrailingUnderscoreVariable::NO_SPACE_COMMAND
4038
+ # Did you mean? RuboCop::Cop::Style::TrailingUnderscoreVariable::SPACE_COMMAND
4039
+ # uninitialized constant RuboCop::Cop::Style::TrailingUnderscoreVariable::RESTRICT_ON_SEND
4040
+ # uninitialized constant RuboCop::Cop::Style::TrailingUnderscoreVariable::SINGLE_SPACE_REGEXP
4041
+ # uninitialized constant RuboCop::Cop::Style::TrailingUnderscoreVariable::SPACE_COMMAND
4042
+ # Did you mean? RuboCop::Cop::Style::TrailingUnderscoreVariable::NO_SPACE_COMMAND
4043
+ # uninitialized constant RuboCop::Cop::Style::TrivialAccessors::LITERAL_REGEX
4044
+ # uninitialized constant RuboCop::Cop::Style::TrivialAccessors::RESTRICT_ON_SEND
4045
+ # uninitialized constant RuboCop::Cop::Style::UnlessElse::BYTE_ORDER_MARK
4046
+ # uninitialized constant RuboCop::Cop::Style::UnlessElse::LITERAL_REGEX
4047
+ # uninitialized constant RuboCop::Cop::Style::UnlessElse::RESTRICT_ON_SEND
4048
+ # uninitialized constant RuboCop::Cop::Style::UnpackFirst::LITERAL_REGEX
4049
+ # uninitialized constant RuboCop::Cop::Style::VariableInterpolation::LITERAL_REGEX
4050
+ # uninitialized constant RuboCop::Cop::Style::VariableInterpolation::RESTRICT_ON_SEND
4051
+ # uninitialized constant RuboCop::Cop::Style::WhenThen::LITERAL_REGEX
4052
+ # uninitialized constant RuboCop::Cop::Style::WhenThen::RESTRICT_ON_SEND
4053
+ # uninitialized constant RuboCop::Cop::Style::WhileUntilDo::LITERAL_REGEX
4054
+ # uninitialized constant RuboCop::Cop::Style::WhileUntilDo::RESTRICT_ON_SEND
4055
+ # uninitialized constant RuboCop::Cop::Style::WhileUntilModifier::LITERAL_REGEX
4056
+ # uninitialized constant RuboCop::Cop::Style::WhileUntilModifier::RESTRICT_ON_SEND
4057
+ # uninitialized constant RuboCop::Cop::Style::WordArray::LITERAL_REGEX
4058
+ # uninitialized constant RuboCop::Cop::Style::WordArray::RESTRICT_ON_SEND
4059
+ # uninitialized constant RuboCop::Cop::Style::YodaCondition::BYTE_ORDER_MARK
4060
+ # uninitialized constant RuboCop::Cop::Style::YodaCondition::LITERAL_REGEX
4061
+ # uninitialized constant RuboCop::Cop::Style::YodaCondition::RESTRICT_ON_SEND
4062
+ # uninitialized constant RuboCop::Cop::Style::ZeroLengthPredicate::LITERAL_REGEX
4063
+ # uninitialized constant RuboCop::Cop::SurroundingSpace::BYTE_ORDER_MARK
4064
+ # uninitialized constant RuboCop::Cop::TrailingComma::BYTE_ORDER_MARK
4065
+ # uninitialized constant RuboCop::Formatter::ClangStyleFormatter::COLOR_FOR_SEVERITY
4066
+ # uninitialized constant RuboCop::Formatter::FuubarStyleFormatter::COLOR_FOR_SEVERITY
4067
+ # uninitialized constant RuboCop::Formatter::FuubarStyleFormatter::ELLIPSES
4068
+ # uninitialized constant RuboCop::Formatter::PacmanFormatter::COLOR_FOR_SEVERITY
4069
+ # uninitialized constant RuboCop::Formatter::PacmanFormatter::ELLIPSES
4070
+ # uninitialized constant RuboCop::Formatter::ProgressFormatter::COLOR_FOR_SEVERITY
4071
+ # uninitialized constant RuboCop::Formatter::ProgressFormatter::ELLIPSES
4072
+ # uninitialized constant RuboCop::MagicComment::EmacsComment::TOKEN
4073
+ # Did you mean? RuboCop::Token
4074
+ # RuboCop::MagicComment::TOKEN
4075
+ # uninitialized constant RuboCop::MagicComment::VimComment::TOKEN
4076
+ # Did you mean? RuboCop::Token
4077
+ # RuboCop::MagicComment::TOKEN
4078
+ # wrong constant name <Class:Compiler>
4079
+ # wrong constant name <Class:Lexer>
4080
+ # wrong constant name pretty_print_children
4081
+ # wrong constant name <static-init>
4082
+ # wrong constant name enabled?
4083
+ # wrong constant name pause
4084
+ # wrong constant name resume
4085
+ # uninitialized constant SDBM
4086
+ # uninitialized constant SDBM
4087
+ # uninitialized constant SDBMError
4088
+ # uninitialized constant SDBMError
4089
+ # uninitialized constant Scanf
4090
+ # uninitialized constant Scanf
4091
+ # wrong constant name ==
4092
+ # wrong constant name ===
4093
+ # wrong constant name compare_by_identity
4094
+ # wrong constant name compare_by_identity?
4095
+ # wrong constant name divide
4096
+ # wrong constant name eql?
4097
+ # wrong constant name flatten_merge
4098
+ # wrong constant name pretty_print
4099
+ # wrong constant name pretty_print_cycle
4100
+ # wrong constant name reset
4101
+ # uninitialized constant Shell
4102
+ # uninitialized constant Shell
4103
+ # wrong constant name _dump
4104
+ # wrong constant name clone
4105
+ # wrong constant name dup
4106
+ # wrong constant name _load
4107
+ # wrong constant name clone
4108
+ # wrong constant name __init__
4109
+ # uninitialized constant Socket::APPEND
4110
+ # uninitialized constant Socket::BINARY
4111
+ # uninitialized constant Socket::CREAT
4112
+ # uninitialized constant Socket::DIRECT
4113
+ # uninitialized constant Socket::DSYNC
4114
+ # Did you mean? Socket::RSYNC
4115
+ # Socket::SYNC
4116
+ # uninitialized constant Socket::EXCL
4117
+ # uninitialized constant Socket::FNM_CASEFOLD
4118
+ # uninitialized constant Socket::FNM_DOTMATCH
4119
+ # uninitialized constant Socket::FNM_EXTGLOB
4120
+ # uninitialized constant Socket::FNM_NOESCAPE
4121
+ # uninitialized constant Socket::FNM_PATHNAME
4122
+ # uninitialized constant Socket::FNM_SHORTNAME
4123
+ # uninitialized constant Socket::FNM_SYSCASE
4124
+ # uninitialized constant Socket::LOCK_EX
4125
+ # Did you mean? Socket::LOCK_NB
4126
+ # Socket::LOCK_UN
4127
+ # Socket::LOCK_SH
4128
+ # uninitialized constant Socket::LOCK_NB
4129
+ # Did you mean? Socket::LOCK_UN
4130
+ # Socket::LOCK_EX
4131
+ # Socket::LOCK_SH
4132
+ # uninitialized constant Socket::LOCK_SH
4133
+ # Did you mean? Socket::LOCK_NB
4134
+ # Socket::LOCK_UN
4135
+ # Socket::LOCK_EX
4136
+ # uninitialized constant Socket::LOCK_UN
4137
+ # Did you mean? Socket::LOCK_NB
4138
+ # Socket::LOCK_EX
4139
+ # Socket::LOCK_SH
4140
+ # uninitialized constant Socket::NOATIME
4141
+ # uninitialized constant Socket::NOCTTY
4142
+ # uninitialized constant Socket::NOFOLLOW
4143
+ # uninitialized constant Socket::NONBLOCK
4144
+ # uninitialized constant Socket::NULL
4145
+ # uninitialized constant Socket::RDONLY
4146
+ # Did you mean? Socket::WRONLY
4147
+ # uninitialized constant Socket::RDWR
4148
+ # uninitialized constant Socket::RSYNC
4149
+ # Did you mean? Socket::DSYNC
4150
+ # Socket::SYNC
4151
+ # uninitialized constant Socket::SEEK_CUR
4152
+ # uninitialized constant Socket::SEEK_DATA
4153
+ # Did you mean? Socket::SEEK_SET
4154
+ # uninitialized constant Socket::SEEK_END
4155
+ # uninitialized constant Socket::SEEK_HOLE
4156
+ # uninitialized constant Socket::SEEK_SET
4157
+ # uninitialized constant Socket::SHARE_DELETE
4158
+ # uninitialized constant Socket::SYNC
4159
+ # Did you mean? Socket::RSYNC
4160
+ # Socket::DSYNC
4161
+ # uninitialized constant Socket::TMPFILE
4162
+ # Did you mean? Tempfile
4163
+ # uninitialized constant Socket::TRUNC
4164
+ # Did you mean? TRUE
4165
+ # uninitialized constant Socket::WRONLY
4166
+ # Did you mean? Socket::RDONLY
4167
+ # uninitialized constant SortedSet::InspectKey
4168
+ # wrong constant name initialize
4169
+ # wrong constant name setup
4170
+ # wrong constant name shellescape
4171
+ # wrong constant name shellsplit
4172
+ # wrong constant name set_encoding_by_bom
4173
+ # wrong constant name bol?
4174
+ # wrong constant name fixed_anchor?
4175
+ # wrong constant name initialize
4176
+ # wrong constant name deconstruct
4177
+ # wrong constant name deconstruct_keys
4178
+ # wrong constant name filter
4179
+ # wrong constant name <Class:Struct>
4180
+ # uninitialized constant Sync
4181
+ # uninitialized constant Sync
4182
+ # uninitialized constant Sync_m
4183
+ # uninitialized constant Sync_m
4184
+ # uninitialized constant Syslog
4185
+ # uninitialized constant Syslog
4186
+ # wrong constant name T.noreturn
4187
+ # wrong constant name T.noreturn
4188
+ # wrong constant name T.untyped
4189
+ # wrong constant name <Class:Remover>
4190
+ # wrong constant name _close
4191
+ # wrong constant name inspect
4192
+ # wrong constant name call
4193
+ # wrong constant name initialize
4194
+ # wrong constant name <static-init>
4195
+ # uninitialized constant ThreadsWait
4196
+ # uninitialized constant ThreadsWait
4197
+ # wrong constant name eval_script
4198
+ # wrong constant name instruction_sequence
4199
+ # wrong constant name parameters
4200
+ # wrong constant name new
4201
+ # uninitialized constant Tracer
4202
+ # Did you mean? TracePoint
4203
+ # uninitialized constant Tracer
4204
+ # Did you mean? TracePoint
4205
+ # wrong constant name <Class:File>
4206
+ # wrong constant name new2
4207
+ # uninitialized constant URI::File::ABS_PATH
4208
+ # Did you mean? URI::ABS_PATH
4209
+ # uninitialized constant URI::File::ABS_URI
4210
+ # Did you mean? URI::ABS_URI
4211
+ # uninitialized constant URI::File::ABS_URI_REF
4212
+ # Did you mean? URI::ABS_URI_REF
4213
+ # uninitialized constant URI::File::DEFAULT_PARSER
4214
+ # Did you mean? URI::File::DEFAULT_PORT
4215
+ # URI::DEFAULT_PARSER
4216
+ # uninitialized constant URI::File::ESCAPED
4217
+ # Did you mean? URI::File::Escape
4218
+ # URI::Escape
4219
+ # URI::ESCAPED
4220
+ # uninitialized constant URI::File::FRAGMENT
4221
+ # Did you mean? URI::FRAGMENT
4222
+ # uninitialized constant URI::File::HOST
4223
+ # Did you mean? URI::HOST
4224
+ # uninitialized constant URI::File::OPAQUE
4225
+ # Did you mean? URI::OPAQUE
4226
+ # uninitialized constant URI::File::PORT
4227
+ # Did you mean? URI::PORT
4228
+ # uninitialized constant URI::File::QUERY
4229
+ # Did you mean? URI::QUERY
4230
+ # uninitialized constant URI::File::REGISTRY
4231
+ # Did you mean? URI::REGISTRY
4232
+ # uninitialized constant URI::File::REL_PATH
4233
+ # Did you mean? URI::REL_PATH
4234
+ # uninitialized constant URI::File::REL_URI
4235
+ # Did you mean? URI::REL_URI
4236
+ # uninitialized constant URI::File::REL_URI_REF
4237
+ # Did you mean? URI::REL_URI_REF
4238
+ # uninitialized constant URI::File::RFC3986_PARSER
4239
+ # Did you mean? URI::File::RFC3986_Parser
4240
+ # URI::RFC3986_Parser
4241
+ # URI::File::RFC2396_Parser
4242
+ # URI::RFC2396_Parser
4243
+ # URI::RFC3986_PARSER
4244
+ # uninitialized constant URI::File::SCHEME
4245
+ # Did you mean? URI::SCHEME
4246
+ # uninitialized constant URI::File::TBLDECWWWCOMP_
4247
+ # Did you mean? URI::File::TBLENCWWWCOMP_
4248
+ # URI::TBLDECWWWCOMP_
4249
+ # URI::TBLENCWWWCOMP_
4250
+ # uninitialized constant URI::File::TBLENCWWWCOMP_
4251
+ # Did you mean? URI::File::TBLDECWWWCOMP_
4252
+ # URI::TBLDECWWWCOMP_
4253
+ # URI::TBLENCWWWCOMP_
4254
+ # uninitialized constant URI::File::UNSAFE
4255
+ # Did you mean? URI::UNSAFE
4256
+ # uninitialized constant URI::File::URI_REF
4257
+ # Did you mean? URI::URI_REF
4258
+ # uninitialized constant URI::File::USERINFO
4259
+ # Did you mean? URI::USERINFO
4260
+ # uninitialized constant URI::File::USE_REGISTRY
4261
+ # uninitialized constant URI::File::VERSION
4262
+ # Did you mean? URI::VERSION
4263
+ # uninitialized constant URI::File::VERSION_CODE
4264
+ # Did you mean? URI::VERSION_CODE
4265
+ # uninitialized constant URI::File::WEB_ENCODINGS_
4266
+ # Did you mean? URI::WEB_ENCODINGS_
4267
+ # wrong constant name check_password
4268
+ # wrong constant name check_user
4269
+ # wrong constant name check_userinfo
4270
+ # wrong constant name set_userinfo
4271
+ # wrong constant name <static-init>
4272
+ # wrong constant name attributes
4273
+ # wrong constant name attributes=
4274
+ # wrong constant name dn
4275
+ # wrong constant name dn=
4276
+ # wrong constant name extensions
4277
+ # wrong constant name extensions=
4278
+ # wrong constant name filter
4279
+ # wrong constant name filter=
4280
+ # wrong constant name initialize
4281
+ # wrong constant name scope
4282
+ # wrong constant name scope=
4283
+ # wrong constant name set_attributes
4284
+ # wrong constant name set_dn
4285
+ # wrong constant name set_extensions
4286
+ # wrong constant name set_filter
4287
+ # wrong constant name set_scope
4288
+ # wrong constant name initialize
4289
+ # wrong constant name initialize
4290
+ # wrong constant name join
4291
+ # wrong constant name parse
4292
+ # wrong constant name regexp
4293
+ # wrong constant name split
4294
+ # wrong constant name make_components_hash
4295
+ # wrong constant name get_encoding
4296
+ # wrong constant name bind_call
4297
+ # wrong constant name <static-init>
4298
+ # uninitialized constant Vector
4299
+ # uninitialized constant Vector
4300
+ # uninitialized constant WEBrick
4301
+ # uninitialized constant WEBrick
4302
+ # wrong constant name []
4303
+ # wrong constant name []=
4304
+ # uninitialized constant WeakRef
4305
+ # uninitialized constant WeakRef
4306
+ # wrong constant name initialize
4307
+ # wrong constant name initialize
4308
+ # wrong constant name initialize
4309
+ # wrong constant name initialize