yard-sorbet 0.0.0 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.editorconfig +9 -0
- data/.gitignore +40 -0
- data/.rspec +1 -0
- data/.rubocop.yml +47 -0
- data/.travis.yml +7 -0
- data/CHANGELOG.md +10 -0
- data/Gemfile +14 -0
- data/LICENSE +201 -0
- data/README.md +17 -0
- data/Rakefile +11 -0
- data/lib/yard-sorbet.rb +12 -0
- data/lib/yard-sorbet/directives.rb +24 -0
- data/lib/yard-sorbet/sig_handler.rb +131 -0
- data/lib/yard-sorbet/sig_to_yard.rb +91 -0
- data/lib/yard-sorbet/struct_handler.rb +94 -0
- data/lib/yard-sorbet/version.rb +6 -0
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/ast.rbi +47 -0
- data/sorbet/rbi/gems/byebug.rbi +1039 -0
- data/sorbet/rbi/gems/codecov.rbi +19 -0
- data/sorbet/rbi/gems/coderay.rbi +91 -0
- data/sorbet/rbi/gems/docile.rbi +31 -0
- data/sorbet/rbi/gems/jaro_winkler.rbi +14 -0
- data/sorbet/rbi/gems/method_source.rbi +63 -0
- data/sorbet/rbi/gems/parallel.rbi +81 -0
- data/sorbet/rbi/gems/parser.rbi +920 -0
- data/sorbet/rbi/gems/pry-byebug.rbi +149 -0
- data/sorbet/rbi/gems/pry.rbi +1964 -0
- data/sorbet/rbi/gems/rainbow.rbi +117 -0
- data/sorbet/rbi/gems/rake.rbi +635 -0
- data/sorbet/rbi/gems/rspec-core.rbi +1686 -0
- data/sorbet/rbi/gems/rspec-expectations.rbi +387 -0
- data/sorbet/rbi/gems/rspec-mocks.rbi +819 -0
- data/sorbet/rbi/gems/rspec-support.rbi +270 -0
- data/sorbet/rbi/gems/rspec.rbi +14 -0
- data/sorbet/rbi/gems/rubocop-rspec.rbi +889 -0
- data/sorbet/rbi/gems/rubocop.rbi +7139 -0
- data/sorbet/rbi/gems/ruby-progressbar.rbi +304 -0
- data/sorbet/rbi/gems/simplecov-html.rbi +30 -0
- data/sorbet/rbi/gems/simplecov.rbi +225 -0
- data/sorbet/rbi/gems/site_ruby.rbi +114 -0
- data/sorbet/rbi/gems/unicode-display_width.rbi +16 -0
- data/sorbet/rbi/gems/yard.rbi +1181 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +3045 -0
- data/sorbet/rbi/hidden-definitions/hidden.rbi +4469 -0
- data/sorbet/rbi/sorbet-typed/lib/bundler/all/bundler.rbi +8684 -0
- data/sorbet/rbi/sorbet-typed/lib/ruby/all/gem.rbi +4222 -0
- data/sorbet/rbi/sorbet-typed/lib/ruby/all/open3.rbi +111 -0
- data/sorbet/rbi/sorbet-typed/lib/ruby/all/resolv.rbi +543 -0
- data/spec/data/sig_handler.rb.txt +196 -0
- data/spec/data/struct_handler.rb.txt +25 -0
- data/spec/spec_helper.rb +111 -0
- data/spec/yard_sorbet/sig_handler_spec.rb +233 -0
- data/spec/yard_sorbet/struct_handler_spec.rb +48 -0
- data/yard-sorbet.gemspec +27 -0
- metadata +159 -6
@@ -0,0 +1,3045 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi hidden-definitions
|
3
|
+
|
4
|
+
# typed: autogenerated
|
5
|
+
|
6
|
+
# wrong constant name <DeclBuilderForProcs>
|
7
|
+
# wrong constant name <DeclBuilderForProcs>
|
8
|
+
# wrong constant name <Class:<DeclBuilderForProcs>>
|
9
|
+
# wrong constant name <Magic>
|
10
|
+
# wrong constant name <Magic>
|
11
|
+
# wrong constant name <Class:<Magic>>
|
12
|
+
# wrong constant name <RESERVED_0>
|
13
|
+
# wrong constant name <RESERVED_100>
|
14
|
+
# wrong constant name <RESERVED_101>
|
15
|
+
# wrong constant name <RESERVED_102>
|
16
|
+
# wrong constant name <RESERVED_103>
|
17
|
+
# wrong constant name <RESERVED_104>
|
18
|
+
# wrong constant name <RESERVED_105>
|
19
|
+
# wrong constant name <RESERVED_106>
|
20
|
+
# wrong constant name <RESERVED_107>
|
21
|
+
# wrong constant name <RESERVED_108>
|
22
|
+
# wrong constant name <RESERVED_109>
|
23
|
+
# wrong constant name <RESERVED_10>
|
24
|
+
# wrong constant name <RESERVED_110>
|
25
|
+
# wrong constant name <RESERVED_111>
|
26
|
+
# wrong constant name <RESERVED_112>
|
27
|
+
# wrong constant name <RESERVED_113>
|
28
|
+
# wrong constant name <RESERVED_114>
|
29
|
+
# wrong constant name <RESERVED_115>
|
30
|
+
# wrong constant name <RESERVED_116>
|
31
|
+
# wrong constant name <RESERVED_117>
|
32
|
+
# wrong constant name <RESERVED_118>
|
33
|
+
# wrong constant name <RESERVED_119>
|
34
|
+
# wrong constant name <RESERVED_11>
|
35
|
+
# wrong constant name <RESERVED_120>
|
36
|
+
# wrong constant name <RESERVED_121>
|
37
|
+
# wrong constant name <RESERVED_122>
|
38
|
+
# wrong constant name <RESERVED_123>
|
39
|
+
# wrong constant name <RESERVED_12>
|
40
|
+
# wrong constant name <RESERVED_13>
|
41
|
+
# wrong constant name <RESERVED_14>
|
42
|
+
# wrong constant name <RESERVED_15>
|
43
|
+
# wrong constant name <RESERVED_16>
|
44
|
+
# wrong constant name <RESERVED_17>
|
45
|
+
# wrong constant name <RESERVED_18>
|
46
|
+
# wrong constant name <RESERVED_19>
|
47
|
+
# wrong constant name <RESERVED_1>
|
48
|
+
# wrong constant name <RESERVED_20>
|
49
|
+
# wrong constant name <RESERVED_21>
|
50
|
+
# wrong constant name <RESERVED_22>
|
51
|
+
# wrong constant name <RESERVED_23>
|
52
|
+
# wrong constant name <RESERVED_24>
|
53
|
+
# wrong constant name <RESERVED_25>
|
54
|
+
# wrong constant name <RESERVED_26>
|
55
|
+
# wrong constant name <RESERVED_27>
|
56
|
+
# wrong constant name <RESERVED_28>
|
57
|
+
# wrong constant name <RESERVED_29>
|
58
|
+
# wrong constant name <RESERVED_2>
|
59
|
+
# wrong constant name <RESERVED_30>
|
60
|
+
# wrong constant name <RESERVED_31>
|
61
|
+
# wrong constant name <RESERVED_32>
|
62
|
+
# wrong constant name <RESERVED_33>
|
63
|
+
# wrong constant name <RESERVED_34>
|
64
|
+
# wrong constant name <RESERVED_35>
|
65
|
+
# wrong constant name <RESERVED_36>
|
66
|
+
# wrong constant name <RESERVED_37>
|
67
|
+
# wrong constant name <RESERVED_38>
|
68
|
+
# wrong constant name <RESERVED_39>
|
69
|
+
# wrong constant name <RESERVED_3>
|
70
|
+
# wrong constant name <RESERVED_40>
|
71
|
+
# wrong constant name <RESERVED_41>
|
72
|
+
# wrong constant name <RESERVED_42>
|
73
|
+
# wrong constant name <RESERVED_43>
|
74
|
+
# wrong constant name <RESERVED_44>
|
75
|
+
# wrong constant name <RESERVED_45>
|
76
|
+
# wrong constant name <RESERVED_46>
|
77
|
+
# wrong constant name <RESERVED_47>
|
78
|
+
# wrong constant name <RESERVED_48>
|
79
|
+
# wrong constant name <RESERVED_49>
|
80
|
+
# wrong constant name <RESERVED_4>
|
81
|
+
# wrong constant name <RESERVED_50>
|
82
|
+
# wrong constant name <RESERVED_51>
|
83
|
+
# wrong constant name <RESERVED_52>
|
84
|
+
# wrong constant name <RESERVED_53>
|
85
|
+
# wrong constant name <RESERVED_54>
|
86
|
+
# wrong constant name <RESERVED_55>
|
87
|
+
# wrong constant name <RESERVED_56>
|
88
|
+
# wrong constant name <RESERVED_57>
|
89
|
+
# wrong constant name <RESERVED_58>
|
90
|
+
# wrong constant name <RESERVED_59>
|
91
|
+
# wrong constant name <RESERVED_5>
|
92
|
+
# wrong constant name <RESERVED_60>
|
93
|
+
# wrong constant name <RESERVED_61>
|
94
|
+
# wrong constant name <RESERVED_62>
|
95
|
+
# wrong constant name <RESERVED_63>
|
96
|
+
# wrong constant name <RESERVED_64>
|
97
|
+
# wrong constant name <RESERVED_65>
|
98
|
+
# wrong constant name <RESERVED_66>
|
99
|
+
# wrong constant name <RESERVED_67>
|
100
|
+
# wrong constant name <RESERVED_68>
|
101
|
+
# wrong constant name <RESERVED_69>
|
102
|
+
# wrong constant name <RESERVED_6>
|
103
|
+
# wrong constant name <RESERVED_70>
|
104
|
+
# wrong constant name <RESERVED_71>
|
105
|
+
# wrong constant name <RESERVED_72>
|
106
|
+
# wrong constant name <RESERVED_73>
|
107
|
+
# wrong constant name <RESERVED_74>
|
108
|
+
# wrong constant name <RESERVED_75>
|
109
|
+
# wrong constant name <RESERVED_76>
|
110
|
+
# wrong constant name <RESERVED_77>
|
111
|
+
# wrong constant name <RESERVED_78>
|
112
|
+
# wrong constant name <RESERVED_79>
|
113
|
+
# wrong constant name <RESERVED_7>
|
114
|
+
# wrong constant name <RESERVED_80>
|
115
|
+
# wrong constant name <RESERVED_81>
|
116
|
+
# wrong constant name <RESERVED_82>
|
117
|
+
# wrong constant name <RESERVED_83>
|
118
|
+
# wrong constant name <RESERVED_84>
|
119
|
+
# wrong constant name <RESERVED_85>
|
120
|
+
# wrong constant name <RESERVED_86>
|
121
|
+
# wrong constant name <RESERVED_87>
|
122
|
+
# wrong constant name <RESERVED_88>
|
123
|
+
# wrong constant name <RESERVED_89>
|
124
|
+
# wrong constant name <RESERVED_8>
|
125
|
+
# wrong constant name <RESERVED_90>
|
126
|
+
# wrong constant name <RESERVED_91>
|
127
|
+
# wrong constant name <RESERVED_92>
|
128
|
+
# wrong constant name <RESERVED_93>
|
129
|
+
# wrong constant name <RESERVED_94>
|
130
|
+
# wrong constant name <RESERVED_95>
|
131
|
+
# wrong constant name <RESERVED_96>
|
132
|
+
# wrong constant name <RESERVED_97>
|
133
|
+
# wrong constant name <RESERVED_98>
|
134
|
+
# wrong constant name <RESERVED_99>
|
135
|
+
# wrong constant name <RESERVED_9>
|
136
|
+
# wrong constant name <TypeAlias>
|
137
|
+
# wrong constant name <TypeAlias>
|
138
|
+
# wrong constant name <any>
|
139
|
+
# wrong constant name <any>
|
140
|
+
# wrong constant name <root>
|
141
|
+
# wrong constant name <Class:<root>>
|
142
|
+
# wrong constant name <todo sym>
|
143
|
+
# wrong constant name <todo sym>
|
144
|
+
# uninitialized constant Abbrev
|
145
|
+
# uninitialized constant Abbrev
|
146
|
+
# undefined method `pack<defaultArg>1' for class `Array'
|
147
|
+
# wrong constant name bsearch
|
148
|
+
# wrong constant name bsearch_index
|
149
|
+
# wrong constant name collect!
|
150
|
+
# wrong constant name deconstruct
|
151
|
+
# wrong constant name dig
|
152
|
+
# wrong constant name flatten!
|
153
|
+
# wrong constant name intersection
|
154
|
+
# wrong constant name pack<defaultArg>1
|
155
|
+
# wrong constant name pack
|
156
|
+
# wrong constant name replace
|
157
|
+
# wrong constant name shelljoin
|
158
|
+
# wrong constant name to_h
|
159
|
+
# wrong constant name try_convert
|
160
|
+
# wrong constant name <Class:BasicObject>
|
161
|
+
# uninitialized constant Benchmark
|
162
|
+
# uninitialized constant Benchmark
|
163
|
+
# wrong constant name clone
|
164
|
+
# wrong constant name interpret_loosely
|
165
|
+
# wrong constant name clone
|
166
|
+
# wrong constant name irb
|
167
|
+
# uninitialized constant Bundler::Dependency::TYPES
|
168
|
+
# wrong constant name branch
|
169
|
+
# wrong constant name expanded_platforms
|
170
|
+
# wrong constant name git
|
171
|
+
# undefined singleton method `report<defaultArg>1' for `Bundler::Env'
|
172
|
+
# wrong constant name <static-init>
|
173
|
+
# wrong constant name environment
|
174
|
+
# wrong constant name report<defaultArg>1
|
175
|
+
# wrong constant name report
|
176
|
+
# wrong constant name write
|
177
|
+
# wrong constant name <Class:Base>
|
178
|
+
# wrong constant name <Class:CompactIndex>
|
179
|
+
# wrong constant name <Class:Dependency>
|
180
|
+
# wrong constant name <Class:Downloader>
|
181
|
+
# wrong constant name <Class:Index>
|
182
|
+
# wrong constant name <Class:TooManyRequestsError>
|
183
|
+
# wrong constant name fetch_spec
|
184
|
+
# wrong constant name fetchers
|
185
|
+
# wrong constant name http_proxy
|
186
|
+
# wrong constant name initialize
|
187
|
+
# wrong constant name specs
|
188
|
+
# wrong constant name specs_with_retry
|
189
|
+
# wrong constant name uri
|
190
|
+
# wrong constant name use_api
|
191
|
+
# wrong constant name user_agent
|
192
|
+
# wrong constant name initialize
|
193
|
+
# wrong constant name initialize
|
194
|
+
# wrong constant name api_fetcher?
|
195
|
+
# wrong constant name available?
|
196
|
+
# wrong constant name display_uri
|
197
|
+
# wrong constant name downloader
|
198
|
+
# wrong constant name fetch_uri
|
199
|
+
# wrong constant name initialize
|
200
|
+
# wrong constant name remote
|
201
|
+
# wrong constant name remote_uri
|
202
|
+
# wrong constant name <static-init>
|
203
|
+
# wrong constant name initialize
|
204
|
+
# wrong constant name <Class:ClientFetcher>
|
205
|
+
# wrong constant name available?
|
206
|
+
# wrong constant name fetch_spec
|
207
|
+
# wrong constant name specs
|
208
|
+
# wrong constant name specs_for_names
|
209
|
+
# uninitialized constant Bundler::Fetcher::CompactIndex::ClientFetcher::Elem
|
210
|
+
# wrong constant name call
|
211
|
+
# wrong constant name fetcher
|
212
|
+
# wrong constant name fetcher=
|
213
|
+
# wrong constant name ui
|
214
|
+
# wrong constant name ui=
|
215
|
+
# wrong constant name <static-init>
|
216
|
+
# wrong constant name []
|
217
|
+
# wrong constant name members
|
218
|
+
# wrong constant name <static-init>
|
219
|
+
# wrong constant name compact_index_request
|
220
|
+
# undefined method `dependency_api_uri<defaultArg>1' for class `Bundler::Fetcher::Dependency'
|
221
|
+
# undefined method `specs<defaultArg>1' for class `Bundler::Fetcher::Dependency'
|
222
|
+
# undefined method `specs<defaultArg>2' for class `Bundler::Fetcher::Dependency'
|
223
|
+
# wrong constant name dependency_api_uri<defaultArg>1
|
224
|
+
# wrong constant name dependency_api_uri
|
225
|
+
# wrong constant name dependency_specs
|
226
|
+
# wrong constant name get_formatted_specs_and_deps
|
227
|
+
# wrong constant name specs<defaultArg>1
|
228
|
+
# wrong constant name specs<defaultArg>2
|
229
|
+
# wrong constant name specs
|
230
|
+
# wrong constant name unmarshalled_dep_gems
|
231
|
+
# wrong constant name <static-init>
|
232
|
+
# undefined method `fetch<defaultArg>1' for class `Bundler::Fetcher::Downloader'
|
233
|
+
# undefined method `fetch<defaultArg>2' for class `Bundler::Fetcher::Downloader'
|
234
|
+
# wrong constant name connection
|
235
|
+
# wrong constant name fetch<defaultArg>1
|
236
|
+
# wrong constant name fetch<defaultArg>2
|
237
|
+
# wrong constant name fetch
|
238
|
+
# wrong constant name initialize
|
239
|
+
# wrong constant name redirect_limit
|
240
|
+
# wrong constant name request
|
241
|
+
# wrong constant name <static-init>
|
242
|
+
# wrong constant name fetch_spec
|
243
|
+
# wrong constant name specs
|
244
|
+
# wrong constant name <static-init>
|
245
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Fetcher::SSLError'
|
246
|
+
# Did you mean? initialize_dup
|
247
|
+
# wrong constant name initialize<defaultArg>1
|
248
|
+
# wrong constant name initialize
|
249
|
+
# wrong constant name <static-init>
|
250
|
+
# wrong constant name <static-init>
|
251
|
+
# wrong constant name api_timeout
|
252
|
+
# wrong constant name api_timeout=
|
253
|
+
# wrong constant name disable_endpoint
|
254
|
+
# wrong constant name disable_endpoint=
|
255
|
+
# wrong constant name max_retries
|
256
|
+
# wrong constant name max_retries=
|
257
|
+
# wrong constant name redirect_limit
|
258
|
+
# wrong constant name redirect_limit=
|
259
|
+
# wrong constant name link
|
260
|
+
# undefined singleton method `cp_lr<defaultArg>1' for `Bundler::FileUtils'
|
261
|
+
# undefined singleton method `cp_lr<defaultArg>2' for `Bundler::FileUtils'
|
262
|
+
# undefined singleton method `cp_lr<defaultArg>3' for `Bundler::FileUtils'
|
263
|
+
# undefined singleton method `cp_lr<defaultArg>4' for `Bundler::FileUtils'
|
264
|
+
# undefined singleton method `link_entry<defaultArg>1' for `Bundler::FileUtils'
|
265
|
+
# undefined singleton method `link_entry<defaultArg>2' for `Bundler::FileUtils'
|
266
|
+
# wrong constant name cp_lr<defaultArg>1
|
267
|
+
# wrong constant name cp_lr<defaultArg>2
|
268
|
+
# wrong constant name cp_lr<defaultArg>3
|
269
|
+
# wrong constant name cp_lr<defaultArg>4
|
270
|
+
# wrong constant name cp_lr
|
271
|
+
# wrong constant name link_entry<defaultArg>1
|
272
|
+
# wrong constant name link_entry<defaultArg>2
|
273
|
+
# wrong constant name link_entry
|
274
|
+
# undefined method `git_push<defaultArg>1' for class `Bundler::GemHelper'
|
275
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::GemHelper'
|
276
|
+
# Did you mean? initialize_dup
|
277
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::GemHelper'
|
278
|
+
# Did you mean? initialize_dup
|
279
|
+
# undefined method `install_gem<defaultArg>1' for class `Bundler::GemHelper'
|
280
|
+
# undefined method `install_gem<defaultArg>2' for class `Bundler::GemHelper'
|
281
|
+
# undefined method `perform_git_push<defaultArg>1' for class `Bundler::GemHelper'
|
282
|
+
# wrong constant name allowed_push_host
|
283
|
+
# wrong constant name already_tagged?
|
284
|
+
# wrong constant name base
|
285
|
+
# wrong constant name build_gem
|
286
|
+
# wrong constant name built_gem_path
|
287
|
+
# wrong constant name clean?
|
288
|
+
# wrong constant name committed?
|
289
|
+
# wrong constant name gem_command
|
290
|
+
# wrong constant name gem_key
|
291
|
+
# wrong constant name gem_push?
|
292
|
+
# wrong constant name gem_push_host
|
293
|
+
# wrong constant name gemspec
|
294
|
+
# wrong constant name git_push<defaultArg>1
|
295
|
+
# wrong constant name git_push
|
296
|
+
# wrong constant name guard_clean
|
297
|
+
# wrong constant name initialize<defaultArg>1
|
298
|
+
# wrong constant name initialize<defaultArg>2
|
299
|
+
# wrong constant name initialize
|
300
|
+
# wrong constant name install
|
301
|
+
# wrong constant name install_gem<defaultArg>1
|
302
|
+
# wrong constant name install_gem<defaultArg>2
|
303
|
+
# wrong constant name install_gem
|
304
|
+
# wrong constant name name
|
305
|
+
# wrong constant name perform_git_push<defaultArg>1
|
306
|
+
# wrong constant name perform_git_push
|
307
|
+
# wrong constant name rubygem_push
|
308
|
+
# wrong constant name sh
|
309
|
+
# wrong constant name sh_with_input
|
310
|
+
# wrong constant name sh_with_status
|
311
|
+
# wrong constant name spec_path
|
312
|
+
# wrong constant name tag_version
|
313
|
+
# wrong constant name version
|
314
|
+
# wrong constant name version_tag
|
315
|
+
# undefined singleton method `install_tasks<defaultArg>1' for `Bundler::GemHelper'
|
316
|
+
# wrong constant name <static-init>
|
317
|
+
# wrong constant name gemspec
|
318
|
+
# wrong constant name install_tasks<defaultArg>1
|
319
|
+
# wrong constant name install_tasks
|
320
|
+
# wrong constant name instance
|
321
|
+
# wrong constant name instance=
|
322
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::GemVersionPromoter'
|
323
|
+
# Did you mean? initialize_dup
|
324
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::GemVersionPromoter'
|
325
|
+
# Did you mean? initialize_dup
|
326
|
+
# wrong constant name initialize<defaultArg>1
|
327
|
+
# wrong constant name initialize<defaultArg>2
|
328
|
+
# wrong constant name initialize
|
329
|
+
# wrong constant name level
|
330
|
+
# wrong constant name level=
|
331
|
+
# wrong constant name locked_specs
|
332
|
+
# wrong constant name major?
|
333
|
+
# wrong constant name minor?
|
334
|
+
# wrong constant name prerelease_specified
|
335
|
+
# wrong constant name prerelease_specified=
|
336
|
+
# wrong constant name sort_versions
|
337
|
+
# wrong constant name strict
|
338
|
+
# wrong constant name strict=
|
339
|
+
# wrong constant name unlock_gems
|
340
|
+
# wrong constant name <static-init>
|
341
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Graph'
|
342
|
+
# Did you mean? initialize_dup
|
343
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::Graph'
|
344
|
+
# Did you mean? initialize_dup
|
345
|
+
# undefined method `initialize<defaultArg>3' for class `Bundler::Graph'
|
346
|
+
# Did you mean? initialize_dup
|
347
|
+
# undefined method `initialize<defaultArg>4' for class `Bundler::Graph'
|
348
|
+
# Did you mean? initialize_dup
|
349
|
+
# wrong constant name <Class:GraphVizClient>
|
350
|
+
# wrong constant name edge_options
|
351
|
+
# wrong constant name groups
|
352
|
+
# wrong constant name initialize<defaultArg>1
|
353
|
+
# wrong constant name initialize<defaultArg>2
|
354
|
+
# wrong constant name initialize<defaultArg>3
|
355
|
+
# wrong constant name initialize<defaultArg>4
|
356
|
+
# wrong constant name initialize
|
357
|
+
# wrong constant name node_options
|
358
|
+
# wrong constant name output_file
|
359
|
+
# wrong constant name output_format
|
360
|
+
# wrong constant name relations
|
361
|
+
# wrong constant name viz
|
362
|
+
# wrong constant name g
|
363
|
+
# wrong constant name initialize
|
364
|
+
# wrong constant name run
|
365
|
+
# wrong constant name <static-init>
|
366
|
+
# wrong constant name <static-init>
|
367
|
+
# uninitialized constant Bundler::Index::Elem
|
368
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Injector'
|
369
|
+
# Did you mean? initialize_dup
|
370
|
+
# wrong constant name initialize<defaultArg>1
|
371
|
+
# wrong constant name initialize
|
372
|
+
# wrong constant name inject
|
373
|
+
# wrong constant name remove
|
374
|
+
# undefined singleton method `inject<defaultArg>1' for `Bundler::Injector'
|
375
|
+
# undefined singleton method `remove<defaultArg>1' for `Bundler::Injector'
|
376
|
+
# wrong constant name <static-init>
|
377
|
+
# wrong constant name inject<defaultArg>1
|
378
|
+
# wrong constant name inject
|
379
|
+
# wrong constant name remove<defaultArg>1
|
380
|
+
# wrong constant name remove
|
381
|
+
# undefined method `generate_bundler_executable_stubs<defaultArg>1' for class `Bundler::Installer'
|
382
|
+
# wrong constant name generate_bundler_executable_stubs<defaultArg>1
|
383
|
+
# wrong constant name generate_bundler_executable_stubs
|
384
|
+
# wrong constant name generate_standalone_bundler_executable_stubs
|
385
|
+
# wrong constant name initialize
|
386
|
+
# wrong constant name post_install_messages
|
387
|
+
# wrong constant name run
|
388
|
+
# undefined singleton method `install<defaultArg>1' for `Bundler::Installer'
|
389
|
+
# wrong constant name <static-init>
|
390
|
+
# wrong constant name ambiguous_gems
|
391
|
+
# wrong constant name ambiguous_gems=
|
392
|
+
# wrong constant name install<defaultArg>1
|
393
|
+
# wrong constant name install
|
394
|
+
# uninitialized constant Bundler::Molinillo::DependencyGraph::Elem
|
395
|
+
# uninitialized constant Bundler::Molinillo::DependencyGraph::Log::Elem
|
396
|
+
# undefined method `_recursive_predecessors<defaultArg>1' for class `Bundler::Molinillo::DependencyGraph::Vertex'
|
397
|
+
# undefined method `_recursive_successors<defaultArg>1' for class `Bundler::Molinillo::DependencyGraph::Vertex'
|
398
|
+
# wrong constant name _recursive_predecessors<defaultArg>1
|
399
|
+
# wrong constant name _recursive_predecessors
|
400
|
+
# wrong constant name _recursive_successors<defaultArg>1
|
401
|
+
# wrong constant name _recursive_successors
|
402
|
+
# undefined method `app_cache_path<defaultArg>1' for module `Bundler::Plugin::API::Source'
|
403
|
+
# undefined method `cache<defaultArg>1' for module `Bundler::Plugin::API::Source'
|
404
|
+
# undefined method `post_install<defaultArg>1' for module `Bundler::Plugin::API::Source'
|
405
|
+
# wrong constant name ==
|
406
|
+
# wrong constant name app_cache_dirname
|
407
|
+
# wrong constant name app_cache_path<defaultArg>1
|
408
|
+
# wrong constant name app_cache_path
|
409
|
+
# wrong constant name bundler_plugin_api_source?
|
410
|
+
# wrong constant name cache<defaultArg>1
|
411
|
+
# wrong constant name cache
|
412
|
+
# wrong constant name cached!
|
413
|
+
# wrong constant name can_lock?
|
414
|
+
# wrong constant name dependency_names
|
415
|
+
# wrong constant name dependency_names=
|
416
|
+
# wrong constant name double_check_for
|
417
|
+
# wrong constant name eql?
|
418
|
+
# wrong constant name fetch_gemspec_files
|
419
|
+
# wrong constant name gem_install_dir
|
420
|
+
# wrong constant name hash
|
421
|
+
# wrong constant name include?
|
422
|
+
# wrong constant name initialize
|
423
|
+
# wrong constant name install
|
424
|
+
# wrong constant name install_path
|
425
|
+
# wrong constant name installed?
|
426
|
+
# wrong constant name name
|
427
|
+
# wrong constant name options
|
428
|
+
# wrong constant name options_to_lock
|
429
|
+
# wrong constant name post_install<defaultArg>1
|
430
|
+
# wrong constant name post_install
|
431
|
+
# wrong constant name remote!
|
432
|
+
# wrong constant name root
|
433
|
+
# wrong constant name specs
|
434
|
+
# wrong constant name to_lock
|
435
|
+
# wrong constant name to_s
|
436
|
+
# wrong constant name unlock!
|
437
|
+
# wrong constant name unmet_deps
|
438
|
+
# wrong constant name uri
|
439
|
+
# wrong constant name uri_hash
|
440
|
+
# wrong constant name <static-init>
|
441
|
+
# wrong constant name <Class:CommandConflict>
|
442
|
+
# wrong constant name <Class:SourceConflict>
|
443
|
+
# wrong constant name installed_plugins
|
444
|
+
# wrong constant name plugin_commands
|
445
|
+
# wrong constant name initialize
|
446
|
+
# wrong constant name <static-init>
|
447
|
+
# wrong constant name initialize
|
448
|
+
# wrong constant name <static-init>
|
449
|
+
# wrong constant name <Class:Git>
|
450
|
+
# wrong constant name <Class:Rubygems>
|
451
|
+
# wrong constant name install
|
452
|
+
# wrong constant name install_definition
|
453
|
+
# undefined method `generate_bin<defaultArg>1' for class `Bundler::Plugin::Installer::Git'
|
454
|
+
# uninitialized constant Bundler::Plugin::Installer::Git::DEFAULT_GLOB
|
455
|
+
# wrong constant name generate_bin<defaultArg>1
|
456
|
+
# wrong constant name generate_bin
|
457
|
+
# wrong constant name <static-init>
|
458
|
+
# uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
|
459
|
+
# Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
|
460
|
+
# uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
|
461
|
+
# Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
|
462
|
+
# wrong constant name <static-init>
|
463
|
+
# wrong constant name <static-init>
|
464
|
+
# wrong constant name <static-init>
|
465
|
+
# wrong constant name list
|
466
|
+
# undefined singleton method `lock<defaultArg>1' for `Bundler::ProcessLock'
|
467
|
+
# wrong constant name <static-init>
|
468
|
+
# wrong constant name lock<defaultArg>1
|
469
|
+
# wrong constant name lock
|
470
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Retry'
|
471
|
+
# Did you mean? initialize_dup
|
472
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::Retry'
|
473
|
+
# Did you mean? initialize_dup
|
474
|
+
# wrong constant name attempt
|
475
|
+
# wrong constant name attempts
|
476
|
+
# wrong constant name current_run
|
477
|
+
# wrong constant name current_run=
|
478
|
+
# wrong constant name initialize<defaultArg>1
|
479
|
+
# wrong constant name initialize<defaultArg>2
|
480
|
+
# wrong constant name initialize
|
481
|
+
# wrong constant name name
|
482
|
+
# wrong constant name name=
|
483
|
+
# wrong constant name total_runs
|
484
|
+
# wrong constant name total_runs=
|
485
|
+
# wrong constant name <static-init>
|
486
|
+
# wrong constant name attempts
|
487
|
+
# wrong constant name default_attempts
|
488
|
+
# wrong constant name default_retries
|
489
|
+
# uninitialized constant Bundler::RubyGemsGemInstaller::ENV_PATHS
|
490
|
+
# wrong constant name <static-init>
|
491
|
+
# wrong constant name add_to_load_path
|
492
|
+
# wrong constant name all_specs
|
493
|
+
# wrong constant name backport_ext_builder_monitor
|
494
|
+
# wrong constant name correct_for_windows_path
|
495
|
+
# wrong constant name default_stubs
|
496
|
+
# wrong constant name find_name
|
497
|
+
# wrong constant name gem_remote_fetcher
|
498
|
+
# wrong constant name plain_specs
|
499
|
+
# wrong constant name plain_specs=
|
500
|
+
# wrong constant name stub_rubygems
|
501
|
+
# wrong constant name use_gemdeps
|
502
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Settings::Mirror'
|
503
|
+
# Did you mean? initialize_dup
|
504
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::Settings::Mirror'
|
505
|
+
# Did you mean? initialize_dup
|
506
|
+
# undefined method `validate!<defaultArg>1' for class `Bundler::Settings::Mirror'
|
507
|
+
# wrong constant name ==
|
508
|
+
# wrong constant name fallback_timeout
|
509
|
+
# wrong constant name fallback_timeout=
|
510
|
+
# wrong constant name initialize<defaultArg>1
|
511
|
+
# wrong constant name initialize<defaultArg>2
|
512
|
+
# wrong constant name initialize
|
513
|
+
# wrong constant name uri
|
514
|
+
# wrong constant name uri=
|
515
|
+
# wrong constant name valid?
|
516
|
+
# wrong constant name validate!<defaultArg>1
|
517
|
+
# wrong constant name validate!
|
518
|
+
# wrong constant name <static-init>
|
519
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Settings::Mirrors'
|
520
|
+
# Did you mean? initialize_dup
|
521
|
+
# wrong constant name each
|
522
|
+
# wrong constant name for
|
523
|
+
# wrong constant name initialize<defaultArg>1
|
524
|
+
# wrong constant name initialize
|
525
|
+
# wrong constant name parse
|
526
|
+
# wrong constant name <static-init>
|
527
|
+
# wrong constant name <Class:Rule>
|
528
|
+
# wrong constant name description
|
529
|
+
# wrong constant name fail!
|
530
|
+
# wrong constant name initialize
|
531
|
+
# wrong constant name k
|
532
|
+
# wrong constant name set
|
533
|
+
# wrong constant name validate!
|
534
|
+
# wrong constant name <static-init>
|
535
|
+
# wrong constant name <static-init>
|
536
|
+
# wrong constant name validate!
|
537
|
+
# uninitialized constant Bundler::Source::Git::DEFAULT_GLOB
|
538
|
+
# wrong constant name glob
|
539
|
+
# uninitialized constant Bundler::SpecSet::Elem
|
540
|
+
# undefined method `help<defaultArg>1' for class `Bundler::Thor'
|
541
|
+
# undefined method `help<defaultArg>2' for class `Bundler::Thor'
|
542
|
+
# wrong constant name <Class:Actions>
|
543
|
+
# wrong constant name <Class:AmbiguousCommandError>
|
544
|
+
# wrong constant name <Class:Argument>
|
545
|
+
# wrong constant name <Class:Arguments>
|
546
|
+
# wrong constant name <Class:Base>
|
547
|
+
# wrong constant name <Class:Command>
|
548
|
+
# wrong constant name <Class:CoreExt>
|
549
|
+
# wrong constant name <Class:DynamicCommand>
|
550
|
+
# wrong constant name <Class:Error>
|
551
|
+
# wrong constant name <Class:Group>
|
552
|
+
# wrong constant name <Class:HiddenCommand>
|
553
|
+
# wrong constant name <Class:Invocation>
|
554
|
+
# wrong constant name <Class:InvocationError>
|
555
|
+
# wrong constant name <Class:LineEditor>
|
556
|
+
# wrong constant name <Class:MalformattedArgumentError>
|
557
|
+
# wrong constant name <Class:NestedContext>
|
558
|
+
# wrong constant name <Class:NoKwargSpellChecker>
|
559
|
+
# wrong constant name <Class:Option>
|
560
|
+
# wrong constant name <Class:Options>
|
561
|
+
# wrong constant name <Class:RequiredArgumentMissingError>
|
562
|
+
# uninitialized constant Bundler::Thor::SHELL_DELEGATED_METHODS
|
563
|
+
# wrong constant name <Class:Sandbox>
|
564
|
+
# wrong constant name <Class:Shell>
|
565
|
+
# wrong constant name <Class:UndefinedCommandError>
|
566
|
+
# wrong constant name <Class:UnknownArgumentError>
|
567
|
+
# wrong constant name <Class:Util>
|
568
|
+
# wrong constant name help<defaultArg>1
|
569
|
+
# wrong constant name help<defaultArg>2
|
570
|
+
# wrong constant name help
|
571
|
+
# undefined method `apply<defaultArg>1' for module `Bundler::Thor::Actions'
|
572
|
+
# undefined method `chmod<defaultArg>1' for module `Bundler::Thor::Actions'
|
573
|
+
# undefined method `empty_directory<defaultArg>1' for module `Bundler::Thor::Actions'
|
574
|
+
# undefined method `initialize<defaultArg>1' for module `Bundler::Thor::Actions'
|
575
|
+
# Did you mean? initialize_dup
|
576
|
+
# undefined method `initialize<defaultArg>2' for module `Bundler::Thor::Actions'
|
577
|
+
# Did you mean? initialize_dup
|
578
|
+
# undefined method `initialize<defaultArg>3' for module `Bundler::Thor::Actions'
|
579
|
+
# Did you mean? initialize_dup
|
580
|
+
# undefined method `inside<defaultArg>1' for module `Bundler::Thor::Actions'
|
581
|
+
# undefined method `inside<defaultArg>2' for module `Bundler::Thor::Actions'
|
582
|
+
# undefined method `relative_to_original_destination_root<defaultArg>1' for module `Bundler::Thor::Actions'
|
583
|
+
# undefined method `remove_dir<defaultArg>1' for module `Bundler::Thor::Actions'
|
584
|
+
# undefined method `remove_file<defaultArg>1' for module `Bundler::Thor::Actions'
|
585
|
+
# undefined method `run<defaultArg>1' for module `Bundler::Thor::Actions'
|
586
|
+
# undefined method `run_ruby_script<defaultArg>1' for module `Bundler::Thor::Actions'
|
587
|
+
# wrong constant name <Class:CapturableERB>
|
588
|
+
# wrong constant name <Class:ClassMethods>
|
589
|
+
# wrong constant name <Class:CreateFile>
|
590
|
+
# wrong constant name <Class:CreateLink>
|
591
|
+
# wrong constant name <Class:Directory>
|
592
|
+
# wrong constant name <Class:EmptyDirectory>
|
593
|
+
# wrong constant name <Class:InjectIntoFile>
|
594
|
+
# wrong constant name _cleanup_options_and_set
|
595
|
+
# wrong constant name _shared_configuration
|
596
|
+
# wrong constant name action
|
597
|
+
# wrong constant name add_file
|
598
|
+
# wrong constant name add_link
|
599
|
+
# wrong constant name append_file
|
600
|
+
# wrong constant name append_to_file
|
601
|
+
# wrong constant name apply<defaultArg>1
|
602
|
+
# wrong constant name apply
|
603
|
+
# wrong constant name behavior
|
604
|
+
# wrong constant name behavior=
|
605
|
+
# wrong constant name chmod<defaultArg>1
|
606
|
+
# wrong constant name chmod
|
607
|
+
# wrong constant name comment_lines
|
608
|
+
# wrong constant name copy_file
|
609
|
+
# wrong constant name create_file
|
610
|
+
# wrong constant name create_link
|
611
|
+
# wrong constant name destination_root
|
612
|
+
# wrong constant name destination_root=
|
613
|
+
# wrong constant name directory
|
614
|
+
# wrong constant name empty_directory<defaultArg>1
|
615
|
+
# wrong constant name empty_directory
|
616
|
+
# wrong constant name find_in_source_paths
|
617
|
+
# wrong constant name get
|
618
|
+
# wrong constant name gsub_file
|
619
|
+
# wrong constant name in_root
|
620
|
+
# wrong constant name initialize<defaultArg>1
|
621
|
+
# wrong constant name initialize<defaultArg>2
|
622
|
+
# wrong constant name initialize<defaultArg>3
|
623
|
+
# wrong constant name initialize
|
624
|
+
# wrong constant name inject_into_class
|
625
|
+
# wrong constant name inject_into_file
|
626
|
+
# wrong constant name inject_into_module
|
627
|
+
# wrong constant name insert_into_file
|
628
|
+
# wrong constant name inside<defaultArg>1
|
629
|
+
# wrong constant name inside<defaultArg>2
|
630
|
+
# wrong constant name inside
|
631
|
+
# wrong constant name link_file
|
632
|
+
# wrong constant name prepend_file
|
633
|
+
# wrong constant name prepend_to_file
|
634
|
+
# wrong constant name relative_to_original_destination_root<defaultArg>1
|
635
|
+
# wrong constant name relative_to_original_destination_root
|
636
|
+
# wrong constant name remove_dir<defaultArg>1
|
637
|
+
# wrong constant name remove_dir
|
638
|
+
# wrong constant name remove_file<defaultArg>1
|
639
|
+
# wrong constant name remove_file
|
640
|
+
# wrong constant name run<defaultArg>1
|
641
|
+
# wrong constant name run
|
642
|
+
# wrong constant name run_ruby_script<defaultArg>1
|
643
|
+
# wrong constant name run_ruby_script
|
644
|
+
# wrong constant name source_paths
|
645
|
+
# wrong constant name template
|
646
|
+
# wrong constant name thor
|
647
|
+
# wrong constant name uncomment_lines
|
648
|
+
# uninitialized constant Bundler::Thor::Actions::CapturableERB::Revision
|
649
|
+
# wrong constant name <static-init>
|
650
|
+
# undefined method `source_root<defaultArg>1' for module `Bundler::Thor::Actions::ClassMethods'
|
651
|
+
# wrong constant name add_runtime_options!
|
652
|
+
# wrong constant name source_paths
|
653
|
+
# wrong constant name source_paths_for_search
|
654
|
+
# wrong constant name source_root<defaultArg>1
|
655
|
+
# wrong constant name source_root
|
656
|
+
# wrong constant name <static-init>
|
657
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::Actions::CreateFile'
|
658
|
+
# Did you mean? initialize_dup
|
659
|
+
# wrong constant name data
|
660
|
+
# wrong constant name force_on_collision?
|
661
|
+
# wrong constant name force_or_skip_or_conflict
|
662
|
+
# wrong constant name identical?
|
663
|
+
# wrong constant name initialize<defaultArg>1
|
664
|
+
# wrong constant name initialize
|
665
|
+
# wrong constant name on_conflict_behavior
|
666
|
+
# wrong constant name render
|
667
|
+
# wrong constant name <static-init>
|
668
|
+
# wrong constant name <static-init>
|
669
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::Actions::Directory'
|
670
|
+
# Did you mean? initialize_dup
|
671
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::Thor::Actions::Directory'
|
672
|
+
# Did you mean? initialize_dup
|
673
|
+
# wrong constant name execute!
|
674
|
+
# wrong constant name file_level_lookup
|
675
|
+
# wrong constant name files
|
676
|
+
# wrong constant name initialize<defaultArg>1
|
677
|
+
# wrong constant name initialize<defaultArg>2
|
678
|
+
# wrong constant name initialize
|
679
|
+
# wrong constant name source
|
680
|
+
# wrong constant name <static-init>
|
681
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::Actions::EmptyDirectory'
|
682
|
+
# Did you mean? initialize_dup
|
683
|
+
# wrong constant name base
|
684
|
+
# wrong constant name config
|
685
|
+
# wrong constant name convert_encoded_instructions
|
686
|
+
# wrong constant name destination
|
687
|
+
# wrong constant name destination=
|
688
|
+
# wrong constant name exists?
|
689
|
+
# wrong constant name given_destination
|
690
|
+
# wrong constant name initialize<defaultArg>1
|
691
|
+
# wrong constant name initialize
|
692
|
+
# wrong constant name invoke!
|
693
|
+
# wrong constant name invoke_with_conflict_check
|
694
|
+
# wrong constant name on_conflict_behavior
|
695
|
+
# wrong constant name on_file_clash_behavior
|
696
|
+
# wrong constant name pretend?
|
697
|
+
# wrong constant name relative_destination
|
698
|
+
# wrong constant name revoke!
|
699
|
+
# wrong constant name say_status
|
700
|
+
# wrong constant name <static-init>
|
701
|
+
# undefined method `say_status<defaultArg>1' for class `Bundler::Thor::Actions::InjectIntoFile'
|
702
|
+
# undefined method `say_status<defaultArg>2' for class `Bundler::Thor::Actions::InjectIntoFile'
|
703
|
+
# wrong constant name behavior
|
704
|
+
# wrong constant name flag
|
705
|
+
# wrong constant name initialize
|
706
|
+
# wrong constant name replace!
|
707
|
+
# wrong constant name replacement
|
708
|
+
# wrong constant name say_status<defaultArg>1
|
709
|
+
# wrong constant name say_status<defaultArg>2
|
710
|
+
# wrong constant name say_status
|
711
|
+
# wrong constant name <static-init>
|
712
|
+
# wrong constant name <static-init>
|
713
|
+
# wrong constant name included
|
714
|
+
# wrong constant name <static-init>
|
715
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::Argument'
|
716
|
+
# Did you mean? initialize_dup
|
717
|
+
# wrong constant name banner
|
718
|
+
# wrong constant name default
|
719
|
+
# wrong constant name default_banner
|
720
|
+
# wrong constant name description
|
721
|
+
# wrong constant name enum
|
722
|
+
# wrong constant name human_name
|
723
|
+
# wrong constant name initialize<defaultArg>1
|
724
|
+
# wrong constant name initialize
|
725
|
+
# wrong constant name name
|
726
|
+
# wrong constant name required
|
727
|
+
# wrong constant name required?
|
728
|
+
# wrong constant name show_default?
|
729
|
+
# wrong constant name type
|
730
|
+
# wrong constant name usage
|
731
|
+
# wrong constant name valid_type?
|
732
|
+
# wrong constant name validate!
|
733
|
+
# wrong constant name <static-init>
|
734
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::Arguments'
|
735
|
+
# Did you mean? initialize_dup
|
736
|
+
# wrong constant name initialize<defaultArg>1
|
737
|
+
# wrong constant name initialize
|
738
|
+
# wrong constant name parse
|
739
|
+
# wrong constant name remaining
|
740
|
+
# wrong constant name <static-init>
|
741
|
+
# wrong constant name parse
|
742
|
+
# wrong constant name split
|
743
|
+
# undefined method `initialize<defaultArg>1' for module `Bundler::Thor::Base'
|
744
|
+
# Did you mean? initialize_dup
|
745
|
+
# undefined method `initialize<defaultArg>2' for module `Bundler::Thor::Base'
|
746
|
+
# Did you mean? initialize_dup
|
747
|
+
# undefined method `initialize<defaultArg>3' for module `Bundler::Thor::Base'
|
748
|
+
# Did you mean? initialize_dup
|
749
|
+
# wrong constant name <Class:ClassMethods>
|
750
|
+
# wrong constant name args
|
751
|
+
# wrong constant name args=
|
752
|
+
# wrong constant name initialize<defaultArg>1
|
753
|
+
# wrong constant name initialize<defaultArg>2
|
754
|
+
# wrong constant name initialize<defaultArg>3
|
755
|
+
# wrong constant name initialize
|
756
|
+
# wrong constant name options
|
757
|
+
# wrong constant name options=
|
758
|
+
# wrong constant name parent_options
|
759
|
+
# wrong constant name parent_options=
|
760
|
+
# undefined method `argument<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
761
|
+
# undefined method `class_option<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
762
|
+
# undefined method `class_options<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
763
|
+
# undefined method `class_options_help<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
764
|
+
# undefined method `from_superclass<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
765
|
+
# undefined method `group<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
766
|
+
# undefined method `handle_no_command_error<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
767
|
+
# undefined method `handle_no_task_error<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
768
|
+
# undefined method `namespace<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
769
|
+
# undefined method `print_options<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
770
|
+
# undefined method `start<defaultArg>1' for module `Bundler::Thor::Base::ClassMethods'
|
771
|
+
# undefined method `start<defaultArg>2' for module `Bundler::Thor::Base::ClassMethods'
|
772
|
+
# wrong constant name all_commands
|
773
|
+
# wrong constant name all_tasks
|
774
|
+
# wrong constant name allow_incompatible_default_type!
|
775
|
+
# wrong constant name argument<defaultArg>1
|
776
|
+
# wrong constant name argument
|
777
|
+
# wrong constant name arguments
|
778
|
+
# wrong constant name attr_accessor
|
779
|
+
# wrong constant name attr_reader
|
780
|
+
# wrong constant name attr_writer
|
781
|
+
# wrong constant name baseclass
|
782
|
+
# wrong constant name basename
|
783
|
+
# wrong constant name build_option
|
784
|
+
# wrong constant name build_options
|
785
|
+
# wrong constant name check_default_type
|
786
|
+
# wrong constant name check_default_type!
|
787
|
+
# wrong constant name check_unknown_options
|
788
|
+
# wrong constant name check_unknown_options!
|
789
|
+
# wrong constant name check_unknown_options?
|
790
|
+
# wrong constant name class_option<defaultArg>1
|
791
|
+
# wrong constant name class_option
|
792
|
+
# wrong constant name class_options<defaultArg>1
|
793
|
+
# wrong constant name class_options
|
794
|
+
# wrong constant name class_options_help<defaultArg>1
|
795
|
+
# wrong constant name class_options_help
|
796
|
+
# wrong constant name commands
|
797
|
+
# wrong constant name create_command
|
798
|
+
# wrong constant name create_task
|
799
|
+
# wrong constant name disable_required_check?
|
800
|
+
# wrong constant name dispatch
|
801
|
+
# wrong constant name exit_on_failure?
|
802
|
+
# wrong constant name find_and_refresh_command
|
803
|
+
# wrong constant name find_and_refresh_task
|
804
|
+
# wrong constant name from_superclass<defaultArg>1
|
805
|
+
# wrong constant name from_superclass
|
806
|
+
# wrong constant name group<defaultArg>1
|
807
|
+
# wrong constant name group
|
808
|
+
# wrong constant name handle_argument_error
|
809
|
+
# wrong constant name handle_no_command_error<defaultArg>1
|
810
|
+
# wrong constant name handle_no_command_error
|
811
|
+
# wrong constant name handle_no_task_error<defaultArg>1
|
812
|
+
# wrong constant name handle_no_task_error
|
813
|
+
# wrong constant name inherited
|
814
|
+
# wrong constant name initialize_added
|
815
|
+
# wrong constant name is_thor_reserved_word?
|
816
|
+
# wrong constant name method_added
|
817
|
+
# wrong constant name namespace<defaultArg>1
|
818
|
+
# wrong constant name namespace
|
819
|
+
# wrong constant name no_commands
|
820
|
+
# wrong constant name no_commands?
|
821
|
+
# wrong constant name no_commands_context
|
822
|
+
# wrong constant name no_tasks
|
823
|
+
# wrong constant name print_options<defaultArg>1
|
824
|
+
# wrong constant name print_options
|
825
|
+
# wrong constant name public_command
|
826
|
+
# wrong constant name public_task
|
827
|
+
# wrong constant name remove_argument
|
828
|
+
# wrong constant name remove_class_option
|
829
|
+
# wrong constant name remove_command
|
830
|
+
# wrong constant name remove_task
|
831
|
+
# wrong constant name start<defaultArg>1
|
832
|
+
# wrong constant name start<defaultArg>2
|
833
|
+
# wrong constant name start
|
834
|
+
# wrong constant name stop_on_unknown_option?
|
835
|
+
# wrong constant name strict_args_position
|
836
|
+
# wrong constant name strict_args_position!
|
837
|
+
# wrong constant name strict_args_position?
|
838
|
+
# wrong constant name tasks
|
839
|
+
# wrong constant name <static-init>
|
840
|
+
# wrong constant name <static-init>
|
841
|
+
# wrong constant name included
|
842
|
+
# wrong constant name register_klass_file
|
843
|
+
# wrong constant name shell
|
844
|
+
# wrong constant name shell=
|
845
|
+
# wrong constant name subclass_files
|
846
|
+
# wrong constant name subclasses
|
847
|
+
# undefined method `formatted_usage<defaultArg>1' for class `Bundler::Thor::Command'
|
848
|
+
# undefined method `formatted_usage<defaultArg>2' for class `Bundler::Thor::Command'
|
849
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::Command'
|
850
|
+
# Did you mean? initialize_dup
|
851
|
+
# undefined method `run<defaultArg>1' for class `Bundler::Thor::Command'
|
852
|
+
# wrong constant name formatted_usage<defaultArg>1
|
853
|
+
# wrong constant name formatted_usage<defaultArg>2
|
854
|
+
# wrong constant name formatted_usage
|
855
|
+
# wrong constant name handle_argument_error?
|
856
|
+
# wrong constant name handle_no_method_error?
|
857
|
+
# wrong constant name hidden?
|
858
|
+
# wrong constant name initialize<defaultArg>1
|
859
|
+
# wrong constant name initialize
|
860
|
+
# wrong constant name local_method?
|
861
|
+
# wrong constant name not_debugging?
|
862
|
+
# wrong constant name private_method?
|
863
|
+
# wrong constant name public_method?
|
864
|
+
# wrong constant name required_arguments_for
|
865
|
+
# wrong constant name required_options
|
866
|
+
# wrong constant name run<defaultArg>1
|
867
|
+
# wrong constant name run
|
868
|
+
# wrong constant name sans_backtrace
|
869
|
+
# wrong constant name <static-init>
|
870
|
+
# wrong constant name <Class:HashWithIndifferentAccess>
|
871
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::CoreExt::HashWithIndifferentAccess'
|
872
|
+
# Did you mean? initialize_dup
|
873
|
+
# uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::Elem
|
874
|
+
# uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::K
|
875
|
+
# uninitialized constant Bundler::Thor::CoreExt::HashWithIndifferentAccess::V
|
876
|
+
# wrong constant name []
|
877
|
+
# wrong constant name []=
|
878
|
+
# wrong constant name convert_key
|
879
|
+
# wrong constant name delete
|
880
|
+
# wrong constant name fetch
|
881
|
+
# wrong constant name initialize<defaultArg>1
|
882
|
+
# wrong constant name initialize
|
883
|
+
# wrong constant name key?
|
884
|
+
# wrong constant name merge
|
885
|
+
# wrong constant name merge!
|
886
|
+
# wrong constant name method_missing
|
887
|
+
# wrong constant name replace
|
888
|
+
# wrong constant name reverse_merge
|
889
|
+
# wrong constant name reverse_merge!
|
890
|
+
# wrong constant name values_at
|
891
|
+
# wrong constant name <static-init>
|
892
|
+
# wrong constant name <static-init>
|
893
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::DynamicCommand'
|
894
|
+
# Did you mean? initialize_dup
|
895
|
+
# uninitialized constant Bundler::Thor::DynamicCommand::FILE_REGEXP
|
896
|
+
# wrong constant name initialize<defaultArg>1
|
897
|
+
# wrong constant name initialize
|
898
|
+
# wrong constant name <static-init>
|
899
|
+
# wrong constant name <static-init>
|
900
|
+
# undefined method `_invoke_for_class_method<defaultArg>1' for class `Bundler::Thor::Group'
|
901
|
+
# uninitialized constant Bundler::Thor::Group::SHELL_DELEGATED_METHODS
|
902
|
+
# Did you mean? Bundler::Thor::SHELL_DELEGATED_METHODS
|
903
|
+
# wrong constant name _invoke_for_class_method<defaultArg>1
|
904
|
+
# wrong constant name _invoke_for_class_method
|
905
|
+
# undefined singleton method `desc<defaultArg>1' for `Bundler::Thor::Group'
|
906
|
+
# wrong constant name <static-init>
|
907
|
+
# wrong constant name banner
|
908
|
+
# wrong constant name desc<defaultArg>1
|
909
|
+
# wrong constant name desc
|
910
|
+
# wrong constant name get_options_from_invocations
|
911
|
+
# wrong constant name handle_argument_error
|
912
|
+
# wrong constant name help
|
913
|
+
# wrong constant name invocation_blocks
|
914
|
+
# wrong constant name invocations
|
915
|
+
# wrong constant name invoke
|
916
|
+
# wrong constant name invoke_from_option
|
917
|
+
# wrong constant name printable_commands
|
918
|
+
# wrong constant name printable_tasks
|
919
|
+
# wrong constant name remove_invocation
|
920
|
+
# wrong constant name self_command
|
921
|
+
# wrong constant name self_task
|
922
|
+
# uninitialized constant Bundler::Thor::HiddenCommand::FILE_REGEXP
|
923
|
+
# wrong constant name <static-init>
|
924
|
+
# undefined method `_retrieve_class_and_command<defaultArg>1' for module `Bundler::Thor::Invocation'
|
925
|
+
# undefined method `_retrieve_class_and_task<defaultArg>1' for module `Bundler::Thor::Invocation'
|
926
|
+
# undefined method `initialize<defaultArg>1' for module `Bundler::Thor::Invocation'
|
927
|
+
# Did you mean? initialize_dup
|
928
|
+
# undefined method `initialize<defaultArg>2' for module `Bundler::Thor::Invocation'
|
929
|
+
# Did you mean? initialize_dup
|
930
|
+
# undefined method `initialize<defaultArg>3' for module `Bundler::Thor::Invocation'
|
931
|
+
# Did you mean? initialize_dup
|
932
|
+
# undefined method `invoke<defaultArg>1' for module `Bundler::Thor::Invocation'
|
933
|
+
# wrong constant name <Class:ClassMethods>
|
934
|
+
# wrong constant name _parse_initialization_options
|
935
|
+
# wrong constant name _retrieve_class_and_command<defaultArg>1
|
936
|
+
# wrong constant name _retrieve_class_and_command
|
937
|
+
# wrong constant name _retrieve_class_and_task<defaultArg>1
|
938
|
+
# wrong constant name _retrieve_class_and_task
|
939
|
+
# wrong constant name _shared_configuration
|
940
|
+
# wrong constant name current_command_chain
|
941
|
+
# wrong constant name initialize<defaultArg>1
|
942
|
+
# wrong constant name initialize<defaultArg>2
|
943
|
+
# wrong constant name initialize<defaultArg>3
|
944
|
+
# wrong constant name initialize
|
945
|
+
# wrong constant name invoke<defaultArg>1
|
946
|
+
# wrong constant name invoke
|
947
|
+
# wrong constant name invoke_all
|
948
|
+
# wrong constant name invoke_command
|
949
|
+
# wrong constant name invoke_task
|
950
|
+
# wrong constant name invoke_with_padding
|
951
|
+
# wrong constant name prepare_for_invocation
|
952
|
+
# wrong constant name <static-init>
|
953
|
+
# wrong constant name <static-init>
|
954
|
+
# wrong constant name included
|
955
|
+
# wrong constant name <static-init>
|
956
|
+
# wrong constant name <Class:Basic>
|
957
|
+
# wrong constant name <Class:Readline>
|
958
|
+
# wrong constant name initialize
|
959
|
+
# wrong constant name options
|
960
|
+
# wrong constant name prompt
|
961
|
+
# wrong constant name readline
|
962
|
+
# wrong constant name <static-init>
|
963
|
+
# wrong constant name available?
|
964
|
+
# wrong constant name <Class:PathCompletion>
|
965
|
+
# wrong constant name initialize
|
966
|
+
# wrong constant name matches
|
967
|
+
# wrong constant name <static-init>
|
968
|
+
# wrong constant name <static-init>
|
969
|
+
# undefined singleton method `readline<defaultArg>1' for `Bundler::Thor::LineEditor'
|
970
|
+
# wrong constant name <static-init>
|
971
|
+
# wrong constant name best_available
|
972
|
+
# wrong constant name readline<defaultArg>1
|
973
|
+
# wrong constant name readline
|
974
|
+
# wrong constant name <static-init>
|
975
|
+
# wrong constant name enter
|
976
|
+
# wrong constant name entered?
|
977
|
+
# wrong constant name <static-init>
|
978
|
+
# wrong constant name initialize
|
979
|
+
# wrong constant name <static-init>
|
980
|
+
# undefined method `usage<defaultArg>1' for class `Bundler::Thor::Option'
|
981
|
+
# wrong constant name aliases
|
982
|
+
# wrong constant name array?
|
983
|
+
# wrong constant name boolean?
|
984
|
+
# wrong constant name dasherize
|
985
|
+
# wrong constant name dasherized?
|
986
|
+
# wrong constant name group
|
987
|
+
# wrong constant name hash?
|
988
|
+
# wrong constant name hide
|
989
|
+
# wrong constant name lazy_default
|
990
|
+
# wrong constant name numeric?
|
991
|
+
# wrong constant name repeatable
|
992
|
+
# wrong constant name string?
|
993
|
+
# wrong constant name switch_name
|
994
|
+
# wrong constant name undasherize
|
995
|
+
# wrong constant name usage<defaultArg>1
|
996
|
+
# wrong constant name usage
|
997
|
+
# wrong constant name validate_default_type!
|
998
|
+
# wrong constant name <static-init>
|
999
|
+
# wrong constant name parse
|
1000
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::Thor::Options'
|
1001
|
+
# Did you mean? initialize_dup
|
1002
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::Thor::Options'
|
1003
|
+
# Did you mean? initialize_dup
|
1004
|
+
# undefined method `initialize<defaultArg>3' for class `Bundler::Thor::Options'
|
1005
|
+
# Did you mean? initialize_dup
|
1006
|
+
# undefined method `initialize<defaultArg>4' for class `Bundler::Thor::Options'
|
1007
|
+
# Did you mean? initialize_dup
|
1008
|
+
# uninitialized constant Bundler::Thor::Options::NUMERIC
|
1009
|
+
# Did you mean? Numeric
|
1010
|
+
# wrong constant name assign_result!
|
1011
|
+
# wrong constant name check_unknown!
|
1012
|
+
# wrong constant name current_is_switch?
|
1013
|
+
# wrong constant name current_is_switch_formatted?
|
1014
|
+
# wrong constant name initialize<defaultArg>1
|
1015
|
+
# wrong constant name initialize<defaultArg>2
|
1016
|
+
# wrong constant name initialize<defaultArg>3
|
1017
|
+
# wrong constant name initialize<defaultArg>4
|
1018
|
+
# wrong constant name initialize
|
1019
|
+
# wrong constant name normalize_switch
|
1020
|
+
# wrong constant name parse_boolean
|
1021
|
+
# wrong constant name parse_peek
|
1022
|
+
# wrong constant name parsing_options?
|
1023
|
+
# wrong constant name switch?
|
1024
|
+
# wrong constant name switch_option
|
1025
|
+
# wrong constant name <static-init>
|
1026
|
+
# wrong constant name to_switches
|
1027
|
+
# wrong constant name <static-init>
|
1028
|
+
# wrong constant name <static-init>
|
1029
|
+
# undefined method `initialize<defaultArg>1' for module `Bundler::Thor::Shell'
|
1030
|
+
# Did you mean? initialize_dup
|
1031
|
+
# undefined method `initialize<defaultArg>2' for module `Bundler::Thor::Shell'
|
1032
|
+
# Did you mean? initialize_dup
|
1033
|
+
# undefined method `initialize<defaultArg>3' for module `Bundler::Thor::Shell'
|
1034
|
+
# Did you mean? initialize_dup
|
1035
|
+
# wrong constant name <Class:Basic>
|
1036
|
+
# wrong constant name <Class:Color>
|
1037
|
+
# wrong constant name <Class:HTML>
|
1038
|
+
# wrong constant name _shared_configuration
|
1039
|
+
# wrong constant name ask
|
1040
|
+
# wrong constant name error
|
1041
|
+
# wrong constant name file_collision
|
1042
|
+
# wrong constant name initialize<defaultArg>1
|
1043
|
+
# wrong constant name initialize<defaultArg>2
|
1044
|
+
# wrong constant name initialize<defaultArg>3
|
1045
|
+
# wrong constant name initialize
|
1046
|
+
# wrong constant name no?
|
1047
|
+
# wrong constant name print_in_columns
|
1048
|
+
# wrong constant name print_table
|
1049
|
+
# wrong constant name print_wrapped
|
1050
|
+
# wrong constant name say
|
1051
|
+
# wrong constant name say_status
|
1052
|
+
# wrong constant name set_color
|
1053
|
+
# wrong constant name shell
|
1054
|
+
# wrong constant name shell=
|
1055
|
+
# wrong constant name terminal_width
|
1056
|
+
# wrong constant name with_padding
|
1057
|
+
# wrong constant name yes?
|
1058
|
+
# undefined method `indent<defaultArg>1' for class `Bundler::Thor::Shell::Basic'
|
1059
|
+
# undefined method `no?<defaultArg>1' for class `Bundler::Thor::Shell::Basic'
|
1060
|
+
# undefined method `print_table<defaultArg>1' for class `Bundler::Thor::Shell::Basic'
|
1061
|
+
# undefined method `print_wrapped<defaultArg>1' for class `Bundler::Thor::Shell::Basic'
|
1062
|
+
# undefined method `say<defaultArg>1' for class `Bundler::Thor::Shell::Basic'
|
1063
|
+
# undefined method `say<defaultArg>2' for class `Bundler::Thor::Shell::Basic'
|
1064
|
+
# undefined method `say<defaultArg>3' for class `Bundler::Thor::Shell::Basic'
|
1065
|
+
# undefined method `say_status<defaultArg>1' for class `Bundler::Thor::Shell::Basic'
|
1066
|
+
# undefined method `yes?<defaultArg>1' for class `Bundler::Thor::Shell::Basic'
|
1067
|
+
# wrong constant name answer_match
|
1068
|
+
# wrong constant name as_unicode
|
1069
|
+
# wrong constant name ask
|
1070
|
+
# wrong constant name ask_filtered
|
1071
|
+
# wrong constant name ask_simply
|
1072
|
+
# wrong constant name base
|
1073
|
+
# wrong constant name base=
|
1074
|
+
# wrong constant name can_display_colors?
|
1075
|
+
# wrong constant name dynamic_width
|
1076
|
+
# wrong constant name dynamic_width_stty
|
1077
|
+
# wrong constant name dynamic_width_tput
|
1078
|
+
# wrong constant name error
|
1079
|
+
# wrong constant name file_collision
|
1080
|
+
# wrong constant name file_collision_help
|
1081
|
+
# wrong constant name git_merge_tool
|
1082
|
+
# wrong constant name indent<defaultArg>1
|
1083
|
+
# wrong constant name indent
|
1084
|
+
# wrong constant name is?
|
1085
|
+
# wrong constant name lookup_color
|
1086
|
+
# wrong constant name merge
|
1087
|
+
# wrong constant name merge_tool
|
1088
|
+
# wrong constant name mute
|
1089
|
+
# wrong constant name mute?
|
1090
|
+
# wrong constant name no?<defaultArg>1
|
1091
|
+
# wrong constant name no?
|
1092
|
+
# wrong constant name padding
|
1093
|
+
# wrong constant name padding=
|
1094
|
+
# wrong constant name prepare_message
|
1095
|
+
# wrong constant name print_in_columns
|
1096
|
+
# wrong constant name print_table<defaultArg>1
|
1097
|
+
# wrong constant name print_table
|
1098
|
+
# wrong constant name print_wrapped<defaultArg>1
|
1099
|
+
# wrong constant name print_wrapped
|
1100
|
+
# wrong constant name quiet?
|
1101
|
+
# wrong constant name say<defaultArg>1
|
1102
|
+
# wrong constant name say<defaultArg>2
|
1103
|
+
# wrong constant name say<defaultArg>3
|
1104
|
+
# wrong constant name say
|
1105
|
+
# wrong constant name say_status<defaultArg>1
|
1106
|
+
# wrong constant name say_status
|
1107
|
+
# wrong constant name set_color
|
1108
|
+
# wrong constant name show_diff
|
1109
|
+
# wrong constant name stderr
|
1110
|
+
# wrong constant name stdout
|
1111
|
+
# wrong constant name terminal_width
|
1112
|
+
# wrong constant name truncate
|
1113
|
+
# wrong constant name unix?
|
1114
|
+
# wrong constant name yes?<defaultArg>1
|
1115
|
+
# wrong constant name yes?
|
1116
|
+
# wrong constant name <static-init>
|
1117
|
+
# uninitialized constant Bundler::Thor::Shell::Color::DEFAULT_TERMINAL_WIDTH
|
1118
|
+
# wrong constant name are_colors_disabled?
|
1119
|
+
# wrong constant name diff_lcs_loaded?
|
1120
|
+
# wrong constant name output_diff_line
|
1121
|
+
# wrong constant name set_color
|
1122
|
+
# wrong constant name <static-init>
|
1123
|
+
# undefined method `ask<defaultArg>1' for class `Bundler::Thor::Shell::HTML'
|
1124
|
+
# uninitialized constant Bundler::Thor::Shell::HTML::DEFAULT_TERMINAL_WIDTH
|
1125
|
+
# wrong constant name ask<defaultArg>1
|
1126
|
+
# wrong constant name ask
|
1127
|
+
# wrong constant name diff_lcs_loaded?
|
1128
|
+
# wrong constant name output_diff_line
|
1129
|
+
# wrong constant name set_color
|
1130
|
+
# wrong constant name <static-init>
|
1131
|
+
# wrong constant name <static-init>
|
1132
|
+
# wrong constant name <Class:SpellChecker>
|
1133
|
+
# wrong constant name all_commands
|
1134
|
+
# wrong constant name command
|
1135
|
+
# wrong constant name initialize
|
1136
|
+
# wrong constant name corrections
|
1137
|
+
# wrong constant name error
|
1138
|
+
# wrong constant name initialize
|
1139
|
+
# wrong constant name spell_checker
|
1140
|
+
# wrong constant name <static-init>
|
1141
|
+
# wrong constant name <static-init>
|
1142
|
+
# wrong constant name <Class:SpellChecker>
|
1143
|
+
# wrong constant name initialize
|
1144
|
+
# wrong constant name switches
|
1145
|
+
# wrong constant name unknown
|
1146
|
+
# wrong constant name corrections
|
1147
|
+
# wrong constant name error
|
1148
|
+
# wrong constant name initialize
|
1149
|
+
# wrong constant name spell_checker
|
1150
|
+
# wrong constant name <static-init>
|
1151
|
+
# wrong constant name <static-init>
|
1152
|
+
# undefined singleton method `find_class_and_command_by_namespace<defaultArg>1' for `Bundler::Thor::Util'
|
1153
|
+
# undefined singleton method `find_class_and_task_by_namespace<defaultArg>1' for `Bundler::Thor::Util'
|
1154
|
+
# undefined singleton method `load_thorfile<defaultArg>1' for `Bundler::Thor::Util'
|
1155
|
+
# undefined singleton method `load_thorfile<defaultArg>2' for `Bundler::Thor::Util'
|
1156
|
+
# undefined singleton method `namespaces_in_content<defaultArg>1' for `Bundler::Thor::Util'
|
1157
|
+
# wrong constant name <static-init>
|
1158
|
+
# wrong constant name camel_case
|
1159
|
+
# wrong constant name escape_globs
|
1160
|
+
# wrong constant name escape_html
|
1161
|
+
# wrong constant name find_by_namespace
|
1162
|
+
# wrong constant name find_class_and_command_by_namespace<defaultArg>1
|
1163
|
+
# wrong constant name find_class_and_command_by_namespace
|
1164
|
+
# wrong constant name find_class_and_task_by_namespace<defaultArg>1
|
1165
|
+
# wrong constant name find_class_and_task_by_namespace
|
1166
|
+
# wrong constant name globs_for
|
1167
|
+
# wrong constant name load_thorfile<defaultArg>1
|
1168
|
+
# wrong constant name load_thorfile<defaultArg>2
|
1169
|
+
# wrong constant name load_thorfile
|
1170
|
+
# wrong constant name namespace_from_thor_class
|
1171
|
+
# wrong constant name namespaces_in_content<defaultArg>1
|
1172
|
+
# wrong constant name namespaces_in_content
|
1173
|
+
# wrong constant name ruby_command
|
1174
|
+
# wrong constant name snake_case
|
1175
|
+
# wrong constant name thor_classes_in
|
1176
|
+
# wrong constant name thor_root
|
1177
|
+
# wrong constant name thor_root_glob
|
1178
|
+
# wrong constant name user_home
|
1179
|
+
# undefined singleton method `banner<defaultArg>1' for `Bundler::Thor'
|
1180
|
+
# undefined singleton method `banner<defaultArg>2' for `Bundler::Thor'
|
1181
|
+
# undefined singleton method `check_unknown_options!<defaultArg>1' for `Bundler::Thor'
|
1182
|
+
# undefined singleton method `default_command<defaultArg>1' for `Bundler::Thor'
|
1183
|
+
# undefined singleton method `default_task<defaultArg>1' for `Bundler::Thor'
|
1184
|
+
# undefined singleton method `desc<defaultArg>1' for `Bundler::Thor'
|
1185
|
+
# undefined singleton method `help<defaultArg>1' for `Bundler::Thor'
|
1186
|
+
# undefined singleton method `long_desc<defaultArg>1' for `Bundler::Thor'
|
1187
|
+
# undefined singleton method `map<defaultArg>1' for `Bundler::Thor'
|
1188
|
+
# undefined singleton method `method_option<defaultArg>1' for `Bundler::Thor'
|
1189
|
+
# undefined singleton method `method_options<defaultArg>1' for `Bundler::Thor'
|
1190
|
+
# undefined singleton method `option<defaultArg>1' for `Bundler::Thor'
|
1191
|
+
# undefined singleton method `options<defaultArg>1' for `Bundler::Thor'
|
1192
|
+
# undefined singleton method `package_name<defaultArg>1' for `Bundler::Thor'
|
1193
|
+
# undefined singleton method `printable_commands<defaultArg>1' for `Bundler::Thor'
|
1194
|
+
# undefined singleton method `printable_commands<defaultArg>2' for `Bundler::Thor'
|
1195
|
+
# undefined singleton method `printable_tasks<defaultArg>1' for `Bundler::Thor'
|
1196
|
+
# undefined singleton method `printable_tasks<defaultArg>2' for `Bundler::Thor'
|
1197
|
+
# undefined singleton method `register<defaultArg>1' for `Bundler::Thor'
|
1198
|
+
# wrong constant name <static-init>
|
1199
|
+
# wrong constant name banner<defaultArg>1
|
1200
|
+
# wrong constant name banner<defaultArg>2
|
1201
|
+
# wrong constant name banner
|
1202
|
+
# wrong constant name check_unknown_options!<defaultArg>1
|
1203
|
+
# wrong constant name check_unknown_options!
|
1204
|
+
# wrong constant name command_help
|
1205
|
+
# wrong constant name default_command<defaultArg>1
|
1206
|
+
# wrong constant name default_command
|
1207
|
+
# wrong constant name default_task<defaultArg>1
|
1208
|
+
# wrong constant name default_task
|
1209
|
+
# wrong constant name deprecation_warning
|
1210
|
+
# wrong constant name desc<defaultArg>1
|
1211
|
+
# wrong constant name desc
|
1212
|
+
# wrong constant name disable_required_check
|
1213
|
+
# wrong constant name disable_required_check!
|
1214
|
+
# wrong constant name disable_required_check?
|
1215
|
+
# wrong constant name dispatch
|
1216
|
+
# wrong constant name dynamic_command_class
|
1217
|
+
# wrong constant name find_command_possibilities
|
1218
|
+
# wrong constant name find_task_possibilities
|
1219
|
+
# wrong constant name help<defaultArg>1
|
1220
|
+
# wrong constant name help
|
1221
|
+
# wrong constant name long_desc<defaultArg>1
|
1222
|
+
# wrong constant name long_desc
|
1223
|
+
# wrong constant name map<defaultArg>1
|
1224
|
+
# wrong constant name map
|
1225
|
+
# wrong constant name method_option<defaultArg>1
|
1226
|
+
# wrong constant name method_option
|
1227
|
+
# wrong constant name method_options<defaultArg>1
|
1228
|
+
# wrong constant name method_options
|
1229
|
+
# wrong constant name normalize_command_name
|
1230
|
+
# wrong constant name normalize_task_name
|
1231
|
+
# wrong constant name option<defaultArg>1
|
1232
|
+
# wrong constant name option
|
1233
|
+
# wrong constant name options<defaultArg>1
|
1234
|
+
# wrong constant name options
|
1235
|
+
# wrong constant name package_name<defaultArg>1
|
1236
|
+
# wrong constant name package_name
|
1237
|
+
# wrong constant name printable_commands<defaultArg>1
|
1238
|
+
# wrong constant name printable_commands<defaultArg>2
|
1239
|
+
# wrong constant name printable_commands
|
1240
|
+
# wrong constant name printable_tasks<defaultArg>1
|
1241
|
+
# wrong constant name printable_tasks<defaultArg>2
|
1242
|
+
# wrong constant name printable_tasks
|
1243
|
+
# wrong constant name register<defaultArg>1
|
1244
|
+
# wrong constant name register
|
1245
|
+
# wrong constant name retrieve_command_name
|
1246
|
+
# wrong constant name retrieve_task_name
|
1247
|
+
# wrong constant name stop_on_unknown_option
|
1248
|
+
# wrong constant name stop_on_unknown_option!
|
1249
|
+
# wrong constant name stop_on_unknown_option?
|
1250
|
+
# wrong constant name subcommand
|
1251
|
+
# wrong constant name subcommand_classes
|
1252
|
+
# wrong constant name subcommand_help
|
1253
|
+
# wrong constant name subcommands
|
1254
|
+
# wrong constant name subtask
|
1255
|
+
# wrong constant name subtask_help
|
1256
|
+
# wrong constant name subtasks
|
1257
|
+
# wrong constant name task_help
|
1258
|
+
# undefined method `confirm<defaultArg>1' for class `Bundler::UI::Shell'
|
1259
|
+
# undefined method `debug<defaultArg>1' for class `Bundler::UI::Shell'
|
1260
|
+
# undefined method `error<defaultArg>1' for class `Bundler::UI::Shell'
|
1261
|
+
# undefined method `info<defaultArg>1' for class `Bundler::UI::Shell'
|
1262
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::UI::Shell'
|
1263
|
+
# Did you mean? initialize_dup
|
1264
|
+
# undefined method `level<defaultArg>1' for class `Bundler::UI::Shell'
|
1265
|
+
# undefined method `trace<defaultArg>1' for class `Bundler::UI::Shell'
|
1266
|
+
# undefined method `trace<defaultArg>2' for class `Bundler::UI::Shell'
|
1267
|
+
# undefined method `warn<defaultArg>1' for class `Bundler::UI::Shell'
|
1268
|
+
# wrong constant name add_color
|
1269
|
+
# wrong constant name ask
|
1270
|
+
# wrong constant name confirm<defaultArg>1
|
1271
|
+
# wrong constant name confirm
|
1272
|
+
# wrong constant name debug<defaultArg>1
|
1273
|
+
# wrong constant name debug
|
1274
|
+
# wrong constant name debug?
|
1275
|
+
# wrong constant name error<defaultArg>1
|
1276
|
+
# wrong constant name error
|
1277
|
+
# wrong constant name info<defaultArg>1
|
1278
|
+
# wrong constant name info
|
1279
|
+
# wrong constant name initialize<defaultArg>1
|
1280
|
+
# wrong constant name initialize
|
1281
|
+
# wrong constant name level<defaultArg>1
|
1282
|
+
# wrong constant name level
|
1283
|
+
# wrong constant name level=
|
1284
|
+
# wrong constant name no?
|
1285
|
+
# wrong constant name quiet?
|
1286
|
+
# wrong constant name shell=
|
1287
|
+
# wrong constant name silence
|
1288
|
+
# wrong constant name trace<defaultArg>1
|
1289
|
+
# wrong constant name trace<defaultArg>2
|
1290
|
+
# wrong constant name trace
|
1291
|
+
# wrong constant name unprinted_warnings
|
1292
|
+
# wrong constant name warn<defaultArg>1
|
1293
|
+
# wrong constant name warn
|
1294
|
+
# wrong constant name yes?
|
1295
|
+
# wrong constant name <static-init>
|
1296
|
+
# wrong constant name <Class:BadURIError>
|
1297
|
+
# wrong constant name <Class:Error>
|
1298
|
+
# wrong constant name <Class:Escape>
|
1299
|
+
# wrong constant name <Class:FTP>
|
1300
|
+
# wrong constant name <Class:File>
|
1301
|
+
# wrong constant name <Class:Generic>
|
1302
|
+
# wrong constant name <Class:HTTP>
|
1303
|
+
# wrong constant name <Class:HTTPS>
|
1304
|
+
# wrong constant name <Class:InvalidComponentError>
|
1305
|
+
# wrong constant name <Class:InvalidURIError>
|
1306
|
+
# wrong constant name <Class:LDAP>
|
1307
|
+
# wrong constant name <Class:LDAPS>
|
1308
|
+
# wrong constant name <Class:MailTo>
|
1309
|
+
# wrong constant name <Class:RFC2396_Parser>
|
1310
|
+
# wrong constant name <Class:RFC2396_REGEXP>
|
1311
|
+
# wrong constant name <Class:RFC3986_Parser>
|
1312
|
+
# wrong constant name <Class:Util>
|
1313
|
+
# wrong constant name <static-init>
|
1314
|
+
# wrong constant name <static-init>
|
1315
|
+
# wrong constant name decode
|
1316
|
+
# wrong constant name encode
|
1317
|
+
# wrong constant name escape
|
1318
|
+
# wrong constant name unescape
|
1319
|
+
# wrong constant name <static-init>
|
1320
|
+
# uninitialized constant Bundler::URI::FTP::ABS_PATH
|
1321
|
+
# Did you mean? Bundler::URI::ABS_PATH
|
1322
|
+
# uninitialized constant Bundler::URI::FTP::ABS_URI
|
1323
|
+
# Did you mean? Bundler::URI::ABS_URI
|
1324
|
+
# uninitialized constant Bundler::URI::FTP::ABS_URI_REF
|
1325
|
+
# Did you mean? Bundler::URI::ABS_URI_REF
|
1326
|
+
# uninitialized constant Bundler::URI::FTP::DEFAULT_PARSER
|
1327
|
+
# Did you mean? Bundler::URI::FTP::DEFAULT_PORT
|
1328
|
+
# Bundler::URI::DEFAULT_PARSER
|
1329
|
+
# uninitialized constant Bundler::URI::FTP::ESCAPED
|
1330
|
+
# Did you mean? Bundler::URI::FTP::Escape
|
1331
|
+
# Bundler::URI::Escape
|
1332
|
+
# Bundler::URI::ESCAPED
|
1333
|
+
# uninitialized constant Bundler::URI::FTP::FRAGMENT
|
1334
|
+
# Did you mean? Bundler::URI::FRAGMENT
|
1335
|
+
# uninitialized constant Bundler::URI::FTP::HOST
|
1336
|
+
# Did you mean? Bundler::URI::HOST
|
1337
|
+
# uninitialized constant Bundler::URI::FTP::OPAQUE
|
1338
|
+
# Did you mean? Bundler::URI::OPAQUE
|
1339
|
+
# uninitialized constant Bundler::URI::FTP::PORT
|
1340
|
+
# Did you mean? Bundler::URI::PORT
|
1341
|
+
# uninitialized constant Bundler::URI::FTP::QUERY
|
1342
|
+
# Did you mean? Bundler::URI::QUERY
|
1343
|
+
# uninitialized constant Bundler::URI::FTP::REGISTRY
|
1344
|
+
# Did you mean? Bundler::URI::REGISTRY
|
1345
|
+
# uninitialized constant Bundler::URI::FTP::REL_PATH
|
1346
|
+
# Did you mean? Bundler::URI::REL_PATH
|
1347
|
+
# uninitialized constant Bundler::URI::FTP::REL_URI
|
1348
|
+
# Did you mean? Bundler::URI::REL_URI
|
1349
|
+
# uninitialized constant Bundler::URI::FTP::REL_URI_REF
|
1350
|
+
# Did you mean? Bundler::URI::REL_URI_REF
|
1351
|
+
# uninitialized constant Bundler::URI::FTP::RFC3986_PARSER
|
1352
|
+
# Did you mean? Bundler::URI::FTP::RFC3986_Parser
|
1353
|
+
# Bundler::URI::RFC3986_Parser
|
1354
|
+
# Bundler::URI::RFC2396_Parser
|
1355
|
+
# Bundler::URI::FTP::RFC2396_Parser
|
1356
|
+
# Bundler::URI::RFC3986_PARSER
|
1357
|
+
# uninitialized constant Bundler::URI::FTP::SCHEME
|
1358
|
+
# Did you mean? Bundler::URI::SCHEME
|
1359
|
+
# uninitialized constant Bundler::URI::FTP::TBLDECWWWCOMP_
|
1360
|
+
# Did you mean? Bundler::URI::FTP::TBLENCWWWCOMP_
|
1361
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1362
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1363
|
+
# uninitialized constant Bundler::URI::FTP::TBLENCWWWCOMP_
|
1364
|
+
# Did you mean? Bundler::URI::FTP::TBLDECWWWCOMP_
|
1365
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1366
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1367
|
+
# uninitialized constant Bundler::URI::FTP::UNSAFE
|
1368
|
+
# Did you mean? Bundler::URI::UNSAFE
|
1369
|
+
# uninitialized constant Bundler::URI::FTP::URI_REF
|
1370
|
+
# Did you mean? Bundler::URI::URI_REF
|
1371
|
+
# uninitialized constant Bundler::URI::FTP::USERINFO
|
1372
|
+
# Did you mean? Bundler::URI::USERINFO
|
1373
|
+
# uninitialized constant Bundler::URI::FTP::USE_REGISTRY
|
1374
|
+
# uninitialized constant Bundler::URI::FTP::VERSION
|
1375
|
+
# Did you mean? Bundler::URI::VERSION
|
1376
|
+
# Bundler::VERSION
|
1377
|
+
# uninitialized constant Bundler::URI::FTP::VERSION_CODE
|
1378
|
+
# Did you mean? Bundler::URI::VERSION_CODE
|
1379
|
+
# uninitialized constant Bundler::URI::FTP::WEB_ENCODINGS_
|
1380
|
+
# Did you mean? Bundler::URI::WEB_ENCODINGS_
|
1381
|
+
# wrong constant name set_typecode
|
1382
|
+
# wrong constant name typecode
|
1383
|
+
# wrong constant name typecode=
|
1384
|
+
# undefined singleton method `new2<defaultArg>1' for `Bundler::URI::FTP'
|
1385
|
+
# undefined singleton method `new2<defaultArg>2' for `Bundler::URI::FTP'
|
1386
|
+
# wrong constant name <static-init>
|
1387
|
+
# wrong constant name new2<defaultArg>1
|
1388
|
+
# wrong constant name new2<defaultArg>2
|
1389
|
+
# wrong constant name new2
|
1390
|
+
# uninitialized constant Bundler::URI::File::ABS_PATH
|
1391
|
+
# Did you mean? Bundler::URI::ABS_PATH
|
1392
|
+
# uninitialized constant Bundler::URI::File::ABS_URI
|
1393
|
+
# Did you mean? Bundler::URI::ABS_URI
|
1394
|
+
# uninitialized constant Bundler::URI::File::ABS_URI_REF
|
1395
|
+
# Did you mean? Bundler::URI::ABS_URI_REF
|
1396
|
+
# uninitialized constant Bundler::URI::File::DEFAULT_PARSER
|
1397
|
+
# Did you mean? Bundler::URI::File::DEFAULT_PORT
|
1398
|
+
# Bundler::URI::DEFAULT_PARSER
|
1399
|
+
# uninitialized constant Bundler::URI::File::ESCAPED
|
1400
|
+
# Did you mean? Bundler::URI::File::Escape
|
1401
|
+
# Bundler::URI::Escape
|
1402
|
+
# Bundler::URI::ESCAPED
|
1403
|
+
# uninitialized constant Bundler::URI::File::FRAGMENT
|
1404
|
+
# Did you mean? Bundler::URI::FRAGMENT
|
1405
|
+
# uninitialized constant Bundler::URI::File::HOST
|
1406
|
+
# Did you mean? Bundler::URI::HOST
|
1407
|
+
# uninitialized constant Bundler::URI::File::OPAQUE
|
1408
|
+
# Did you mean? Bundler::URI::OPAQUE
|
1409
|
+
# uninitialized constant Bundler::URI::File::PORT
|
1410
|
+
# Did you mean? Bundler::URI::PORT
|
1411
|
+
# uninitialized constant Bundler::URI::File::QUERY
|
1412
|
+
# Did you mean? Bundler::URI::QUERY
|
1413
|
+
# uninitialized constant Bundler::URI::File::REGISTRY
|
1414
|
+
# Did you mean? Bundler::URI::REGISTRY
|
1415
|
+
# uninitialized constant Bundler::URI::File::REL_PATH
|
1416
|
+
# Did you mean? Bundler::URI::REL_PATH
|
1417
|
+
# uninitialized constant Bundler::URI::File::REL_URI
|
1418
|
+
# Did you mean? Bundler::URI::REL_URI
|
1419
|
+
# uninitialized constant Bundler::URI::File::REL_URI_REF
|
1420
|
+
# Did you mean? Bundler::URI::REL_URI_REF
|
1421
|
+
# uninitialized constant Bundler::URI::File::RFC3986_PARSER
|
1422
|
+
# Did you mean? Bundler::URI::File::RFC3986_Parser
|
1423
|
+
# Bundler::URI::RFC3986_Parser
|
1424
|
+
# Bundler::URI::RFC2396_Parser
|
1425
|
+
# Bundler::URI::File::RFC2396_Parser
|
1426
|
+
# Bundler::URI::RFC3986_PARSER
|
1427
|
+
# uninitialized constant Bundler::URI::File::SCHEME
|
1428
|
+
# Did you mean? Bundler::URI::SCHEME
|
1429
|
+
# uninitialized constant Bundler::URI::File::TBLDECWWWCOMP_
|
1430
|
+
# Did you mean? Bundler::URI::File::TBLENCWWWCOMP_
|
1431
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1432
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1433
|
+
# uninitialized constant Bundler::URI::File::TBLENCWWWCOMP_
|
1434
|
+
# Did you mean? Bundler::URI::File::TBLDECWWWCOMP_
|
1435
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1436
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1437
|
+
# uninitialized constant Bundler::URI::File::UNSAFE
|
1438
|
+
# Did you mean? Bundler::URI::UNSAFE
|
1439
|
+
# uninitialized constant Bundler::URI::File::URI_REF
|
1440
|
+
# Did you mean? Bundler::URI::URI_REF
|
1441
|
+
# uninitialized constant Bundler::URI::File::USERINFO
|
1442
|
+
# Did you mean? Bundler::URI::USERINFO
|
1443
|
+
# uninitialized constant Bundler::URI::File::USE_REGISTRY
|
1444
|
+
# uninitialized constant Bundler::URI::File::VERSION
|
1445
|
+
# Did you mean? Bundler::URI::VERSION
|
1446
|
+
# Bundler::VERSION
|
1447
|
+
# uninitialized constant Bundler::URI::File::VERSION_CODE
|
1448
|
+
# Did you mean? Bundler::URI::VERSION_CODE
|
1449
|
+
# uninitialized constant Bundler::URI::File::WEB_ENCODINGS_
|
1450
|
+
# Did you mean? Bundler::URI::WEB_ENCODINGS_
|
1451
|
+
# wrong constant name check_password
|
1452
|
+
# wrong constant name check_user
|
1453
|
+
# wrong constant name check_userinfo
|
1454
|
+
# wrong constant name set_userinfo
|
1455
|
+
# wrong constant name <static-init>
|
1456
|
+
# undefined method `find_proxy<defaultArg>1' for class `Bundler::URI::Generic'
|
1457
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::URI::Generic'
|
1458
|
+
# Did you mean? initialize_dup
|
1459
|
+
# undefined method `initialize<defaultArg>2' for class `Bundler::URI::Generic'
|
1460
|
+
# Did you mean? initialize_dup
|
1461
|
+
# undefined method `set_userinfo<defaultArg>1' for class `Bundler::URI::Generic'
|
1462
|
+
# wrong constant name +
|
1463
|
+
# wrong constant name -
|
1464
|
+
# wrong constant name ==
|
1465
|
+
# uninitialized constant Bundler::URI::Generic::ABS_PATH
|
1466
|
+
# Did you mean? Bundler::URI::ABS_PATH
|
1467
|
+
# uninitialized constant Bundler::URI::Generic::ABS_URI
|
1468
|
+
# Did you mean? Bundler::URI::ABS_URI
|
1469
|
+
# uninitialized constant Bundler::URI::Generic::ABS_URI_REF
|
1470
|
+
# Did you mean? Bundler::URI::ABS_URI_REF
|
1471
|
+
# uninitialized constant Bundler::URI::Generic::DEFAULT_PARSER
|
1472
|
+
# Did you mean? Bundler::URI::Generic::DEFAULT_PORT
|
1473
|
+
# Bundler::URI::DEFAULT_PARSER
|
1474
|
+
# uninitialized constant Bundler::URI::Generic::ESCAPED
|
1475
|
+
# Did you mean? Bundler::URI::Generic::Escape
|
1476
|
+
# Bundler::URI::Escape
|
1477
|
+
# Bundler::URI::ESCAPED
|
1478
|
+
# uninitialized constant Bundler::URI::Generic::FRAGMENT
|
1479
|
+
# Did you mean? Bundler::URI::FRAGMENT
|
1480
|
+
# uninitialized constant Bundler::URI::Generic::HOST
|
1481
|
+
# Did you mean? Bundler::URI::HOST
|
1482
|
+
# uninitialized constant Bundler::URI::Generic::OPAQUE
|
1483
|
+
# Did you mean? Bundler::URI::OPAQUE
|
1484
|
+
# uninitialized constant Bundler::URI::Generic::PORT
|
1485
|
+
# Did you mean? Bundler::URI::PORT
|
1486
|
+
# uninitialized constant Bundler::URI::Generic::QUERY
|
1487
|
+
# Did you mean? Bundler::URI::QUERY
|
1488
|
+
# uninitialized constant Bundler::URI::Generic::REGISTRY
|
1489
|
+
# Did you mean? Bundler::URI::REGISTRY
|
1490
|
+
# uninitialized constant Bundler::URI::Generic::REL_PATH
|
1491
|
+
# Did you mean? Bundler::URI::REL_PATH
|
1492
|
+
# uninitialized constant Bundler::URI::Generic::REL_URI
|
1493
|
+
# Did you mean? Bundler::URI::REL_URI
|
1494
|
+
# uninitialized constant Bundler::URI::Generic::REL_URI_REF
|
1495
|
+
# Did you mean? Bundler::URI::REL_URI_REF
|
1496
|
+
# uninitialized constant Bundler::URI::Generic::RFC3986_PARSER
|
1497
|
+
# Did you mean? Bundler::URI::Generic::RFC3986_Parser
|
1498
|
+
# Bundler::URI::RFC3986_Parser
|
1499
|
+
# Bundler::URI::RFC2396_Parser
|
1500
|
+
# Bundler::URI::Generic::RFC2396_Parser
|
1501
|
+
# Bundler::URI::RFC3986_PARSER
|
1502
|
+
# uninitialized constant Bundler::URI::Generic::SCHEME
|
1503
|
+
# Did you mean? Bundler::URI::SCHEME
|
1504
|
+
# uninitialized constant Bundler::URI::Generic::TBLDECWWWCOMP_
|
1505
|
+
# Did you mean? Bundler::URI::Generic::TBLENCWWWCOMP_
|
1506
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1507
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1508
|
+
# uninitialized constant Bundler::URI::Generic::TBLENCWWWCOMP_
|
1509
|
+
# Did you mean? Bundler::URI::Generic::TBLDECWWWCOMP_
|
1510
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1511
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1512
|
+
# uninitialized constant Bundler::URI::Generic::UNSAFE
|
1513
|
+
# Did you mean? Bundler::URI::UNSAFE
|
1514
|
+
# uninitialized constant Bundler::URI::Generic::URI_REF
|
1515
|
+
# Did you mean? Bundler::URI::URI_REF
|
1516
|
+
# uninitialized constant Bundler::URI::Generic::USERINFO
|
1517
|
+
# Did you mean? Bundler::URI::USERINFO
|
1518
|
+
# uninitialized constant Bundler::URI::Generic::VERSION
|
1519
|
+
# Did you mean? Bundler::URI::VERSION
|
1520
|
+
# Bundler::VERSION
|
1521
|
+
# uninitialized constant Bundler::URI::Generic::VERSION_CODE
|
1522
|
+
# Did you mean? Bundler::URI::VERSION_CODE
|
1523
|
+
# uninitialized constant Bundler::URI::Generic::WEB_ENCODINGS_
|
1524
|
+
# Did you mean? Bundler::URI::WEB_ENCODINGS_
|
1525
|
+
# wrong constant name absolute
|
1526
|
+
# wrong constant name absolute?
|
1527
|
+
# wrong constant name coerce
|
1528
|
+
# wrong constant name component
|
1529
|
+
# wrong constant name component_ary
|
1530
|
+
# wrong constant name default_port
|
1531
|
+
# wrong constant name eql?
|
1532
|
+
# wrong constant name find_proxy<defaultArg>1
|
1533
|
+
# wrong constant name find_proxy
|
1534
|
+
# wrong constant name fragment
|
1535
|
+
# wrong constant name fragment=
|
1536
|
+
# wrong constant name hierarchical?
|
1537
|
+
# wrong constant name host
|
1538
|
+
# wrong constant name host=
|
1539
|
+
# wrong constant name hostname
|
1540
|
+
# wrong constant name hostname=
|
1541
|
+
# wrong constant name initialize<defaultArg>1
|
1542
|
+
# wrong constant name initialize<defaultArg>2
|
1543
|
+
# wrong constant name initialize
|
1544
|
+
# wrong constant name merge
|
1545
|
+
# wrong constant name merge!
|
1546
|
+
# wrong constant name normalize
|
1547
|
+
# wrong constant name normalize!
|
1548
|
+
# wrong constant name opaque
|
1549
|
+
# wrong constant name opaque=
|
1550
|
+
# wrong constant name parser
|
1551
|
+
# wrong constant name password
|
1552
|
+
# wrong constant name password=
|
1553
|
+
# wrong constant name path
|
1554
|
+
# wrong constant name path=
|
1555
|
+
# wrong constant name port
|
1556
|
+
# wrong constant name port=
|
1557
|
+
# wrong constant name query
|
1558
|
+
# wrong constant name query=
|
1559
|
+
# wrong constant name registry
|
1560
|
+
# wrong constant name registry=
|
1561
|
+
# wrong constant name relative?
|
1562
|
+
# wrong constant name route_from
|
1563
|
+
# wrong constant name route_to
|
1564
|
+
# wrong constant name scheme
|
1565
|
+
# wrong constant name scheme=
|
1566
|
+
# wrong constant name select
|
1567
|
+
# wrong constant name set_host
|
1568
|
+
# wrong constant name set_opaque
|
1569
|
+
# wrong constant name set_password
|
1570
|
+
# wrong constant name set_path
|
1571
|
+
# wrong constant name set_port
|
1572
|
+
# wrong constant name set_registry
|
1573
|
+
# wrong constant name set_scheme
|
1574
|
+
# wrong constant name set_user
|
1575
|
+
# wrong constant name set_userinfo<defaultArg>1
|
1576
|
+
# wrong constant name set_userinfo
|
1577
|
+
# wrong constant name user
|
1578
|
+
# wrong constant name user=
|
1579
|
+
# wrong constant name userinfo
|
1580
|
+
# wrong constant name userinfo=
|
1581
|
+
# wrong constant name <static-init>
|
1582
|
+
# wrong constant name build
|
1583
|
+
# wrong constant name build2
|
1584
|
+
# wrong constant name component
|
1585
|
+
# wrong constant name default_port
|
1586
|
+
# wrong constant name use_proxy?
|
1587
|
+
# wrong constant name use_registry
|
1588
|
+
# uninitialized constant Bundler::URI::HTTP::ABS_PATH
|
1589
|
+
# Did you mean? Bundler::URI::ABS_PATH
|
1590
|
+
# uninitialized constant Bundler::URI::HTTP::ABS_URI
|
1591
|
+
# Did you mean? Bundler::URI::ABS_URI
|
1592
|
+
# uninitialized constant Bundler::URI::HTTP::ABS_URI_REF
|
1593
|
+
# Did you mean? Bundler::URI::ABS_URI_REF
|
1594
|
+
# uninitialized constant Bundler::URI::HTTP::DEFAULT_PARSER
|
1595
|
+
# Did you mean? Bundler::URI::HTTP::DEFAULT_PORT
|
1596
|
+
# Bundler::URI::DEFAULT_PARSER
|
1597
|
+
# uninitialized constant Bundler::URI::HTTP::ESCAPED
|
1598
|
+
# Did you mean? Bundler::URI::HTTP::Escape
|
1599
|
+
# Bundler::URI::Escape
|
1600
|
+
# Bundler::URI::ESCAPED
|
1601
|
+
# uninitialized constant Bundler::URI::HTTP::FRAGMENT
|
1602
|
+
# Did you mean? Bundler::URI::FRAGMENT
|
1603
|
+
# uninitialized constant Bundler::URI::HTTP::HOST
|
1604
|
+
# Did you mean? Bundler::URI::HOST
|
1605
|
+
# uninitialized constant Bundler::URI::HTTP::OPAQUE
|
1606
|
+
# Did you mean? Bundler::URI::OPAQUE
|
1607
|
+
# uninitialized constant Bundler::URI::HTTP::PORT
|
1608
|
+
# Did you mean? Bundler::URI::PORT
|
1609
|
+
# uninitialized constant Bundler::URI::HTTP::QUERY
|
1610
|
+
# Did you mean? Bundler::URI::QUERY
|
1611
|
+
# uninitialized constant Bundler::URI::HTTP::REGISTRY
|
1612
|
+
# Did you mean? Bundler::URI::REGISTRY
|
1613
|
+
# uninitialized constant Bundler::URI::HTTP::REL_PATH
|
1614
|
+
# Did you mean? Bundler::URI::REL_PATH
|
1615
|
+
# uninitialized constant Bundler::URI::HTTP::REL_URI
|
1616
|
+
# Did you mean? Bundler::URI::REL_URI
|
1617
|
+
# uninitialized constant Bundler::URI::HTTP::REL_URI_REF
|
1618
|
+
# Did you mean? Bundler::URI::REL_URI_REF
|
1619
|
+
# uninitialized constant Bundler::URI::HTTP::RFC3986_PARSER
|
1620
|
+
# Did you mean? Bundler::URI::HTTP::RFC3986_Parser
|
1621
|
+
# Bundler::URI::RFC3986_Parser
|
1622
|
+
# Bundler::URI::RFC2396_Parser
|
1623
|
+
# Bundler::URI::HTTP::RFC2396_Parser
|
1624
|
+
# Bundler::URI::RFC3986_PARSER
|
1625
|
+
# uninitialized constant Bundler::URI::HTTP::SCHEME
|
1626
|
+
# Did you mean? Bundler::URI::SCHEME
|
1627
|
+
# uninitialized constant Bundler::URI::HTTP::TBLDECWWWCOMP_
|
1628
|
+
# Did you mean? Bundler::URI::HTTP::TBLENCWWWCOMP_
|
1629
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1630
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1631
|
+
# uninitialized constant Bundler::URI::HTTP::TBLENCWWWCOMP_
|
1632
|
+
# Did you mean? Bundler::URI::HTTP::TBLDECWWWCOMP_
|
1633
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1634
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1635
|
+
# uninitialized constant Bundler::URI::HTTP::UNSAFE
|
1636
|
+
# Did you mean? Bundler::URI::UNSAFE
|
1637
|
+
# uninitialized constant Bundler::URI::HTTP::URI_REF
|
1638
|
+
# Did you mean? Bundler::URI::URI_REF
|
1639
|
+
# uninitialized constant Bundler::URI::HTTP::USERINFO
|
1640
|
+
# Did you mean? Bundler::URI::USERINFO
|
1641
|
+
# uninitialized constant Bundler::URI::HTTP::USE_REGISTRY
|
1642
|
+
# uninitialized constant Bundler::URI::HTTP::VERSION
|
1643
|
+
# Did you mean? Bundler::URI::VERSION
|
1644
|
+
# Bundler::VERSION
|
1645
|
+
# uninitialized constant Bundler::URI::HTTP::VERSION_CODE
|
1646
|
+
# Did you mean? Bundler::URI::VERSION_CODE
|
1647
|
+
# uninitialized constant Bundler::URI::HTTP::WEB_ENCODINGS_
|
1648
|
+
# Did you mean? Bundler::URI::WEB_ENCODINGS_
|
1649
|
+
# wrong constant name request_uri
|
1650
|
+
# wrong constant name <static-init>
|
1651
|
+
# uninitialized constant Bundler::URI::HTTPS::ABS_PATH
|
1652
|
+
# Did you mean? Bundler::URI::ABS_PATH
|
1653
|
+
# uninitialized constant Bundler::URI::HTTPS::ABS_URI
|
1654
|
+
# Did you mean? Bundler::URI::ABS_URI
|
1655
|
+
# uninitialized constant Bundler::URI::HTTPS::ABS_URI_REF
|
1656
|
+
# Did you mean? Bundler::URI::ABS_URI_REF
|
1657
|
+
# uninitialized constant Bundler::URI::HTTPS::COMPONENT
|
1658
|
+
# uninitialized constant Bundler::URI::HTTPS::DEFAULT_PARSER
|
1659
|
+
# Did you mean? Bundler::URI::HTTPS::DEFAULT_PORT
|
1660
|
+
# Bundler::URI::DEFAULT_PARSER
|
1661
|
+
# uninitialized constant Bundler::URI::HTTPS::ESCAPED
|
1662
|
+
# Did you mean? Bundler::URI::HTTPS::Escape
|
1663
|
+
# Bundler::URI::Escape
|
1664
|
+
# Bundler::URI::ESCAPED
|
1665
|
+
# uninitialized constant Bundler::URI::HTTPS::FRAGMENT
|
1666
|
+
# Did you mean? Bundler::URI::FRAGMENT
|
1667
|
+
# uninitialized constant Bundler::URI::HTTPS::HOST
|
1668
|
+
# Did you mean? Bundler::URI::HOST
|
1669
|
+
# uninitialized constant Bundler::URI::HTTPS::OPAQUE
|
1670
|
+
# Did you mean? Bundler::URI::OPAQUE
|
1671
|
+
# uninitialized constant Bundler::URI::HTTPS::PORT
|
1672
|
+
# Did you mean? Bundler::URI::PORT
|
1673
|
+
# uninitialized constant Bundler::URI::HTTPS::QUERY
|
1674
|
+
# Did you mean? Bundler::URI::QUERY
|
1675
|
+
# uninitialized constant Bundler::URI::HTTPS::REGISTRY
|
1676
|
+
# Did you mean? Bundler::URI::REGISTRY
|
1677
|
+
# uninitialized constant Bundler::URI::HTTPS::REL_PATH
|
1678
|
+
# Did you mean? Bundler::URI::REL_PATH
|
1679
|
+
# uninitialized constant Bundler::URI::HTTPS::REL_URI
|
1680
|
+
# Did you mean? Bundler::URI::REL_URI
|
1681
|
+
# uninitialized constant Bundler::URI::HTTPS::REL_URI_REF
|
1682
|
+
# Did you mean? Bundler::URI::REL_URI_REF
|
1683
|
+
# uninitialized constant Bundler::URI::HTTPS::RFC3986_PARSER
|
1684
|
+
# Did you mean? Bundler::URI::HTTPS::RFC3986_Parser
|
1685
|
+
# Bundler::URI::RFC3986_Parser
|
1686
|
+
# Bundler::URI::RFC2396_Parser
|
1687
|
+
# Bundler::URI::HTTPS::RFC2396_Parser
|
1688
|
+
# Bundler::URI::RFC3986_PARSER
|
1689
|
+
# uninitialized constant Bundler::URI::HTTPS::SCHEME
|
1690
|
+
# Did you mean? Bundler::URI::SCHEME
|
1691
|
+
# uninitialized constant Bundler::URI::HTTPS::TBLDECWWWCOMP_
|
1692
|
+
# Did you mean? Bundler::URI::HTTPS::TBLENCWWWCOMP_
|
1693
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1694
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1695
|
+
# uninitialized constant Bundler::URI::HTTPS::TBLENCWWWCOMP_
|
1696
|
+
# Did you mean? Bundler::URI::HTTPS::TBLDECWWWCOMP_
|
1697
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1698
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1699
|
+
# uninitialized constant Bundler::URI::HTTPS::UNSAFE
|
1700
|
+
# Did you mean? Bundler::URI::UNSAFE
|
1701
|
+
# uninitialized constant Bundler::URI::HTTPS::URI_REF
|
1702
|
+
# Did you mean? Bundler::URI::URI_REF
|
1703
|
+
# uninitialized constant Bundler::URI::HTTPS::USERINFO
|
1704
|
+
# Did you mean? Bundler::URI::USERINFO
|
1705
|
+
# uninitialized constant Bundler::URI::HTTPS::USE_REGISTRY
|
1706
|
+
# uninitialized constant Bundler::URI::HTTPS::VERSION
|
1707
|
+
# Did you mean? Bundler::URI::VERSION
|
1708
|
+
# Bundler::VERSION
|
1709
|
+
# uninitialized constant Bundler::URI::HTTPS::VERSION_CODE
|
1710
|
+
# Did you mean? Bundler::URI::VERSION_CODE
|
1711
|
+
# uninitialized constant Bundler::URI::HTTPS::WEB_ENCODINGS_
|
1712
|
+
# Did you mean? Bundler::URI::WEB_ENCODINGS_
|
1713
|
+
# wrong constant name <static-init>
|
1714
|
+
# wrong constant name <static-init>
|
1715
|
+
# wrong constant name <static-init>
|
1716
|
+
# uninitialized constant Bundler::URI::LDAP::ABS_PATH
|
1717
|
+
# Did you mean? Bundler::URI::ABS_PATH
|
1718
|
+
# uninitialized constant Bundler::URI::LDAP::ABS_URI
|
1719
|
+
# Did you mean? Bundler::URI::ABS_URI
|
1720
|
+
# uninitialized constant Bundler::URI::LDAP::ABS_URI_REF
|
1721
|
+
# Did you mean? Bundler::URI::ABS_URI_REF
|
1722
|
+
# uninitialized constant Bundler::URI::LDAP::DEFAULT_PARSER
|
1723
|
+
# Did you mean? Bundler::URI::LDAP::DEFAULT_PORT
|
1724
|
+
# Bundler::URI::DEFAULT_PARSER
|
1725
|
+
# uninitialized constant Bundler::URI::LDAP::ESCAPED
|
1726
|
+
# Did you mean? Bundler::URI::LDAP::Escape
|
1727
|
+
# Bundler::URI::Escape
|
1728
|
+
# Bundler::URI::ESCAPED
|
1729
|
+
# uninitialized constant Bundler::URI::LDAP::FRAGMENT
|
1730
|
+
# Did you mean? Bundler::URI::FRAGMENT
|
1731
|
+
# uninitialized constant Bundler::URI::LDAP::HOST
|
1732
|
+
# Did you mean? Bundler::URI::HOST
|
1733
|
+
# uninitialized constant Bundler::URI::LDAP::OPAQUE
|
1734
|
+
# Did you mean? Bundler::URI::OPAQUE
|
1735
|
+
# uninitialized constant Bundler::URI::LDAP::PORT
|
1736
|
+
# Did you mean? Bundler::URI::PORT
|
1737
|
+
# uninitialized constant Bundler::URI::LDAP::QUERY
|
1738
|
+
# Did you mean? Bundler::URI::QUERY
|
1739
|
+
# uninitialized constant Bundler::URI::LDAP::REGISTRY
|
1740
|
+
# Did you mean? Bundler::URI::REGISTRY
|
1741
|
+
# uninitialized constant Bundler::URI::LDAP::REL_PATH
|
1742
|
+
# Did you mean? Bundler::URI::REL_PATH
|
1743
|
+
# uninitialized constant Bundler::URI::LDAP::REL_URI
|
1744
|
+
# Did you mean? Bundler::URI::REL_URI
|
1745
|
+
# uninitialized constant Bundler::URI::LDAP::REL_URI_REF
|
1746
|
+
# Did you mean? Bundler::URI::REL_URI_REF
|
1747
|
+
# uninitialized constant Bundler::URI::LDAP::RFC3986_PARSER
|
1748
|
+
# Did you mean? Bundler::URI::LDAP::RFC3986_Parser
|
1749
|
+
# Bundler::URI::RFC3986_Parser
|
1750
|
+
# Bundler::URI::RFC2396_Parser
|
1751
|
+
# Bundler::URI::LDAP::RFC2396_Parser
|
1752
|
+
# Bundler::URI::RFC3986_PARSER
|
1753
|
+
# uninitialized constant Bundler::URI::LDAP::SCHEME
|
1754
|
+
# Did you mean? Bundler::URI::SCHEME
|
1755
|
+
# uninitialized constant Bundler::URI::LDAP::TBLDECWWWCOMP_
|
1756
|
+
# Did you mean? Bundler::URI::LDAP::TBLENCWWWCOMP_
|
1757
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1758
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1759
|
+
# uninitialized constant Bundler::URI::LDAP::TBLENCWWWCOMP_
|
1760
|
+
# Did you mean? Bundler::URI::LDAP::TBLDECWWWCOMP_
|
1761
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1762
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1763
|
+
# uninitialized constant Bundler::URI::LDAP::UNSAFE
|
1764
|
+
# Did you mean? Bundler::URI::UNSAFE
|
1765
|
+
# uninitialized constant Bundler::URI::LDAP::URI_REF
|
1766
|
+
# Did you mean? Bundler::URI::URI_REF
|
1767
|
+
# uninitialized constant Bundler::URI::LDAP::USERINFO
|
1768
|
+
# Did you mean? Bundler::URI::USERINFO
|
1769
|
+
# uninitialized constant Bundler::URI::LDAP::USE_REGISTRY
|
1770
|
+
# uninitialized constant Bundler::URI::LDAP::VERSION
|
1771
|
+
# Did you mean? Bundler::URI::VERSION
|
1772
|
+
# Bundler::VERSION
|
1773
|
+
# uninitialized constant Bundler::URI::LDAP::VERSION_CODE
|
1774
|
+
# Did you mean? Bundler::URI::VERSION_CODE
|
1775
|
+
# uninitialized constant Bundler::URI::LDAP::WEB_ENCODINGS_
|
1776
|
+
# Did you mean? Bundler::URI::WEB_ENCODINGS_
|
1777
|
+
# wrong constant name attributes
|
1778
|
+
# wrong constant name attributes=
|
1779
|
+
# wrong constant name dn
|
1780
|
+
# wrong constant name dn=
|
1781
|
+
# wrong constant name extensions
|
1782
|
+
# wrong constant name extensions=
|
1783
|
+
# wrong constant name filter
|
1784
|
+
# wrong constant name filter=
|
1785
|
+
# wrong constant name initialize
|
1786
|
+
# wrong constant name scope
|
1787
|
+
# wrong constant name scope=
|
1788
|
+
# wrong constant name set_attributes
|
1789
|
+
# wrong constant name set_dn
|
1790
|
+
# wrong constant name set_extensions
|
1791
|
+
# wrong constant name set_filter
|
1792
|
+
# wrong constant name set_scope
|
1793
|
+
# wrong constant name <static-init>
|
1794
|
+
# uninitialized constant Bundler::URI::LDAPS::ABS_PATH
|
1795
|
+
# Did you mean? Bundler::URI::ABS_PATH
|
1796
|
+
# uninitialized constant Bundler::URI::LDAPS::ABS_URI
|
1797
|
+
# Did you mean? Bundler::URI::ABS_URI
|
1798
|
+
# uninitialized constant Bundler::URI::LDAPS::ABS_URI_REF
|
1799
|
+
# Did you mean? Bundler::URI::ABS_URI_REF
|
1800
|
+
# uninitialized constant Bundler::URI::LDAPS::COMPONENT
|
1801
|
+
# uninitialized constant Bundler::URI::LDAPS::DEFAULT_PARSER
|
1802
|
+
# Did you mean? Bundler::URI::LDAPS::DEFAULT_PORT
|
1803
|
+
# Bundler::URI::DEFAULT_PARSER
|
1804
|
+
# uninitialized constant Bundler::URI::LDAPS::ESCAPED
|
1805
|
+
# Did you mean? Bundler::URI::LDAPS::Escape
|
1806
|
+
# Bundler::URI::Escape
|
1807
|
+
# Bundler::URI::ESCAPED
|
1808
|
+
# uninitialized constant Bundler::URI::LDAPS::FRAGMENT
|
1809
|
+
# Did you mean? Bundler::URI::FRAGMENT
|
1810
|
+
# uninitialized constant Bundler::URI::LDAPS::HOST
|
1811
|
+
# Did you mean? Bundler::URI::HOST
|
1812
|
+
# uninitialized constant Bundler::URI::LDAPS::OPAQUE
|
1813
|
+
# Did you mean? Bundler::URI::OPAQUE
|
1814
|
+
# uninitialized constant Bundler::URI::LDAPS::PORT
|
1815
|
+
# Did you mean? Bundler::URI::PORT
|
1816
|
+
# uninitialized constant Bundler::URI::LDAPS::QUERY
|
1817
|
+
# Did you mean? Bundler::URI::QUERY
|
1818
|
+
# uninitialized constant Bundler::URI::LDAPS::REGISTRY
|
1819
|
+
# Did you mean? Bundler::URI::REGISTRY
|
1820
|
+
# uninitialized constant Bundler::URI::LDAPS::REL_PATH
|
1821
|
+
# Did you mean? Bundler::URI::REL_PATH
|
1822
|
+
# uninitialized constant Bundler::URI::LDAPS::REL_URI
|
1823
|
+
# Did you mean? Bundler::URI::REL_URI
|
1824
|
+
# uninitialized constant Bundler::URI::LDAPS::REL_URI_REF
|
1825
|
+
# Did you mean? Bundler::URI::REL_URI_REF
|
1826
|
+
# uninitialized constant Bundler::URI::LDAPS::RFC3986_PARSER
|
1827
|
+
# Did you mean? Bundler::URI::LDAPS::RFC3986_Parser
|
1828
|
+
# Bundler::URI::RFC3986_Parser
|
1829
|
+
# Bundler::URI::RFC2396_Parser
|
1830
|
+
# Bundler::URI::LDAPS::RFC2396_Parser
|
1831
|
+
# Bundler::URI::RFC3986_PARSER
|
1832
|
+
# uninitialized constant Bundler::URI::LDAPS::SCHEME
|
1833
|
+
# Did you mean? Bundler::URI::SCHEME
|
1834
|
+
# uninitialized constant Bundler::URI::LDAPS::SCOPE
|
1835
|
+
# uninitialized constant Bundler::URI::LDAPS::SCOPE_BASE
|
1836
|
+
# Did you mean? Bundler::URI::LDAPS::SCOPE_ONE
|
1837
|
+
# uninitialized constant Bundler::URI::LDAPS::SCOPE_ONE
|
1838
|
+
# Did you mean? Bundler::URI::LDAPS::SCOPE_SUB
|
1839
|
+
# Bundler::URI::LDAPS::SCOPE_BASE
|
1840
|
+
# uninitialized constant Bundler::URI::LDAPS::SCOPE_SUB
|
1841
|
+
# Did you mean? Bundler::URI::LDAPS::SCOPE_ONE
|
1842
|
+
# uninitialized constant Bundler::URI::LDAPS::TBLDECWWWCOMP_
|
1843
|
+
# Did you mean? Bundler::URI::LDAPS::TBLENCWWWCOMP_
|
1844
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1845
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1846
|
+
# uninitialized constant Bundler::URI::LDAPS::TBLENCWWWCOMP_
|
1847
|
+
# Did you mean? Bundler::URI::LDAPS::TBLDECWWWCOMP_
|
1848
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1849
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1850
|
+
# uninitialized constant Bundler::URI::LDAPS::UNSAFE
|
1851
|
+
# Did you mean? Bundler::URI::UNSAFE
|
1852
|
+
# uninitialized constant Bundler::URI::LDAPS::URI_REF
|
1853
|
+
# Did you mean? Bundler::URI::URI_REF
|
1854
|
+
# uninitialized constant Bundler::URI::LDAPS::USERINFO
|
1855
|
+
# Did you mean? Bundler::URI::USERINFO
|
1856
|
+
# uninitialized constant Bundler::URI::LDAPS::USE_REGISTRY
|
1857
|
+
# uninitialized constant Bundler::URI::LDAPS::VERSION
|
1858
|
+
# Did you mean? Bundler::URI::VERSION
|
1859
|
+
# Bundler::VERSION
|
1860
|
+
# uninitialized constant Bundler::URI::LDAPS::VERSION_CODE
|
1861
|
+
# Did you mean? Bundler::URI::VERSION_CODE
|
1862
|
+
# uninitialized constant Bundler::URI::LDAPS::WEB_ENCODINGS_
|
1863
|
+
# Did you mean? Bundler::URI::WEB_ENCODINGS_
|
1864
|
+
# wrong constant name <static-init>
|
1865
|
+
# uninitialized constant Bundler::URI::MailTo::ABS_PATH
|
1866
|
+
# Did you mean? Bundler::URI::ABS_PATH
|
1867
|
+
# uninitialized constant Bundler::URI::MailTo::ABS_URI
|
1868
|
+
# Did you mean? Bundler::URI::ABS_URI
|
1869
|
+
# uninitialized constant Bundler::URI::MailTo::ABS_URI_REF
|
1870
|
+
# Did you mean? Bundler::URI::ABS_URI_REF
|
1871
|
+
# uninitialized constant Bundler::URI::MailTo::DEFAULT_PARSER
|
1872
|
+
# Did you mean? Bundler::URI::MailTo::DEFAULT_PORT
|
1873
|
+
# Bundler::URI::DEFAULT_PARSER
|
1874
|
+
# uninitialized constant Bundler::URI::MailTo::ESCAPED
|
1875
|
+
# Did you mean? Bundler::URI::MailTo::Escape
|
1876
|
+
# Bundler::URI::Escape
|
1877
|
+
# Bundler::URI::ESCAPED
|
1878
|
+
# uninitialized constant Bundler::URI::MailTo::FRAGMENT
|
1879
|
+
# Did you mean? Bundler::URI::FRAGMENT
|
1880
|
+
# uninitialized constant Bundler::URI::MailTo::HOST
|
1881
|
+
# Did you mean? Bundler::URI::HOST
|
1882
|
+
# uninitialized constant Bundler::URI::MailTo::OPAQUE
|
1883
|
+
# Did you mean? Bundler::URI::OPAQUE
|
1884
|
+
# uninitialized constant Bundler::URI::MailTo::PORT
|
1885
|
+
# Did you mean? Bundler::URI::PORT
|
1886
|
+
# uninitialized constant Bundler::URI::MailTo::QUERY
|
1887
|
+
# Did you mean? Bundler::URI::QUERY
|
1888
|
+
# uninitialized constant Bundler::URI::MailTo::REGISTRY
|
1889
|
+
# Did you mean? Bundler::URI::REGISTRY
|
1890
|
+
# uninitialized constant Bundler::URI::MailTo::REL_PATH
|
1891
|
+
# Did you mean? Bundler::URI::REL_PATH
|
1892
|
+
# uninitialized constant Bundler::URI::MailTo::REL_URI
|
1893
|
+
# Did you mean? Bundler::URI::REL_URI
|
1894
|
+
# uninitialized constant Bundler::URI::MailTo::REL_URI_REF
|
1895
|
+
# Did you mean? Bundler::URI::REL_URI_REF
|
1896
|
+
# uninitialized constant Bundler::URI::MailTo::RFC3986_PARSER
|
1897
|
+
# Did you mean? Bundler::URI::MailTo::RFC3986_Parser
|
1898
|
+
# Bundler::URI::RFC3986_Parser
|
1899
|
+
# Bundler::URI::RFC2396_Parser
|
1900
|
+
# Bundler::URI::MailTo::RFC2396_Parser
|
1901
|
+
# Bundler::URI::RFC3986_PARSER
|
1902
|
+
# uninitialized constant Bundler::URI::MailTo::SCHEME
|
1903
|
+
# Did you mean? Bundler::URI::SCHEME
|
1904
|
+
# uninitialized constant Bundler::URI::MailTo::TBLDECWWWCOMP_
|
1905
|
+
# Did you mean? Bundler::URI::MailTo::TBLENCWWWCOMP_
|
1906
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1907
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1908
|
+
# uninitialized constant Bundler::URI::MailTo::TBLENCWWWCOMP_
|
1909
|
+
# Did you mean? Bundler::URI::MailTo::TBLDECWWWCOMP_
|
1910
|
+
# Bundler::URI::TBLDECWWWCOMP_
|
1911
|
+
# Bundler::URI::TBLENCWWWCOMP_
|
1912
|
+
# uninitialized constant Bundler::URI::MailTo::UNSAFE
|
1913
|
+
# Did you mean? Bundler::URI::UNSAFE
|
1914
|
+
# uninitialized constant Bundler::URI::MailTo::URI_REF
|
1915
|
+
# Did you mean? Bundler::URI::URI_REF
|
1916
|
+
# uninitialized constant Bundler::URI::MailTo::USERINFO
|
1917
|
+
# Did you mean? Bundler::URI::USERINFO
|
1918
|
+
# uninitialized constant Bundler::URI::MailTo::USE_REGISTRY
|
1919
|
+
# uninitialized constant Bundler::URI::MailTo::VERSION
|
1920
|
+
# Did you mean? Bundler::URI::VERSION
|
1921
|
+
# Bundler::VERSION
|
1922
|
+
# uninitialized constant Bundler::URI::MailTo::VERSION_CODE
|
1923
|
+
# Did you mean? Bundler::URI::VERSION_CODE
|
1924
|
+
# uninitialized constant Bundler::URI::MailTo::WEB_ENCODINGS_
|
1925
|
+
# Did you mean? Bundler::URI::WEB_ENCODINGS_
|
1926
|
+
# wrong constant name headers
|
1927
|
+
# wrong constant name headers=
|
1928
|
+
# wrong constant name initialize
|
1929
|
+
# wrong constant name set_headers
|
1930
|
+
# wrong constant name set_to
|
1931
|
+
# wrong constant name to
|
1932
|
+
# wrong constant name to=
|
1933
|
+
# wrong constant name to_mailtext
|
1934
|
+
# wrong constant name to_rfc822text
|
1935
|
+
# wrong constant name <static-init>
|
1936
|
+
# undefined method `escape<defaultArg>1' for class `Bundler::URI::RFC2396_Parser'
|
1937
|
+
# undefined method `extract<defaultArg>1' for class `Bundler::URI::RFC2396_Parser'
|
1938
|
+
# undefined method `initialize<defaultArg>1' for class `Bundler::URI::RFC2396_Parser'
|
1939
|
+
# Did you mean? initialize_dup
|
1940
|
+
# undefined method `make_regexp<defaultArg>1' for class `Bundler::URI::RFC2396_Parser'
|
1941
|
+
# undefined method `unescape<defaultArg>1' for class `Bundler::URI::RFC2396_Parser'
|
1942
|
+
# wrong constant name escape<defaultArg>1
|
1943
|
+
# wrong constant name escape
|
1944
|
+
# wrong constant name extract<defaultArg>1
|
1945
|
+
# wrong constant name extract
|
1946
|
+
# wrong constant name initialize<defaultArg>1
|
1947
|
+
# wrong constant name initialize
|
1948
|
+
# wrong constant name join
|
1949
|
+
# wrong constant name make_regexp<defaultArg>1
|
1950
|
+
# wrong constant name make_regexp
|
1951
|
+
# wrong constant name parse
|
1952
|
+
# wrong constant name pattern
|
1953
|
+
# wrong constant name regexp
|
1954
|
+
# wrong constant name split
|
1955
|
+
# wrong constant name unescape<defaultArg>1
|
1956
|
+
# wrong constant name unescape
|
1957
|
+
# wrong constant name <static-init>
|
1958
|
+
# wrong constant name <Class:PATTERN>
|
1959
|
+
# wrong constant name <static-init>
|
1960
|
+
# wrong constant name <static-init>
|
1961
|
+
# wrong constant name join
|
1962
|
+
# wrong constant name parse
|
1963
|
+
# wrong constant name regexp
|
1964
|
+
# wrong constant name split
|
1965
|
+
# wrong constant name <static-init>
|
1966
|
+
# wrong constant name <static-init>
|
1967
|
+
# wrong constant name make_components_hash
|
1968
|
+
# undefined singleton method `decode_www_form<defaultArg>1' for `Bundler::URI'
|
1969
|
+
# undefined singleton method `decode_www_form<defaultArg>2' for `Bundler::URI'
|
1970
|
+
# undefined singleton method `decode_www_form<defaultArg>3' for `Bundler::URI'
|
1971
|
+
# undefined singleton method `decode_www_form<defaultArg>4' for `Bundler::URI'
|
1972
|
+
# undefined singleton method `decode_www_form_component<defaultArg>1' for `Bundler::URI'
|
1973
|
+
# undefined singleton method `encode_www_form<defaultArg>1' for `Bundler::URI'
|
1974
|
+
# undefined singleton method `encode_www_form_component<defaultArg>1' for `Bundler::URI'
|
1975
|
+
# undefined singleton method `extract<defaultArg>1' for `Bundler::URI'
|
1976
|
+
# undefined singleton method `regexp<defaultArg>1' for `Bundler::URI'
|
1977
|
+
# wrong constant name <static-init>
|
1978
|
+
# wrong constant name decode_www_form<defaultArg>1
|
1979
|
+
# wrong constant name decode_www_form<defaultArg>2
|
1980
|
+
# wrong constant name decode_www_form<defaultArg>3
|
1981
|
+
# wrong constant name decode_www_form<defaultArg>4
|
1982
|
+
# wrong constant name decode_www_form
|
1983
|
+
# wrong constant name decode_www_form_component<defaultArg>1
|
1984
|
+
# wrong constant name decode_www_form_component
|
1985
|
+
# wrong constant name encode_www_form<defaultArg>1
|
1986
|
+
# wrong constant name encode_www_form
|
1987
|
+
# wrong constant name encode_www_form_component<defaultArg>1
|
1988
|
+
# wrong constant name encode_www_form_component
|
1989
|
+
# wrong constant name extract<defaultArg>1
|
1990
|
+
# wrong constant name extract
|
1991
|
+
# wrong constant name get_encoding
|
1992
|
+
# wrong constant name join
|
1993
|
+
# wrong constant name parse
|
1994
|
+
# wrong constant name regexp<defaultArg>1
|
1995
|
+
# wrong constant name regexp
|
1996
|
+
# wrong constant name scheme_list
|
1997
|
+
# wrong constant name split
|
1998
|
+
# wrong constant name <Class:NEq>
|
1999
|
+
# wrong constant name <Class:ReqR>
|
2000
|
+
# uninitialized constant Bundler::VersionRanges::NEq::Elem
|
2001
|
+
# wrong constant name version
|
2002
|
+
# wrong constant name version=
|
2003
|
+
# wrong constant name <static-init>
|
2004
|
+
# wrong constant name []
|
2005
|
+
# wrong constant name members
|
2006
|
+
# wrong constant name <=>
|
2007
|
+
# uninitialized constant Bundler::VersionRanges::ReqR::Elem
|
2008
|
+
# wrong constant name <Class:Endpoint>
|
2009
|
+
# wrong constant name cover?
|
2010
|
+
# wrong constant name empty?
|
2011
|
+
# wrong constant name left
|
2012
|
+
# wrong constant name left=
|
2013
|
+
# wrong constant name right
|
2014
|
+
# wrong constant name right=
|
2015
|
+
# wrong constant name single?
|
2016
|
+
# wrong constant name <=>
|
2017
|
+
# uninitialized constant Bundler::VersionRanges::ReqR::Endpoint::Elem
|
2018
|
+
# wrong constant name inclusive
|
2019
|
+
# wrong constant name inclusive=
|
2020
|
+
# wrong constant name version
|
2021
|
+
# wrong constant name version=
|
2022
|
+
# wrong constant name <static-init>
|
2023
|
+
# wrong constant name []
|
2024
|
+
# wrong constant name members
|
2025
|
+
# wrong constant name <static-init>
|
2026
|
+
# wrong constant name []
|
2027
|
+
# wrong constant name members
|
2028
|
+
# wrong constant name <static-init>
|
2029
|
+
# wrong constant name empty?
|
2030
|
+
# wrong constant name for
|
2031
|
+
# wrong constant name for_many
|
2032
|
+
# wrong constant name original_exec
|
2033
|
+
# wrong constant name original_system
|
2034
|
+
# wrong constant name unbundled_env
|
2035
|
+
# wrong constant name unbundled_exec
|
2036
|
+
# wrong constant name unbundled_system
|
2037
|
+
# wrong constant name with_unbundled_env
|
2038
|
+
# uninitialized constant CSV
|
2039
|
+
# uninitialized constant CSV
|
2040
|
+
# uninitialized constant Chalk
|
2041
|
+
# uninitialized constant Chalk
|
2042
|
+
# wrong constant name json_creatable?
|
2043
|
+
# wrong constant name polar
|
2044
|
+
# wrong constant name rect
|
2045
|
+
# wrong constant name rectangular
|
2046
|
+
# uninitialized constant Configatron
|
2047
|
+
# uninitialized constant Configatron
|
2048
|
+
# uninitialized constant Coverage
|
2049
|
+
# uninitialized constant Coverage
|
2050
|
+
# undefined method `methods<defaultArg>1' for class `Delegator'
|
2051
|
+
# undefined method `protected_methods<defaultArg>1' for class `Delegator'
|
2052
|
+
# Did you mean? protected_methods
|
2053
|
+
# undefined method `public_methods<defaultArg>1' for class `Delegator'
|
2054
|
+
# Did you mean? public_methods
|
2055
|
+
# wrong constant name !=
|
2056
|
+
# wrong constant name ==
|
2057
|
+
# wrong constant name __getobj__
|
2058
|
+
# wrong constant name __setobj__
|
2059
|
+
# wrong constant name eql?
|
2060
|
+
# wrong constant name initialize
|
2061
|
+
# wrong constant name marshal_dump
|
2062
|
+
# wrong constant name marshal_load
|
2063
|
+
# wrong constant name method_missing
|
2064
|
+
# wrong constant name methods<defaultArg>1
|
2065
|
+
# wrong constant name methods
|
2066
|
+
# wrong constant name protected_methods<defaultArg>1
|
2067
|
+
# wrong constant name protected_methods
|
2068
|
+
# wrong constant name public_methods<defaultArg>1
|
2069
|
+
# wrong constant name public_methods
|
2070
|
+
# wrong constant name const_missing
|
2071
|
+
# wrong constant name delegating_block
|
2072
|
+
# wrong constant name public_api
|
2073
|
+
# wrong constant name class_name
|
2074
|
+
# wrong constant name class_names
|
2075
|
+
# wrong constant name corrections
|
2076
|
+
# wrong constant name initialize
|
2077
|
+
# wrong constant name scopes
|
2078
|
+
# wrong constant name call
|
2079
|
+
# wrong constant name <static-init>
|
2080
|
+
# wrong constant name corrections
|
2081
|
+
# wrong constant name original_message
|
2082
|
+
# wrong constant name spell_checker
|
2083
|
+
# wrong constant name to_s
|
2084
|
+
# uninitialized constant DidYouMean::Formatter
|
2085
|
+
# uninitialized constant DidYouMean::Formatter
|
2086
|
+
# wrong constant name distance
|
2087
|
+
# wrong constant name distance
|
2088
|
+
# wrong constant name corrections
|
2089
|
+
# wrong constant name initialize
|
2090
|
+
# wrong constant name <static-init>
|
2091
|
+
# wrong constant name distance
|
2092
|
+
# wrong constant name min3
|
2093
|
+
# wrong constant name corrections
|
2094
|
+
# wrong constant name initialize
|
2095
|
+
# wrong constant name method_name
|
2096
|
+
# wrong constant name method_names
|
2097
|
+
# wrong constant name names_to_exclude
|
2098
|
+
# wrong constant name receiver
|
2099
|
+
# wrong constant name corrections
|
2100
|
+
# wrong constant name initialize
|
2101
|
+
# wrong constant name call
|
2102
|
+
# wrong constant name initialize
|
2103
|
+
# wrong constant name <static-init>
|
2104
|
+
# wrong constant name message_for
|
2105
|
+
# wrong constant name <static-init>
|
2106
|
+
# wrong constant name correct
|
2107
|
+
# wrong constant name initialize
|
2108
|
+
# undefined method `initialize<defaultArg>1' for class `DidYouMean::TreeSpellChecker'
|
2109
|
+
# Did you mean? initialize_dup
|
2110
|
+
# undefined method `initialize<defaultArg>2' for class `DidYouMean::TreeSpellChecker'
|
2111
|
+
# Did you mean? initialize_dup
|
2112
|
+
# wrong constant name augment
|
2113
|
+
# wrong constant name correct
|
2114
|
+
# wrong constant name dictionary
|
2115
|
+
# wrong constant name dimensions
|
2116
|
+
# wrong constant name initialize<defaultArg>1
|
2117
|
+
# wrong constant name initialize<defaultArg>2
|
2118
|
+
# wrong constant name initialize
|
2119
|
+
# wrong constant name separator
|
2120
|
+
# wrong constant name <static-init>
|
2121
|
+
# wrong constant name corrections
|
2122
|
+
# wrong constant name cvar_names
|
2123
|
+
# wrong constant name initialize
|
2124
|
+
# wrong constant name ivar_names
|
2125
|
+
# wrong constant name lvar_names
|
2126
|
+
# wrong constant name method_names
|
2127
|
+
# wrong constant name name
|
2128
|
+
# wrong constant name correct_error
|
2129
|
+
# wrong constant name formatter
|
2130
|
+
# wrong constant name formatter=
|
2131
|
+
# wrong constant name children
|
2132
|
+
# wrong constant name each_child
|
2133
|
+
# undefined singleton method `mktmpdir<defaultArg>1' for `Dir'
|
2134
|
+
# wrong constant name children
|
2135
|
+
# wrong constant name each_child
|
2136
|
+
# wrong constant name empty?
|
2137
|
+
# wrong constant name exists?
|
2138
|
+
# wrong constant name mktmpdir<defaultArg>1
|
2139
|
+
# wrong constant name tmpdir
|
2140
|
+
# undefined method `def_method<defaultArg>1' for class `ERB'
|
2141
|
+
# undefined method `def_module<defaultArg>1' for class `ERB'
|
2142
|
+
# undefined method `initialize<defaultArg>4' for class `ERB'
|
2143
|
+
# Did you mean? initialize_dup
|
2144
|
+
# undefined method `initialize<defaultArg>5' for class `ERB'
|
2145
|
+
# Did you mean? initialize_dup
|
2146
|
+
# wrong constant name def_method<defaultArg>1
|
2147
|
+
# wrong constant name def_method
|
2148
|
+
# wrong constant name def_module<defaultArg>1
|
2149
|
+
# wrong constant name def_module
|
2150
|
+
# wrong constant name initialize<defaultArg>4
|
2151
|
+
# wrong constant name initialize<defaultArg>5
|
2152
|
+
# wrong constant name result_with_hash
|
2153
|
+
# wrong constant name _dump
|
2154
|
+
# wrong constant name convert
|
2155
|
+
# wrong constant name convpath
|
2156
|
+
# wrong constant name destination_encoding
|
2157
|
+
# wrong constant name finish
|
2158
|
+
# wrong constant name initialize
|
2159
|
+
# wrong constant name insert_output
|
2160
|
+
# wrong constant name last_error
|
2161
|
+
# wrong constant name primitive_convert
|
2162
|
+
# wrong constant name primitive_errinfo
|
2163
|
+
# wrong constant name putback
|
2164
|
+
# wrong constant name replacement
|
2165
|
+
# wrong constant name replacement=
|
2166
|
+
# wrong constant name source_encoding
|
2167
|
+
# wrong constant name asciicompat_encoding
|
2168
|
+
# wrong constant name search_convpath
|
2169
|
+
# wrong constant name destination_encoding
|
2170
|
+
# wrong constant name destination_encoding_name
|
2171
|
+
# wrong constant name error_bytes
|
2172
|
+
# wrong constant name incomplete_input?
|
2173
|
+
# wrong constant name readagain_bytes
|
2174
|
+
# wrong constant name source_encoding
|
2175
|
+
# wrong constant name source_encoding_name
|
2176
|
+
# wrong constant name destination_encoding
|
2177
|
+
# wrong constant name destination_encoding_name
|
2178
|
+
# wrong constant name error_char
|
2179
|
+
# wrong constant name source_encoding
|
2180
|
+
# wrong constant name source_encoding_name
|
2181
|
+
# wrong constant name _load
|
2182
|
+
# wrong constant name locale_charmap
|
2183
|
+
# undefined method `to_set<defaultArg>1' for module `Enumerable'
|
2184
|
+
# wrong constant name chain
|
2185
|
+
# wrong constant name chunk
|
2186
|
+
# wrong constant name chunk_while
|
2187
|
+
# wrong constant name each_entry
|
2188
|
+
# wrong constant name filter_map
|
2189
|
+
# wrong constant name grep_v
|
2190
|
+
# wrong constant name slice_after
|
2191
|
+
# wrong constant name slice_before
|
2192
|
+
# wrong constant name slice_when
|
2193
|
+
# wrong constant name sum
|
2194
|
+
# wrong constant name tally
|
2195
|
+
# wrong constant name to_set<defaultArg>1
|
2196
|
+
# wrong constant name to_set
|
2197
|
+
# wrong constant name uniq
|
2198
|
+
# wrong constant name zip
|
2199
|
+
# wrong constant name +
|
2200
|
+
# wrong constant name <Class:ArithmeticSequence>
|
2201
|
+
# wrong constant name <Class:Chain>
|
2202
|
+
# wrong constant name <Class:Producer>
|
2203
|
+
# wrong constant name each_with_index
|
2204
|
+
# uninitialized constant Enumerator::ArithmeticSequence::Elem
|
2205
|
+
# wrong constant name begin
|
2206
|
+
# wrong constant name each
|
2207
|
+
# wrong constant name end
|
2208
|
+
# wrong constant name exclude_end?
|
2209
|
+
# wrong constant name last
|
2210
|
+
# wrong constant name step
|
2211
|
+
# wrong constant name <static-init>
|
2212
|
+
# uninitialized constant Enumerator::Chain::Elem
|
2213
|
+
# wrong constant name <static-init>
|
2214
|
+
# wrong constant name each
|
2215
|
+
# wrong constant name initialize
|
2216
|
+
# wrong constant name chunk
|
2217
|
+
# wrong constant name chunk_while
|
2218
|
+
# wrong constant name eager
|
2219
|
+
# wrong constant name force
|
2220
|
+
# wrong constant name slice_when
|
2221
|
+
# wrong constant name each
|
2222
|
+
# wrong constant name <static-init>
|
2223
|
+
# wrong constant name to_proc
|
2224
|
+
# wrong constant name produce
|
2225
|
+
# wrong constant name <static-init>
|
2226
|
+
# wrong constant name <static-init>
|
2227
|
+
# wrong constant name <static-init>
|
2228
|
+
# wrong constant name <static-init>
|
2229
|
+
# wrong constant name <static-init>
|
2230
|
+
# wrong constant name <static-init>
|
2231
|
+
# wrong constant name <static-init>
|
2232
|
+
# wrong constant name <static-init>
|
2233
|
+
# wrong constant name <static-init>
|
2234
|
+
# wrong constant name <static-init>
|
2235
|
+
# wrong constant name <static-init>
|
2236
|
+
# wrong constant name <static-init>
|
2237
|
+
# wrong constant name <static-init>
|
2238
|
+
# wrong constant name <static-init>
|
2239
|
+
# wrong constant name <static-init>
|
2240
|
+
# wrong constant name <static-init>
|
2241
|
+
# wrong constant name <static-init>
|
2242
|
+
# wrong constant name <static-init>
|
2243
|
+
# wrong constant name <static-init>
|
2244
|
+
# wrong constant name gid
|
2245
|
+
# wrong constant name gid=
|
2246
|
+
# wrong constant name mem
|
2247
|
+
# wrong constant name mem=
|
2248
|
+
# wrong constant name name
|
2249
|
+
# wrong constant name name=
|
2250
|
+
# wrong constant name passwd
|
2251
|
+
# wrong constant name passwd=
|
2252
|
+
# wrong constant name []
|
2253
|
+
# wrong constant name each
|
2254
|
+
# wrong constant name members
|
2255
|
+
# wrong constant name <Class:Group>
|
2256
|
+
# wrong constant name change
|
2257
|
+
# wrong constant name change=
|
2258
|
+
# wrong constant name dir=
|
2259
|
+
# wrong constant name expire
|
2260
|
+
# wrong constant name expire=
|
2261
|
+
# wrong constant name gecos
|
2262
|
+
# wrong constant name gecos=
|
2263
|
+
# wrong constant name gid=
|
2264
|
+
# wrong constant name name=
|
2265
|
+
# wrong constant name passwd=
|
2266
|
+
# wrong constant name shell=
|
2267
|
+
# wrong constant name uclass
|
2268
|
+
# wrong constant name uclass=
|
2269
|
+
# wrong constant name uid=
|
2270
|
+
# wrong constant name []
|
2271
|
+
# wrong constant name each
|
2272
|
+
# wrong constant name members
|
2273
|
+
# wrong constant name <Class:Passwd>
|
2274
|
+
# wrong constant name full_message
|
2275
|
+
# wrong constant name exception
|
2276
|
+
# wrong constant name to_tty?
|
2277
|
+
# uninitialized constant Exception2MessageMapper
|
2278
|
+
# uninitialized constant Exception2MessageMapper
|
2279
|
+
# wrong constant name <static-init>
|
2280
|
+
# wrong constant name initialize
|
2281
|
+
# wrong constant name resume
|
2282
|
+
# wrong constant name yield
|
2283
|
+
# wrong constant name size?
|
2284
|
+
# wrong constant name absolute_path?
|
2285
|
+
# wrong constant name empty?
|
2286
|
+
# wrong constant name exists?
|
2287
|
+
# wrong constant name lutime
|
2288
|
+
# wrong constant name mkfifo
|
2289
|
+
# uninitialized constant FileUtils::DryRun::VERSION
|
2290
|
+
# Did you mean? FileUtils::VERSION
|
2291
|
+
# uninitialized constant FileUtils::NoWrite::VERSION
|
2292
|
+
# Did you mean? FileUtils::VERSION
|
2293
|
+
# uninitialized constant FileUtils::Verbose::VERSION
|
2294
|
+
# Did you mean? FileUtils::VERSION
|
2295
|
+
# uninitialized constant Forwardable
|
2296
|
+
# uninitialized constant Forwardable
|
2297
|
+
# wrong constant name receiver
|
2298
|
+
# undefined method `garbage_collect<defaultArg>1' for module `GC'
|
2299
|
+
# undefined method `garbage_collect<defaultArg>2' for module `GC'
|
2300
|
+
# undefined method `garbage_collect<defaultArg>3' for module `GC'
|
2301
|
+
# wrong constant name garbage_collect<defaultArg>1
|
2302
|
+
# wrong constant name garbage_collect<defaultArg>2
|
2303
|
+
# wrong constant name garbage_collect<defaultArg>3
|
2304
|
+
# wrong constant name garbage_collect
|
2305
|
+
# undefined singleton method `latest_gc_info<defaultArg>1' for `GC'
|
2306
|
+
# undefined singleton method `start<defaultArg>3' for `GC'
|
2307
|
+
# undefined singleton method `stat<defaultArg>1' for `GC'
|
2308
|
+
# wrong constant name compact
|
2309
|
+
# wrong constant name latest_gc_info<defaultArg>1
|
2310
|
+
# wrong constant name latest_gc_info
|
2311
|
+
# wrong constant name start<defaultArg>3
|
2312
|
+
# wrong constant name stat<defaultArg>1
|
2313
|
+
# wrong constant name stress=
|
2314
|
+
# wrong constant name verify_compaction_references
|
2315
|
+
# wrong constant name verify_internal_consistency
|
2316
|
+
# wrong constant name verify_transient_heap_internal_consistency
|
2317
|
+
# wrong constant name <Class:S3URISigner>
|
2318
|
+
# wrong constant name <Class:UriParser>
|
2319
|
+
# wrong constant name <Class:UriParsing>
|
2320
|
+
# wrong constant name _deprecated_default_specifications_dir
|
2321
|
+
# undefined method `deprecate_option<defaultArg>1' for class `Gem::Command'
|
2322
|
+
# Did you mean? deprecate_constant
|
2323
|
+
# undefined method `deprecate_option<defaultArg>2' for class `Gem::Command'
|
2324
|
+
# Did you mean? deprecate_constant
|
2325
|
+
# undefined method `show_lookup_failure<defaultArg>2' for class `Gem::Command'
|
2326
|
+
# wrong constant name check_deprecated_options
|
2327
|
+
# wrong constant name deprecate_option<defaultArg>1
|
2328
|
+
# wrong constant name deprecate_option<defaultArg>2
|
2329
|
+
# wrong constant name deprecate_option
|
2330
|
+
# wrong constant name show_lookup_failure<defaultArg>2
|
2331
|
+
# wrong constant name <=>
|
2332
|
+
# wrong constant name identity
|
2333
|
+
# undefined method `_deprecated_find_gems_with_sources<defaultArg>1' for class `Gem::DependencyInstaller'
|
2334
|
+
# undefined method `_deprecated_find_spec_by_name_and_version<defaultArg>1' for class `Gem::DependencyInstaller'
|
2335
|
+
# undefined method `_deprecated_find_spec_by_name_and_version<defaultArg>2' for class `Gem::DependencyInstaller'
|
2336
|
+
# wrong constant name _deprecated_available_set_for
|
2337
|
+
# wrong constant name _deprecated_find_gems_with_sources<defaultArg>1
|
2338
|
+
# wrong constant name _deprecated_find_gems_with_sources
|
2339
|
+
# wrong constant name _deprecated_find_spec_by_name_and_version<defaultArg>1
|
2340
|
+
# wrong constant name _deprecated_find_spec_by_name_and_version<defaultArg>2
|
2341
|
+
# wrong constant name _deprecated_find_spec_by_name_and_version
|
2342
|
+
# wrong constant name _deprecated_unpack
|
2343
|
+
# wrong constant name package
|
2344
|
+
# wrong constant name gem
|
2345
|
+
# wrong constant name oct_or_256based
|
2346
|
+
# undefined singleton method `raw_spec<defaultArg>1' for `Gem::Package'
|
2347
|
+
# wrong constant name raw_spec<defaultArg>1
|
2348
|
+
# wrong constant name raw_spec
|
2349
|
+
# wrong constant name <Class:FetchError>
|
2350
|
+
# wrong constant name <Class:UnknownHostError>
|
2351
|
+
# wrong constant name _deprecated_fetch_size
|
2352
|
+
# wrong constant name s3_uri_signer
|
2353
|
+
# wrong constant name initialize
|
2354
|
+
# wrong constant name uri
|
2355
|
+
# wrong constant name uri=
|
2356
|
+
# wrong constant name <static-init>
|
2357
|
+
# wrong constant name <static-init>
|
2358
|
+
# wrong constant name default_prerelease
|
2359
|
+
# wrong constant name platform
|
2360
|
+
# uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Log::Elem
|
2361
|
+
# undefined method `sign<defaultArg>1' for class `Gem::S3URISigner'
|
2362
|
+
# wrong constant name <Class:ConfigurationError>
|
2363
|
+
# wrong constant name <Class:InstanceProfileError>
|
2364
|
+
# wrong constant name <Class:S3Config>
|
2365
|
+
# wrong constant name initialize
|
2366
|
+
# wrong constant name sign<defaultArg>1
|
2367
|
+
# wrong constant name sign
|
2368
|
+
# wrong constant name uri
|
2369
|
+
# wrong constant name uri=
|
2370
|
+
# wrong constant name initialize
|
2371
|
+
# wrong constant name <static-init>
|
2372
|
+
# wrong constant name initialize
|
2373
|
+
# wrong constant name <static-init>
|
2374
|
+
# uninitialized constant Gem::S3URISigner::S3Config::Elem
|
2375
|
+
# wrong constant name access_key_id
|
2376
|
+
# wrong constant name access_key_id=
|
2377
|
+
# wrong constant name region
|
2378
|
+
# wrong constant name region=
|
2379
|
+
# wrong constant name secret_access_key
|
2380
|
+
# wrong constant name secret_access_key=
|
2381
|
+
# wrong constant name security_token
|
2382
|
+
# wrong constant name security_token=
|
2383
|
+
# wrong constant name <static-init>
|
2384
|
+
# wrong constant name []
|
2385
|
+
# wrong constant name members
|
2386
|
+
# wrong constant name <static-init>
|
2387
|
+
# undefined method `typo_squatting?<defaultArg>1' for class `Gem::Source'
|
2388
|
+
# wrong constant name <=>
|
2389
|
+
# wrong constant name typo_squatting?<defaultArg>1
|
2390
|
+
# wrong constant name typo_squatting?
|
2391
|
+
# wrong constant name <=>
|
2392
|
+
# uninitialized constant Gem::Specification::GENERICS
|
2393
|
+
# uninitialized constant Gem::Specification::GENERIC_CACHE
|
2394
|
+
# wrong constant name _deprecated_rubyforge_project=
|
2395
|
+
# undefined singleton method `default_stubs<defaultArg>1' for `Gem::Specification'
|
2396
|
+
# wrong constant name default_stubs<defaultArg>1
|
2397
|
+
# wrong constant name default_stubs
|
2398
|
+
# wrong constant name parse
|
2399
|
+
# wrong constant name parse!
|
2400
|
+
# wrong constant name <static-init>
|
2401
|
+
# wrong constant name <static-init>
|
2402
|
+
# wrong constant name correct_for_windows_path
|
2403
|
+
# wrong constant name add_to_load_path
|
2404
|
+
# wrong constant name default_specifications_dir
|
2405
|
+
# wrong constant name java_platform?
|
2406
|
+
# wrong constant name source_date_epoch
|
2407
|
+
# wrong constant name suffix_regexp
|
2408
|
+
# wrong constant name <
|
2409
|
+
# wrong constant name <=
|
2410
|
+
# wrong constant name >
|
2411
|
+
# wrong constant name >=
|
2412
|
+
# wrong constant name compact
|
2413
|
+
# wrong constant name compact!
|
2414
|
+
# wrong constant name deconstruct_keys
|
2415
|
+
# wrong constant name default_proc
|
2416
|
+
# wrong constant name default_proc=
|
2417
|
+
# wrong constant name fetch_values
|
2418
|
+
# wrong constant name flatten
|
2419
|
+
# wrong constant name index
|
2420
|
+
# wrong constant name replace
|
2421
|
+
# wrong constant name slice
|
2422
|
+
# wrong constant name to_h
|
2423
|
+
# wrong constant name to_proc
|
2424
|
+
# wrong constant name transform_keys
|
2425
|
+
# wrong constant name transform_keys!
|
2426
|
+
# wrong constant name transform_values
|
2427
|
+
# wrong constant name transform_values!
|
2428
|
+
# wrong constant name update
|
2429
|
+
# wrong constant name try_convert
|
2430
|
+
# undefined method `read_nonblock<defaultArg>1' for class `IO'
|
2431
|
+
# undefined method `read_nonblock<defaultArg>2' for class `IO'
|
2432
|
+
# undefined method `write_nonblock<defaultArg>1' for class `IO'
|
2433
|
+
# wrong constant name external_encoding
|
2434
|
+
# wrong constant name nonblock
|
2435
|
+
# wrong constant name nonblock=
|
2436
|
+
# wrong constant name nonblock?
|
2437
|
+
# wrong constant name nread
|
2438
|
+
# wrong constant name pathconf
|
2439
|
+
# wrong constant name pread
|
2440
|
+
# wrong constant name pwrite
|
2441
|
+
# wrong constant name read_nonblock<defaultArg>1
|
2442
|
+
# wrong constant name read_nonblock<defaultArg>2
|
2443
|
+
# wrong constant name ready?
|
2444
|
+
# wrong constant name set_encoding_by_bom
|
2445
|
+
# wrong constant name wait
|
2446
|
+
# wrong constant name wait_readable
|
2447
|
+
# wrong constant name wait_writable
|
2448
|
+
# wrong constant name write_nonblock<defaultArg>1
|
2449
|
+
# wrong constant name write_nonblock
|
2450
|
+
# wrong constant name foreach
|
2451
|
+
# undefined method `initialize<defaultArg>1' for class `IPAddr'
|
2452
|
+
# Did you mean? initialize_dup
|
2453
|
+
# undefined method `initialize<defaultArg>2' for class `IPAddr'
|
2454
|
+
# Did you mean? initialize_dup
|
2455
|
+
# wrong constant name &
|
2456
|
+
# wrong constant name <<
|
2457
|
+
# wrong constant name <=>
|
2458
|
+
# wrong constant name ==
|
2459
|
+
# wrong constant name ===
|
2460
|
+
# wrong constant name >>
|
2461
|
+
# wrong constant name <Class:AddressFamilyError>
|
2462
|
+
# wrong constant name <Class:Error>
|
2463
|
+
# wrong constant name <Class:InvalidAddressError>
|
2464
|
+
# wrong constant name <Class:InvalidPrefixError>
|
2465
|
+
# wrong constant name eql?
|
2466
|
+
# wrong constant name family
|
2467
|
+
# wrong constant name hton
|
2468
|
+
# wrong constant name include?
|
2469
|
+
# wrong constant name initialize<defaultArg>1
|
2470
|
+
# wrong constant name initialize<defaultArg>2
|
2471
|
+
# wrong constant name initialize
|
2472
|
+
# wrong constant name ip6_arpa
|
2473
|
+
# wrong constant name ip6_int
|
2474
|
+
# wrong constant name ipv4?
|
2475
|
+
# wrong constant name ipv4_compat
|
2476
|
+
# wrong constant name ipv4_compat?
|
2477
|
+
# wrong constant name ipv4_mapped
|
2478
|
+
# wrong constant name ipv4_mapped?
|
2479
|
+
# wrong constant name ipv6?
|
2480
|
+
# wrong constant name link_local?
|
2481
|
+
# wrong constant name loopback?
|
2482
|
+
# wrong constant name mask
|
2483
|
+
# wrong constant name mask!
|
2484
|
+
# wrong constant name native
|
2485
|
+
# wrong constant name prefix
|
2486
|
+
# wrong constant name prefix=
|
2487
|
+
# wrong constant name private?
|
2488
|
+
# wrong constant name reverse
|
2489
|
+
# wrong constant name set
|
2490
|
+
# wrong constant name succ
|
2491
|
+
# wrong constant name to_i
|
2492
|
+
# wrong constant name to_range
|
2493
|
+
# wrong constant name to_string
|
2494
|
+
# wrong constant name |
|
2495
|
+
# wrong constant name ~
|
2496
|
+
# wrong constant name <static-init>
|
2497
|
+
# wrong constant name <static-init>
|
2498
|
+
# wrong constant name <static-init>
|
2499
|
+
# wrong constant name <static-init>
|
2500
|
+
# wrong constant name <static-init>
|
2501
|
+
# wrong constant name new_ntoh
|
2502
|
+
# wrong constant name ntop
|
2503
|
+
# wrong constant name allbits?
|
2504
|
+
# wrong constant name anybits?
|
2505
|
+
# wrong constant name digits
|
2506
|
+
# wrong constant name nobits?
|
2507
|
+
# wrong constant name pow
|
2508
|
+
# wrong constant name to_bn
|
2509
|
+
# wrong constant name sqrt
|
2510
|
+
# wrong constant name from_state
|
2511
|
+
# wrong constant name initialize
|
2512
|
+
# wrong constant name gem
|
2513
|
+
# wrong constant name itself
|
2514
|
+
# wrong constant name object_id
|
2515
|
+
# wrong constant name respond_to?
|
2516
|
+
# wrong constant name then
|
2517
|
+
# wrong constant name yield_self
|
2518
|
+
# wrong constant name at_exit
|
2519
|
+
# wrong constant name key
|
2520
|
+
# wrong constant name receiver
|
2521
|
+
# wrong constant name path
|
2522
|
+
# wrong constant name exit_value
|
2523
|
+
# wrong constant name reason
|
2524
|
+
# uninitialized constant Logger
|
2525
|
+
# uninitialized constant Logger
|
2526
|
+
# wrong constant name restore
|
2527
|
+
# uninitialized constant MessagePack
|
2528
|
+
# uninitialized constant MessagePack
|
2529
|
+
# wrong constant name const_source_location
|
2530
|
+
# wrong constant name deprecate_constant
|
2531
|
+
# wrong constant name undef_method
|
2532
|
+
# wrong constant name used_modules
|
2533
|
+
# wrong constant name enter
|
2534
|
+
# wrong constant name exit
|
2535
|
+
# wrong constant name mon_check_owner
|
2536
|
+
# wrong constant name mon_enter
|
2537
|
+
# wrong constant name mon_exit
|
2538
|
+
# wrong constant name mon_locked?
|
2539
|
+
# wrong constant name mon_owned?
|
2540
|
+
# wrong constant name mon_synchronize
|
2541
|
+
# wrong constant name mon_try_enter
|
2542
|
+
# wrong constant name new_cond
|
2543
|
+
# wrong constant name synchronize
|
2544
|
+
# wrong constant name try_enter
|
2545
|
+
# wrong constant name try_mon_enter
|
2546
|
+
# wrong constant name wait_for_cond
|
2547
|
+
# wrong constant name initialize
|
2548
|
+
# wrong constant name mon_enter
|
2549
|
+
# wrong constant name mon_exit
|
2550
|
+
# wrong constant name mon_locked?
|
2551
|
+
# wrong constant name mon_owned?
|
2552
|
+
# wrong constant name mon_synchronize
|
2553
|
+
# wrong constant name mon_try_enter
|
2554
|
+
# wrong constant name new_cond
|
2555
|
+
# wrong constant name synchronize
|
2556
|
+
# wrong constant name try_mon_enter
|
2557
|
+
# undefined method `wait<defaultArg>1' for class `MonitorMixin::ConditionVariable'
|
2558
|
+
# wrong constant name broadcast
|
2559
|
+
# wrong constant name initialize
|
2560
|
+
# wrong constant name signal
|
2561
|
+
# wrong constant name wait<defaultArg>1
|
2562
|
+
# wrong constant name wait
|
2563
|
+
# wrong constant name wait_until
|
2564
|
+
# wrong constant name wait_while
|
2565
|
+
# uninitialized constant MonitorMixin::ConditionVariable::Timeout
|
2566
|
+
# uninitialized constant MonitorMixin::ConditionVariable::Timeout
|
2567
|
+
# wrong constant name extend_object
|
2568
|
+
# uninitialized constant Mutex_m
|
2569
|
+
# uninitialized constant Mutex_m
|
2570
|
+
# wrong constant name name
|
2571
|
+
# wrong constant name receiver
|
2572
|
+
# uninitialized constant Net::FTP
|
2573
|
+
# uninitialized constant Net::FTP
|
2574
|
+
# uninitialized constant Net::FTPConnectionError
|
2575
|
+
# uninitialized constant Net::FTPConnectionError
|
2576
|
+
# uninitialized constant Net::FTPError
|
2577
|
+
# Did you mean? Net::HTTPError
|
2578
|
+
# uninitialized constant Net::FTPError
|
2579
|
+
# Did you mean? Net::HTTPError
|
2580
|
+
# uninitialized constant Net::FTPPermError
|
2581
|
+
# Did you mean? FiberError
|
2582
|
+
# uninitialized constant Net::FTPPermError
|
2583
|
+
# Did you mean? FiberError
|
2584
|
+
# uninitialized constant Net::FTPProtoError
|
2585
|
+
# uninitialized constant Net::FTPProtoError
|
2586
|
+
# uninitialized constant Net::FTPReplyError
|
2587
|
+
# uninitialized constant Net::FTPReplyError
|
2588
|
+
# uninitialized constant Net::FTPTempError
|
2589
|
+
# Did you mean? TypeError
|
2590
|
+
# uninitialized constant Net::FTPTempError
|
2591
|
+
# Did you mean? TypeError
|
2592
|
+
# uninitialized constant Net::HTTP::DigestAuth
|
2593
|
+
# uninitialized constant Net::HTTP::DigestAuth
|
2594
|
+
# uninitialized constant Net::HTTP::Persistent
|
2595
|
+
# uninitialized constant Net::HTTP::Persistent
|
2596
|
+
# uninitialized constant Net::IMAP
|
2597
|
+
# uninitialized constant Net::IMAP
|
2598
|
+
# uninitialized constant Net::SMTP
|
2599
|
+
# uninitialized constant Net::SMTP
|
2600
|
+
# uninitialized constant Net::SMTPAuthenticationError
|
2601
|
+
# uninitialized constant Net::SMTPAuthenticationError
|
2602
|
+
# uninitialized constant Net::SMTPError
|
2603
|
+
# Did you mean? Net::HTTPError
|
2604
|
+
# uninitialized constant Net::SMTPError
|
2605
|
+
# Did you mean? Net::HTTPError
|
2606
|
+
# uninitialized constant Net::SMTPFatalError
|
2607
|
+
# Did you mean? Net::ProtoFatalError
|
2608
|
+
# Net::HTTPFatalError
|
2609
|
+
# uninitialized constant Net::SMTPFatalError
|
2610
|
+
# Did you mean? Net::ProtoFatalError
|
2611
|
+
# Net::HTTPFatalError
|
2612
|
+
# uninitialized constant Net::SMTPServerBusy
|
2613
|
+
# uninitialized constant Net::SMTPServerBusy
|
2614
|
+
# uninitialized constant Net::SMTPSyntaxError
|
2615
|
+
# Did you mean? Net::ProtoSyntaxError
|
2616
|
+
# uninitialized constant Net::SMTPSyntaxError
|
2617
|
+
# Did you mean? Net::ProtoSyntaxError
|
2618
|
+
# uninitialized constant Net::SMTPUnknownError
|
2619
|
+
# uninitialized constant Net::SMTPUnknownError
|
2620
|
+
# uninitialized constant Net::SMTPUnsupportedCommand
|
2621
|
+
# uninitialized constant Net::SMTPUnsupportedCommand
|
2622
|
+
# wrong constant name to_i
|
2623
|
+
# wrong constant name <static-init>
|
2624
|
+
# wrong constant name args
|
2625
|
+
# wrong constant name private_call?
|
2626
|
+
# uninitialized constant RUBYGEMS_ACTIVATION_MONITOR
|
2627
|
+
# wrong constant name <Class:Object>
|
2628
|
+
# wrong constant name []
|
2629
|
+
# wrong constant name []=
|
2630
|
+
# wrong constant name each
|
2631
|
+
# wrong constant name each_key
|
2632
|
+
# wrong constant name each_pair
|
2633
|
+
# wrong constant name each_value
|
2634
|
+
# wrong constant name key?
|
2635
|
+
# wrong constant name keys
|
2636
|
+
# wrong constant name length
|
2637
|
+
# wrong constant name size
|
2638
|
+
# wrong constant name values
|
2639
|
+
# undefined singleton method `garbage_collect<defaultArg>1' for `ObjectSpace'
|
2640
|
+
# undefined singleton method `garbage_collect<defaultArg>2' for `ObjectSpace'
|
2641
|
+
# undefined singleton method `garbage_collect<defaultArg>3' for `ObjectSpace'
|
2642
|
+
# wrong constant name count_objects
|
2643
|
+
# wrong constant name define_finalizer
|
2644
|
+
# wrong constant name garbage_collect<defaultArg>1
|
2645
|
+
# wrong constant name garbage_collect<defaultArg>2
|
2646
|
+
# wrong constant name garbage_collect<defaultArg>3
|
2647
|
+
# wrong constant name garbage_collect
|
2648
|
+
# wrong constant name undefine_finalizer
|
2649
|
+
# uninitialized constant OpenSSL::Digest::DSS
|
2650
|
+
# uninitialized constant OpenSSL::Digest::DSS
|
2651
|
+
# uninitialized constant OpenSSL::Digest::DSS1
|
2652
|
+
# uninitialized constant OpenSSL::Digest::DSS1
|
2653
|
+
# uninitialized constant OpenSSL::Digest::SHA
|
2654
|
+
# Did you mean? OpenSSL::Digest::SHA1
|
2655
|
+
# uninitialized constant OpenSSL::Digest::SHA
|
2656
|
+
# Did you mean? OpenSSL::Digest::SHA1
|
2657
|
+
# uninitialized constant OpenSSL::PKCS5::PKCS5Error
|
2658
|
+
# uninitialized constant OpenSSL::PKCS5::PKCS5Error
|
2659
|
+
# uninitialized constant Opus
|
2660
|
+
# uninitialized constant Opus
|
2661
|
+
# uninitialized constant PP
|
2662
|
+
# uninitialized constant PP
|
2663
|
+
# undefined method `children<defaultArg>1' for class `Pathname'
|
2664
|
+
# undefined method `each_child<defaultArg>1' for class `Pathname'
|
2665
|
+
# undefined method `find<defaultArg>1' for class `Pathname'
|
2666
|
+
# wrong constant name children<defaultArg>1
|
2667
|
+
# wrong constant name each_child<defaultArg>1
|
2668
|
+
# wrong constant name empty?
|
2669
|
+
# wrong constant name find<defaultArg>1
|
2670
|
+
# wrong constant name fnmatch?
|
2671
|
+
# wrong constant name glob
|
2672
|
+
# wrong constant name make_symlink
|
2673
|
+
# uninitialized constant PrettyPrint
|
2674
|
+
# uninitialized constant PrettyPrint
|
2675
|
+
# wrong constant name <<
|
2676
|
+
# wrong constant name ===
|
2677
|
+
# wrong constant name >>
|
2678
|
+
# wrong constant name clone
|
2679
|
+
# wrong constant name ruby2_keywords
|
2680
|
+
# wrong constant name yield
|
2681
|
+
# uninitialized constant Proc0
|
2682
|
+
# uninitialized constant Proc0
|
2683
|
+
# uninitialized constant Proc1
|
2684
|
+
# uninitialized constant Proc1
|
2685
|
+
# uninitialized constant Proc10
|
2686
|
+
# uninitialized constant Proc10
|
2687
|
+
# uninitialized constant Proc2
|
2688
|
+
# uninitialized constant Proc2
|
2689
|
+
# uninitialized constant Proc3
|
2690
|
+
# uninitialized constant Proc3
|
2691
|
+
# uninitialized constant Proc4
|
2692
|
+
# uninitialized constant Proc4
|
2693
|
+
# uninitialized constant Proc5
|
2694
|
+
# uninitialized constant Proc5
|
2695
|
+
# uninitialized constant Proc6
|
2696
|
+
# uninitialized constant Proc6
|
2697
|
+
# uninitialized constant Proc7
|
2698
|
+
# uninitialized constant Proc7
|
2699
|
+
# uninitialized constant Proc8
|
2700
|
+
# uninitialized constant Proc8
|
2701
|
+
# uninitialized constant Proc9
|
2702
|
+
# uninitialized constant Proc9
|
2703
|
+
# wrong constant name getegid
|
2704
|
+
# wrong constant name cstime
|
2705
|
+
# wrong constant name cstime=
|
2706
|
+
# wrong constant name cutime
|
2707
|
+
# wrong constant name cutime=
|
2708
|
+
# wrong constant name stime
|
2709
|
+
# wrong constant name stime=
|
2710
|
+
# wrong constant name utime
|
2711
|
+
# wrong constant name utime=
|
2712
|
+
# wrong constant name []
|
2713
|
+
# wrong constant name members
|
2714
|
+
# wrong constant name last_status
|
2715
|
+
# wrong constant name setpgrp
|
2716
|
+
# uninitialized constant Racc
|
2717
|
+
# uninitialized constant Racc
|
2718
|
+
# undefined method `alphanumeric<defaultArg>1' for module `Random::Formatter'
|
2719
|
+
# undefined method `random_bytes<defaultArg>1' for module `Random::Formatter'
|
2720
|
+
# undefined method `urlsafe_base64<defaultArg>1' for module `Random::Formatter'
|
2721
|
+
# undefined method `urlsafe_base64<defaultArg>2' for module `Random::Formatter'
|
2722
|
+
# wrong constant name alphanumeric<defaultArg>1
|
2723
|
+
# wrong constant name alphanumeric
|
2724
|
+
# wrong constant name random_bytes<defaultArg>1
|
2725
|
+
# wrong constant name urlsafe_base64<defaultArg>1
|
2726
|
+
# wrong constant name urlsafe_base64<defaultArg>2
|
2727
|
+
# wrong constant name bytes
|
2728
|
+
# wrong constant name urandom
|
2729
|
+
# wrong constant name %
|
2730
|
+
# wrong constant name entries
|
2731
|
+
# wrong constant name to_a
|
2732
|
+
# undefined singleton method `expand<defaultArg>1' for `RbConfig'
|
2733
|
+
# undefined singleton method `fire_update!<defaultArg>1' for `RbConfig'
|
2734
|
+
# undefined singleton method `fire_update!<defaultArg>2' for `RbConfig'
|
2735
|
+
# wrong constant name expand<defaultArg>1
|
2736
|
+
# wrong constant name expand
|
2737
|
+
# wrong constant name fire_update!<defaultArg>1
|
2738
|
+
# wrong constant name fire_update!<defaultArg>2
|
2739
|
+
# wrong constant name fire_update!
|
2740
|
+
# wrong constant name ruby
|
2741
|
+
# wrong constant name match?
|
2742
|
+
# uninitialized constant Ripper
|
2743
|
+
# uninitialized constant Ripper
|
2744
|
+
# wrong constant name <Class:Node>
|
2745
|
+
# wrong constant name children
|
2746
|
+
# wrong constant name first_column
|
2747
|
+
# wrong constant name first_lineno
|
2748
|
+
# wrong constant name last_column
|
2749
|
+
# wrong constant name last_lineno
|
2750
|
+
# wrong constant name type
|
2751
|
+
# wrong constant name <static-init>
|
2752
|
+
# wrong constant name <static-init>
|
2753
|
+
# wrong constant name of
|
2754
|
+
# wrong constant name parse
|
2755
|
+
# wrong constant name parse_file
|
2756
|
+
# wrong constant name absolute_path
|
2757
|
+
# wrong constant name base_label
|
2758
|
+
# wrong constant name disasm
|
2759
|
+
# wrong constant name disassemble
|
2760
|
+
# wrong constant name each_child
|
2761
|
+
# wrong constant name eval
|
2762
|
+
# wrong constant name first_lineno
|
2763
|
+
# wrong constant name label
|
2764
|
+
# wrong constant name path
|
2765
|
+
# wrong constant name to_a
|
2766
|
+
# wrong constant name to_binary
|
2767
|
+
# wrong constant name trace_points
|
2768
|
+
# wrong constant name compile
|
2769
|
+
# wrong constant name compile_file
|
2770
|
+
# wrong constant name compile_option
|
2771
|
+
# wrong constant name compile_option=
|
2772
|
+
# wrong constant name disasm
|
2773
|
+
# wrong constant name disassemble
|
2774
|
+
# wrong constant name load_from_binary
|
2775
|
+
# wrong constant name load_from_binary_extra_data
|
2776
|
+
# wrong constant name of
|
2777
|
+
# wrong constant name <static-init>
|
2778
|
+
# wrong constant name enabled?
|
2779
|
+
# wrong constant name pause
|
2780
|
+
# wrong constant name resume
|
2781
|
+
# wrong constant name stat
|
2782
|
+
# undefined method `flatten_merge<defaultArg>1' for class `Set'
|
2783
|
+
# undefined method `initialize<defaultArg>1' for class `Set'
|
2784
|
+
# Did you mean? initialize_dup
|
2785
|
+
# wrong constant name ==
|
2786
|
+
# wrong constant name ===
|
2787
|
+
# wrong constant name compare_by_identity
|
2788
|
+
# wrong constant name compare_by_identity?
|
2789
|
+
# wrong constant name divide
|
2790
|
+
# wrong constant name eql?
|
2791
|
+
# wrong constant name flatten_merge<defaultArg>1
|
2792
|
+
# wrong constant name flatten_merge
|
2793
|
+
# wrong constant name initialize<defaultArg>1
|
2794
|
+
# wrong constant name pretty_print
|
2795
|
+
# wrong constant name pretty_print_cycle
|
2796
|
+
# wrong constant name reset
|
2797
|
+
# wrong constant name signm
|
2798
|
+
# wrong constant name signo
|
2799
|
+
# uninitialized constant SingleForwardable
|
2800
|
+
# uninitialized constant SingleForwardable
|
2801
|
+
# uninitialized constant Singleton
|
2802
|
+
# Did you mean? SignalException
|
2803
|
+
# uninitialized constant Singleton
|
2804
|
+
# Did you mean? SignalException
|
2805
|
+
# wrong constant name <Class:ConstantEntry>
|
2806
|
+
# wrong constant name all_module_aliases
|
2807
|
+
# wrong constant name all_module_names
|
2808
|
+
# wrong constant name all_named_modules
|
2809
|
+
# wrong constant name class_by_name
|
2810
|
+
# wrong constant name name_by_class
|
2811
|
+
# uninitialized constant Sorbet::Private::ConstantLookupCache::ConstantEntry::Elem
|
2812
|
+
# wrong constant name aliases
|
2813
|
+
# wrong constant name aliases=
|
2814
|
+
# wrong constant name const
|
2815
|
+
# wrong constant name const=
|
2816
|
+
# wrong constant name const_name
|
2817
|
+
# wrong constant name const_name=
|
2818
|
+
# wrong constant name found_name
|
2819
|
+
# wrong constant name found_name=
|
2820
|
+
# wrong constant name owner
|
2821
|
+
# wrong constant name owner=
|
2822
|
+
# wrong constant name primary_name
|
2823
|
+
# wrong constant name primary_name=
|
2824
|
+
# wrong constant name <static-init>
|
2825
|
+
# wrong constant name []
|
2826
|
+
# wrong constant name members
|
2827
|
+
# wrong constant name <static-init>
|
2828
|
+
# wrong constant name <static-init>
|
2829
|
+
# wrong constant name main
|
2830
|
+
# wrong constant name output_file
|
2831
|
+
# wrong constant name <static-init>
|
2832
|
+
# wrong constant name fetch_sorbet_typed
|
2833
|
+
# wrong constant name main
|
2834
|
+
# wrong constant name matching_version_directories
|
2835
|
+
# wrong constant name output_file
|
2836
|
+
# wrong constant name paths_for_gem_version
|
2837
|
+
# wrong constant name paths_for_ruby_version
|
2838
|
+
# wrong constant name vendor_rbis_within_paths
|
2839
|
+
# wrong constant name <static-init>
|
2840
|
+
# wrong constant name main
|
2841
|
+
# wrong constant name output_file
|
2842
|
+
# wrong constant name paths_within_gem_sources
|
2843
|
+
# wrong constant name <Class:ClassDefinition>
|
2844
|
+
# wrong constant name <Class:TracepointSerializer>
|
2845
|
+
# wrong constant name <Class:Tracer>
|
2846
|
+
# uninitialized constant Sorbet::Private::GemGeneratorTracepoint::ClassDefinition::Elem
|
2847
|
+
# wrong constant name defs
|
2848
|
+
# wrong constant name defs=
|
2849
|
+
# wrong constant name id
|
2850
|
+
# wrong constant name id=
|
2851
|
+
# wrong constant name klass
|
2852
|
+
# wrong constant name klass=
|
2853
|
+
# wrong constant name <static-init>
|
2854
|
+
# wrong constant name []
|
2855
|
+
# wrong constant name members
|
2856
|
+
# wrong constant name initialize
|
2857
|
+
# wrong constant name serialize
|
2858
|
+
# wrong constant name <static-init>
|
2859
|
+
# wrong constant name <static-init>
|
2860
|
+
# wrong constant name add_to_context
|
2861
|
+
# wrong constant name disable_tracepoints
|
2862
|
+
# wrong constant name finish
|
2863
|
+
# wrong constant name install_tracepoints
|
2864
|
+
# wrong constant name on_method_added
|
2865
|
+
# wrong constant name on_module_created
|
2866
|
+
# wrong constant name on_module_extended
|
2867
|
+
# wrong constant name on_module_included
|
2868
|
+
# wrong constant name pre_cache_module_methods
|
2869
|
+
# wrong constant name register_delegate_class
|
2870
|
+
# wrong constant name start
|
2871
|
+
# wrong constant name trace
|
2872
|
+
# wrong constant name trace_results
|
2873
|
+
# undefined singleton method `main<defaultArg>1' for `Sorbet::Private::GemGeneratorTracepoint'
|
2874
|
+
# wrong constant name <static-init>
|
2875
|
+
# wrong constant name main<defaultArg>1
|
2876
|
+
# wrong constant name main
|
2877
|
+
# wrong constant name output_file
|
2878
|
+
# wrong constant name <static-init>
|
2879
|
+
# wrong constant name my_require
|
2880
|
+
# wrong constant name require_all_gems
|
2881
|
+
# wrong constant name require_gem
|
2882
|
+
# wrong constant name all_modules_and_aliases
|
2883
|
+
# wrong constant name capture_stderr
|
2884
|
+
# wrong constant name constant_cache
|
2885
|
+
# wrong constant name gen_source_rbi
|
2886
|
+
# wrong constant name looks_like_stub_name
|
2887
|
+
# wrong constant name main
|
2888
|
+
# wrong constant name mk_dir
|
2889
|
+
# wrong constant name read_constants
|
2890
|
+
# wrong constant name real_name
|
2891
|
+
# wrong constant name require_everything
|
2892
|
+
# wrong constant name rm_dir
|
2893
|
+
# wrong constant name serialize_alias
|
2894
|
+
# wrong constant name serialize_class
|
2895
|
+
# wrong constant name serialize_constants
|
2896
|
+
# wrong constant name symbols_id_to_name
|
2897
|
+
# wrong constant name write_constants
|
2898
|
+
# wrong constant name write_diff
|
2899
|
+
# wrong constant name <static-init>
|
2900
|
+
# wrong constant name main
|
2901
|
+
# wrong constant name output_file
|
2902
|
+
# wrong constant name <static-init>
|
2903
|
+
# wrong constant name cyan
|
2904
|
+
# wrong constant name emojify
|
2905
|
+
# wrong constant name init
|
2906
|
+
# wrong constant name main
|
2907
|
+
# wrong constant name make_step
|
2908
|
+
# wrong constant name usage
|
2909
|
+
# wrong constant name yellow
|
2910
|
+
# wrong constant name <static-init>
|
2911
|
+
# wrong constant name real_ancestors
|
2912
|
+
# wrong constant name real_autoload?
|
2913
|
+
# wrong constant name real_const_get
|
2914
|
+
# wrong constant name real_constants
|
2915
|
+
# wrong constant name real_eqeq
|
2916
|
+
# wrong constant name real_hash
|
2917
|
+
# wrong constant name real_instance_methods
|
2918
|
+
# wrong constant name real_is_a?
|
2919
|
+
# wrong constant name real_method
|
2920
|
+
# wrong constant name real_name
|
2921
|
+
# wrong constant name real_object_id
|
2922
|
+
# wrong constant name real_private_instance_methods
|
2923
|
+
# wrong constant name real_singleton_class
|
2924
|
+
# wrong constant name real_singleton_methods
|
2925
|
+
# wrong constant name real_spaceship
|
2926
|
+
# wrong constant name real_superclass
|
2927
|
+
# wrong constant name <static-init>
|
2928
|
+
# wrong constant name excluded_rails_files
|
2929
|
+
# wrong constant name load_bundler
|
2930
|
+
# wrong constant name load_rails
|
2931
|
+
# wrong constant name my_require
|
2932
|
+
# wrong constant name patch_kernel
|
2933
|
+
# wrong constant name rails?
|
2934
|
+
# wrong constant name rails_load_paths
|
2935
|
+
# wrong constant name rb_file_paths
|
2936
|
+
# wrong constant name require_all_files
|
2937
|
+
# wrong constant name require_everything
|
2938
|
+
# undefined method `serialize_method<defaultArg>1' for class `Sorbet::Private::Serialize'
|
2939
|
+
# undefined method `serialize_method<defaultArg>2' for class `Sorbet::Private::Serialize'
|
2940
|
+
# wrong constant name alias
|
2941
|
+
# wrong constant name ancestor_has_method
|
2942
|
+
# wrong constant name blacklisted_method
|
2943
|
+
# wrong constant name class_or_module
|
2944
|
+
# wrong constant name comparable?
|
2945
|
+
# wrong constant name constant
|
2946
|
+
# wrong constant name from_method
|
2947
|
+
# wrong constant name initialize
|
2948
|
+
# wrong constant name serialize_method<defaultArg>1
|
2949
|
+
# wrong constant name serialize_method<defaultArg>2
|
2950
|
+
# wrong constant name serialize_method
|
2951
|
+
# wrong constant name serialize_sig
|
2952
|
+
# wrong constant name to_sig
|
2953
|
+
# wrong constant name valid_class_name
|
2954
|
+
# wrong constant name valid_method_name
|
2955
|
+
# undefined singleton method `header<defaultArg>1' for `Sorbet::Private::Serialize'
|
2956
|
+
# undefined singleton method `header<defaultArg>2' for `Sorbet::Private::Serialize'
|
2957
|
+
# wrong constant name <static-init>
|
2958
|
+
# wrong constant name header<defaultArg>1
|
2959
|
+
# wrong constant name header<defaultArg>2
|
2960
|
+
# wrong constant name header
|
2961
|
+
# uninitialized constant Sorbet::Private::Static
|
2962
|
+
# Did you mean? Sorbet::Private::Status
|
2963
|
+
# uninitialized constant Sorbet::Private::Static
|
2964
|
+
# Did you mean? Sorbet::Private::Status
|
2965
|
+
# undefined singleton method `say<defaultArg>1' for `Sorbet::Private::Status'
|
2966
|
+
# wrong constant name <static-init>
|
2967
|
+
# wrong constant name done
|
2968
|
+
# wrong constant name say<defaultArg>1
|
2969
|
+
# wrong constant name say
|
2970
|
+
# wrong constant name <static-init>
|
2971
|
+
# wrong constant name main
|
2972
|
+
# wrong constant name output_file
|
2973
|
+
# wrong constant name <static-init>
|
2974
|
+
# wrong constant name main
|
2975
|
+
# wrong constant name output_file
|
2976
|
+
# wrong constant name suggest_typed
|
2977
|
+
# wrong constant name <static-init>
|
2978
|
+
# wrong constant name main
|
2979
|
+
# wrong constant name output_file
|
2980
|
+
# uninitialized constant SortedSet::InspectKey
|
2981
|
+
# wrong constant name initialize
|
2982
|
+
# wrong constant name setup
|
2983
|
+
# wrong constant name result
|
2984
|
+
# wrong constant name []=
|
2985
|
+
# wrong constant name casecmp?
|
2986
|
+
# wrong constant name each_grapheme_cluster
|
2987
|
+
# wrong constant name encode!
|
2988
|
+
# wrong constant name grapheme_clusters
|
2989
|
+
# wrong constant name reverse!
|
2990
|
+
# wrong constant name shellescape
|
2991
|
+
# wrong constant name shellsplit
|
2992
|
+
# wrong constant name succ!
|
2993
|
+
# wrong constant name undump
|
2994
|
+
# wrong constant name unicode_normalize
|
2995
|
+
# wrong constant name unicode_normalize!
|
2996
|
+
# wrong constant name unicode_normalized?
|
2997
|
+
# wrong constant name unpack1
|
2998
|
+
# wrong constant name []
|
2999
|
+
# wrong constant name []=
|
3000
|
+
# wrong constant name deconstruct
|
3001
|
+
# wrong constant name deconstruct_keys
|
3002
|
+
# wrong constant name dig
|
3003
|
+
# wrong constant name each_pair
|
3004
|
+
# wrong constant name filter
|
3005
|
+
# wrong constant name length
|
3006
|
+
# wrong constant name members
|
3007
|
+
# wrong constant name select
|
3008
|
+
# wrong constant name size
|
3009
|
+
# wrong constant name to_a
|
3010
|
+
# wrong constant name to_h
|
3011
|
+
# wrong constant name values
|
3012
|
+
# wrong constant name values_at
|
3013
|
+
# wrong constant name <Class:Struct>
|
3014
|
+
# wrong constant name end_with?
|
3015
|
+
# wrong constant name start_with?
|
3016
|
+
# wrong constant name errno
|
3017
|
+
# wrong constant name status
|
3018
|
+
# wrong constant name success?
|
3019
|
+
# wrong constant name T.noreturn
|
3020
|
+
# wrong constant name T.noreturn
|
3021
|
+
# wrong constant name T.untyped
|
3022
|
+
# wrong constant name ceil
|
3023
|
+
# wrong constant name floor
|
3024
|
+
# undefined method `enable<defaultArg>1' for class `TracePoint'
|
3025
|
+
# undefined method `enable<defaultArg>2' for class `TracePoint'
|
3026
|
+
# undefined method `enable<defaultArg>3' for class `TracePoint'
|
3027
|
+
# wrong constant name enable<defaultArg>1
|
3028
|
+
# wrong constant name enable<defaultArg>2
|
3029
|
+
# wrong constant name enable<defaultArg>3
|
3030
|
+
# wrong constant name eval_script
|
3031
|
+
# wrong constant name event
|
3032
|
+
# wrong constant name instruction_sequence
|
3033
|
+
# wrong constant name parameters
|
3034
|
+
# wrong constant name new
|
3035
|
+
# wrong constant name bind_call
|
3036
|
+
# wrong constant name clone
|
3037
|
+
# wrong constant name original_name
|
3038
|
+
# wrong constant name tag
|
3039
|
+
# wrong constant name value
|
3040
|
+
# wrong constant name <static-init>
|
3041
|
+
# uninitialized constant WEBrick
|
3042
|
+
# uninitialized constant WEBrick
|
3043
|
+
# wrong constant name warn
|
3044
|
+
# wrong constant name []
|
3045
|
+
# wrong constant name []=
|