repeatable 1.1.0 → 1.2.0

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