parlour 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/CHANGELOG.md +10 -0
- data/README.md +97 -17
- data/lib/parlour.rb +15 -5
- data/lib/parlour/conflict_resolver.rb +81 -0
- data/lib/parlour/rbi_generator.rb +23 -0
- data/lib/parlour/rbi_generator/class_namespace.rb +80 -0
- data/lib/parlour/rbi_generator/method.rb +142 -0
- data/lib/parlour/rbi_generator/module_namespace.rb +68 -0
- data/lib/parlour/rbi_generator/namespace.rb +144 -0
- data/lib/parlour/rbi_generator/options.rb +25 -0
- data/lib/parlour/rbi_generator/parameter.rb +81 -0
- data/lib/parlour/rbi_generator/rbi_object.rb +32 -0
- data/lib/parlour/version.rb +2 -1
- data/parlour.gemspec +6 -2
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/rake.rbi +636 -0
- data/sorbet/rbi/gems/rspec-core.rbi +1642 -0
- data/sorbet/rbi/gems/rspec-support.rbi +126 -0
- data/sorbet/rbi/gems/rspec.rbi +14 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +4637 -0
- data/sorbet/rbi/hidden-definitions/hidden.rbi +10079 -0
- data/sorbet/rbi/sorbet-typed/lib/bundler/all/bundler.rbi +8547 -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
- metadata +66 -8
- data/.travis.yml +0 -7
- data/Rakefile +0 -6
- data/bin/console +0 -14
- data/bin/setup +0 -8
@@ -0,0 +1,126 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strong
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec-support/all/rspec-support.rbi
|
9
|
+
#
|
10
|
+
# rspec-support-3.8.2
|
11
|
+
module RSpec
|
12
|
+
extend RSpec::Support::Warnings
|
13
|
+
end
|
14
|
+
module RSpec::Support
|
15
|
+
def self.class_of(object); end
|
16
|
+
def self.define_optimized_require_for_rspec(lib, &require_relative); end
|
17
|
+
def self.failure_notifier; end
|
18
|
+
def self.failure_notifier=(callable); end
|
19
|
+
def self.method_handle_for(object, method_name); end
|
20
|
+
def self.notify_failure(failure, options = nil); end
|
21
|
+
def self.require_rspec_support(f); end
|
22
|
+
def self.thread_local_data; end
|
23
|
+
def self.warning_notifier; end
|
24
|
+
def self.warning_notifier=(arg0); end
|
25
|
+
def self.with_failure_notifier(callable); end
|
26
|
+
end
|
27
|
+
module RSpec::Support::Version
|
28
|
+
end
|
29
|
+
class RSpec::Support::ComparableVersion
|
30
|
+
def <=>(other); end
|
31
|
+
def initialize(string); end
|
32
|
+
def segments; end
|
33
|
+
def string; end
|
34
|
+
include Comparable
|
35
|
+
end
|
36
|
+
module RSpec::Support::OS
|
37
|
+
def self.windows?; end
|
38
|
+
def self.windows_file_path?; end
|
39
|
+
def windows?; end
|
40
|
+
def windows_file_path?; end
|
41
|
+
end
|
42
|
+
module RSpec::Support::Ruby
|
43
|
+
def jruby?; end
|
44
|
+
def jruby_9000?; end
|
45
|
+
def jruby_version; end
|
46
|
+
def mri?; end
|
47
|
+
def non_mri?; end
|
48
|
+
def rbx?; end
|
49
|
+
def self.jruby?; end
|
50
|
+
def self.jruby_9000?; end
|
51
|
+
def self.jruby_version; end
|
52
|
+
def self.mri?; end
|
53
|
+
def self.non_mri?; end
|
54
|
+
def self.rbx?; end
|
55
|
+
end
|
56
|
+
module RSpec::Support::RubyFeatures
|
57
|
+
def caller_locations_supported?; end
|
58
|
+
def fork_supported?; end
|
59
|
+
def kw_args_supported?; end
|
60
|
+
def module_prepends_supported?; end
|
61
|
+
def module_refinement_supported?; end
|
62
|
+
def optional_and_splat_args_supported?; end
|
63
|
+
def required_kw_args_supported?; end
|
64
|
+
def ripper_supported?; end
|
65
|
+
def self.caller_locations_supported?; end
|
66
|
+
def self.fork_supported?; end
|
67
|
+
def self.kw_args_supported?; end
|
68
|
+
def self.module_prepends_supported?; end
|
69
|
+
def self.module_refinement_supported?; end
|
70
|
+
def self.optional_and_splat_args_supported?; end
|
71
|
+
def self.required_kw_args_supported?; end
|
72
|
+
def self.ripper_supported?; end
|
73
|
+
def self.supports_exception_cause?; end
|
74
|
+
def self.supports_rebinding_module_methods?; end
|
75
|
+
def supports_exception_cause?; end
|
76
|
+
def supports_rebinding_module_methods?; end
|
77
|
+
end
|
78
|
+
module RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
|
79
|
+
def self.===(exception); end
|
80
|
+
end
|
81
|
+
class RSpec::CallerFilter
|
82
|
+
def self.first_non_rspec_line(skip_frames = nil, increment = nil); end
|
83
|
+
end
|
84
|
+
module RSpec::Support::Warnings
|
85
|
+
def deprecate(deprecated, options = nil); end
|
86
|
+
def warn_deprecation(message, options = nil); end
|
87
|
+
def warn_with(message, options = nil); end
|
88
|
+
def warning(text, options = nil); end
|
89
|
+
end
|
90
|
+
class RSpec::Support::EncodedString
|
91
|
+
def <<(string); end
|
92
|
+
def ==(*args, &block); end
|
93
|
+
def detect_source_encoding(string); end
|
94
|
+
def empty?(*args, &block); end
|
95
|
+
def encoding(*args, &block); end
|
96
|
+
def eql?(*args, &block); end
|
97
|
+
def initialize(string, encoding = nil); end
|
98
|
+
def lines(*args, &block); end
|
99
|
+
def matching_encoding(string); end
|
100
|
+
def remove_invalid_bytes(string); end
|
101
|
+
def self.pick_encoding(source_a, source_b); end
|
102
|
+
def source_encoding; end
|
103
|
+
def split(regex_or_string); end
|
104
|
+
def to_s; end
|
105
|
+
def to_str; end
|
106
|
+
end
|
107
|
+
class RSpec::Support::ReentrantMutex
|
108
|
+
def enter; end
|
109
|
+
def exit; end
|
110
|
+
def initialize; end
|
111
|
+
def synchronize; end
|
112
|
+
end
|
113
|
+
class RSpec::Support::DirectoryMaker
|
114
|
+
def self.directory_exists?(dirname); end
|
115
|
+
def self.generate_path(stack, part); end
|
116
|
+
def self.generate_stack(path); end
|
117
|
+
def self.mkdir_p(path); end
|
118
|
+
end
|
119
|
+
module RSpec::Support::RecursiveConstMethods
|
120
|
+
def const_defined_on?(mod, const_name); end
|
121
|
+
def constants_defined_on(mod); end
|
122
|
+
def get_const_defined_on(mod, const_name); end
|
123
|
+
def normalize_const_name(const_name); end
|
124
|
+
def recursive_const_defined?(const_name); end
|
125
|
+
def recursive_const_get(const_name); end
|
126
|
+
end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strong
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec/all/rspec.rbi
|
9
|
+
#
|
10
|
+
# rspec-3.8.0
|
11
|
+
module RSpec
|
12
|
+
end
|
13
|
+
module RSpec::Version
|
14
|
+
end
|
@@ -0,0 +1,4637 @@
|
|
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_12>
|
37
|
+
# wrong constant name <RESERVED_13>
|
38
|
+
# wrong constant name <RESERVED_14>
|
39
|
+
# wrong constant name <RESERVED_15>
|
40
|
+
# wrong constant name <RESERVED_16>
|
41
|
+
# wrong constant name <RESERVED_17>
|
42
|
+
# wrong constant name <RESERVED_18>
|
43
|
+
# wrong constant name <RESERVED_19>
|
44
|
+
# wrong constant name <RESERVED_1>
|
45
|
+
# wrong constant name <RESERVED_20>
|
46
|
+
# wrong constant name <RESERVED_21>
|
47
|
+
# wrong constant name <RESERVED_22>
|
48
|
+
# wrong constant name <RESERVED_23>
|
49
|
+
# wrong constant name <RESERVED_24>
|
50
|
+
# wrong constant name <RESERVED_25>
|
51
|
+
# wrong constant name <RESERVED_26>
|
52
|
+
# wrong constant name <RESERVED_27>
|
53
|
+
# wrong constant name <RESERVED_28>
|
54
|
+
# wrong constant name <RESERVED_29>
|
55
|
+
# wrong constant name <RESERVED_2>
|
56
|
+
# wrong constant name <RESERVED_30>
|
57
|
+
# wrong constant name <RESERVED_31>
|
58
|
+
# wrong constant name <RESERVED_32>
|
59
|
+
# wrong constant name <RESERVED_33>
|
60
|
+
# wrong constant name <RESERVED_34>
|
61
|
+
# wrong constant name <RESERVED_35>
|
62
|
+
# wrong constant name <RESERVED_36>
|
63
|
+
# wrong constant name <RESERVED_37>
|
64
|
+
# wrong constant name <RESERVED_38>
|
65
|
+
# wrong constant name <RESERVED_39>
|
66
|
+
# wrong constant name <RESERVED_3>
|
67
|
+
# wrong constant name <RESERVED_40>
|
68
|
+
# wrong constant name <RESERVED_41>
|
69
|
+
# wrong constant name <RESERVED_42>
|
70
|
+
# wrong constant name <RESERVED_43>
|
71
|
+
# wrong constant name <RESERVED_44>
|
72
|
+
# wrong constant name <RESERVED_45>
|
73
|
+
# wrong constant name <RESERVED_46>
|
74
|
+
# wrong constant name <RESERVED_47>
|
75
|
+
# wrong constant name <RESERVED_48>
|
76
|
+
# wrong constant name <RESERVED_49>
|
77
|
+
# wrong constant name <RESERVED_4>
|
78
|
+
# wrong constant name <RESERVED_50>
|
79
|
+
# wrong constant name <RESERVED_51>
|
80
|
+
# wrong constant name <RESERVED_52>
|
81
|
+
# wrong constant name <RESERVED_53>
|
82
|
+
# wrong constant name <RESERVED_54>
|
83
|
+
# wrong constant name <RESERVED_55>
|
84
|
+
# wrong constant name <RESERVED_56>
|
85
|
+
# wrong constant name <RESERVED_57>
|
86
|
+
# wrong constant name <RESERVED_58>
|
87
|
+
# wrong constant name <RESERVED_59>
|
88
|
+
# wrong constant name <RESERVED_5>
|
89
|
+
# wrong constant name <RESERVED_60>
|
90
|
+
# wrong constant name <RESERVED_61>
|
91
|
+
# wrong constant name <RESERVED_62>
|
92
|
+
# wrong constant name <RESERVED_63>
|
93
|
+
# wrong constant name <RESERVED_64>
|
94
|
+
# wrong constant name <RESERVED_65>
|
95
|
+
# wrong constant name <RESERVED_66>
|
96
|
+
# wrong constant name <RESERVED_67>
|
97
|
+
# wrong constant name <RESERVED_68>
|
98
|
+
# wrong constant name <RESERVED_69>
|
99
|
+
# wrong constant name <RESERVED_6>
|
100
|
+
# wrong constant name <RESERVED_70>
|
101
|
+
# wrong constant name <RESERVED_71>
|
102
|
+
# wrong constant name <RESERVED_72>
|
103
|
+
# wrong constant name <RESERVED_73>
|
104
|
+
# wrong constant name <RESERVED_74>
|
105
|
+
# wrong constant name <RESERVED_75>
|
106
|
+
# wrong constant name <RESERVED_76>
|
107
|
+
# wrong constant name <RESERVED_77>
|
108
|
+
# wrong constant name <RESERVED_78>
|
109
|
+
# wrong constant name <RESERVED_79>
|
110
|
+
# wrong constant name <RESERVED_7>
|
111
|
+
# wrong constant name <RESERVED_80>
|
112
|
+
# wrong constant name <RESERVED_81>
|
113
|
+
# wrong constant name <RESERVED_82>
|
114
|
+
# wrong constant name <RESERVED_83>
|
115
|
+
# wrong constant name <RESERVED_84>
|
116
|
+
# wrong constant name <RESERVED_85>
|
117
|
+
# wrong constant name <RESERVED_86>
|
118
|
+
# wrong constant name <RESERVED_87>
|
119
|
+
# wrong constant name <RESERVED_88>
|
120
|
+
# wrong constant name <RESERVED_89>
|
121
|
+
# wrong constant name <RESERVED_8>
|
122
|
+
# wrong constant name <RESERVED_90>
|
123
|
+
# wrong constant name <RESERVED_91>
|
124
|
+
# wrong constant name <RESERVED_92>
|
125
|
+
# wrong constant name <RESERVED_93>
|
126
|
+
# wrong constant name <RESERVED_94>
|
127
|
+
# wrong constant name <RESERVED_95>
|
128
|
+
# wrong constant name <RESERVED_96>
|
129
|
+
# wrong constant name <RESERVED_97>
|
130
|
+
# wrong constant name <RESERVED_98>
|
131
|
+
# wrong constant name <RESERVED_99>
|
132
|
+
# wrong constant name <RESERVED_9>
|
133
|
+
# wrong constant name <TypeAlias>
|
134
|
+
# wrong constant name <TypeAlias>
|
135
|
+
# wrong constant name <any>
|
136
|
+
# wrong constant name <any>
|
137
|
+
# wrong constant name <root>
|
138
|
+
# wrong constant name <Class:<root>>
|
139
|
+
# wrong constant name <todo sym>
|
140
|
+
# wrong constant name <todo sym>
|
141
|
+
# uninitialized constant Abbrev
|
142
|
+
# uninitialized constant Abbrev
|
143
|
+
# undefined method `[]$2' for class `Array'
|
144
|
+
# undefined method `[]=$2' for class `Array'
|
145
|
+
# undefined method `concat$1' for class `Array'
|
146
|
+
# undefined method `fetch$2' for class `Array'
|
147
|
+
# undefined method `fill$2' for class `Array'
|
148
|
+
# undefined method `flatten$1' for class `Array'
|
149
|
+
# undefined method `index$2' for class `Array'
|
150
|
+
# undefined method `initialize$2' for class `Array'
|
151
|
+
# Did you mean? initialize
|
152
|
+
# undefined method `insert$1' for class `Array'
|
153
|
+
# Did you mean? inspect
|
154
|
+
# undefined method `join$1' for class `Array'
|
155
|
+
# undefined method `last$2' for class `Array'
|
156
|
+
# undefined method `permutation$2' for class `Array'
|
157
|
+
# undefined method `pop$2' for class `Array'
|
158
|
+
# undefined method `rindex$2' for class `Array'
|
159
|
+
# undefined method `rotate$1' for class `Array'
|
160
|
+
# undefined method `rotate!$1' for class `Array'
|
161
|
+
# undefined method `sample$2' for class `Array'
|
162
|
+
# undefined method `shift$2' for class `Array'
|
163
|
+
# undefined method `shuffle$1' for class `Array'
|
164
|
+
# undefined method `shuffle!$1' for class `Array'
|
165
|
+
# undefined method `slice$2' for class `Array'
|
166
|
+
# undefined method `slice!$2' for class `Array'
|
167
|
+
# wrong constant name []$2
|
168
|
+
# wrong constant name []=$2
|
169
|
+
# wrong constant name append
|
170
|
+
# wrong constant name bsearch
|
171
|
+
# wrong constant name bsearch_index
|
172
|
+
# wrong constant name collect!
|
173
|
+
# wrong constant name concat$1
|
174
|
+
# wrong constant name dig
|
175
|
+
# wrong constant name fetch$2
|
176
|
+
# wrong constant name fill$2
|
177
|
+
# wrong constant name flatten$1
|
178
|
+
# wrong constant name flatten!
|
179
|
+
# wrong constant name index$2
|
180
|
+
# wrong constant name initialize$2
|
181
|
+
# wrong constant name insert$1
|
182
|
+
# wrong constant name join$1
|
183
|
+
# wrong constant name last$2
|
184
|
+
# wrong constant name pack
|
185
|
+
# wrong constant name permutation$2
|
186
|
+
# wrong constant name pop$2
|
187
|
+
# wrong constant name prepend
|
188
|
+
# wrong constant name replace
|
189
|
+
# wrong constant name rindex$2
|
190
|
+
# wrong constant name rotate$1
|
191
|
+
# wrong constant name rotate!$1
|
192
|
+
# wrong constant name sample$2
|
193
|
+
# wrong constant name shelljoin
|
194
|
+
# wrong constant name shift$2
|
195
|
+
# wrong constant name shuffle$1
|
196
|
+
# wrong constant name shuffle!$1
|
197
|
+
# wrong constant name slice$2
|
198
|
+
# wrong constant name slice!$2
|
199
|
+
# wrong constant name to_h
|
200
|
+
# wrong constant name try_convert
|
201
|
+
# uninitialized constant Base64
|
202
|
+
# uninitialized constant Base64
|
203
|
+
# wrong constant name <Class:BasicObject>
|
204
|
+
# uninitialized constant BasicSocket::APPEND
|
205
|
+
# Did you mean? BasicSocket::APPEND
|
206
|
+
# uninitialized constant BasicSocket::BINARY
|
207
|
+
# Did you mean? BasicSocket::BINARY
|
208
|
+
# uninitialized constant BasicSocket::CREAT
|
209
|
+
# Did you mean? BasicSocket::CREAT
|
210
|
+
# uninitialized constant BasicSocket::DIRECT
|
211
|
+
# Did you mean? BasicSocket::DIRECT
|
212
|
+
# uninitialized constant BasicSocket::DSYNC
|
213
|
+
# Did you mean? BasicSocket::RSYNC
|
214
|
+
# BasicSocket::DSYNC
|
215
|
+
# BasicSocket::SYNC
|
216
|
+
# uninitialized constant BasicSocket::EXCL
|
217
|
+
# Did you mean? BasicSocket::EXCL
|
218
|
+
# uninitialized constant BasicSocket::FNM_CASEFOLD
|
219
|
+
# Did you mean? BasicSocket::FNM_CASEFOLD
|
220
|
+
# uninitialized constant BasicSocket::FNM_DOTMATCH
|
221
|
+
# Did you mean? BasicSocket::FNM_DOTMATCH
|
222
|
+
# uninitialized constant BasicSocket::FNM_EXTGLOB
|
223
|
+
# Did you mean? BasicSocket::FNM_EXTGLOB
|
224
|
+
# uninitialized constant BasicSocket::FNM_NOESCAPE
|
225
|
+
# Did you mean? BasicSocket::FNM_NOESCAPE
|
226
|
+
# uninitialized constant BasicSocket::FNM_PATHNAME
|
227
|
+
# Did you mean? BasicSocket::FNM_PATHNAME
|
228
|
+
# uninitialized constant BasicSocket::FNM_SHORTNAME
|
229
|
+
# Did you mean? BasicSocket::FNM_SHORTNAME
|
230
|
+
# uninitialized constant BasicSocket::FNM_SYSCASE
|
231
|
+
# Did you mean? BasicSocket::FNM_SYSCASE
|
232
|
+
# uninitialized constant BasicSocket::LOCK_EX
|
233
|
+
# Did you mean? BasicSocket::LOCK_NB
|
234
|
+
# BasicSocket::LOCK_UN
|
235
|
+
# BasicSocket::LOCK_EX
|
236
|
+
# BasicSocket::LOCK_SH
|
237
|
+
# uninitialized constant BasicSocket::LOCK_NB
|
238
|
+
# Did you mean? BasicSocket::LOCK_NB
|
239
|
+
# BasicSocket::LOCK_UN
|
240
|
+
# BasicSocket::LOCK_EX
|
241
|
+
# BasicSocket::LOCK_SH
|
242
|
+
# uninitialized constant BasicSocket::LOCK_SH
|
243
|
+
# Did you mean? BasicSocket::LOCK_NB
|
244
|
+
# BasicSocket::LOCK_UN
|
245
|
+
# BasicSocket::LOCK_EX
|
246
|
+
# BasicSocket::LOCK_SH
|
247
|
+
# uninitialized constant BasicSocket::LOCK_UN
|
248
|
+
# Did you mean? BasicSocket::LOCK_NB
|
249
|
+
# BasicSocket::LOCK_UN
|
250
|
+
# BasicSocket::LOCK_EX
|
251
|
+
# BasicSocket::LOCK_SH
|
252
|
+
# uninitialized constant BasicSocket::NOATIME
|
253
|
+
# Did you mean? BasicSocket::NOATIME
|
254
|
+
# uninitialized constant BasicSocket::NOCTTY
|
255
|
+
# Did you mean? BasicSocket::NOCTTY
|
256
|
+
# uninitialized constant BasicSocket::NOFOLLOW
|
257
|
+
# Did you mean? BasicSocket::NOFOLLOW
|
258
|
+
# uninitialized constant BasicSocket::NONBLOCK
|
259
|
+
# Did you mean? BasicSocket::NONBLOCK
|
260
|
+
# uninitialized constant BasicSocket::NULL
|
261
|
+
# Did you mean? BasicSocket::NULL
|
262
|
+
# uninitialized constant BasicSocket::RDONLY
|
263
|
+
# Did you mean? BasicSocket::WRONLY
|
264
|
+
# BasicSocket::RDONLY
|
265
|
+
# uninitialized constant BasicSocket::RDWR
|
266
|
+
# Did you mean? BasicSocket::RDWR
|
267
|
+
# uninitialized constant BasicSocket::RSYNC
|
268
|
+
# Did you mean? BasicSocket::RSYNC
|
269
|
+
# BasicSocket::DSYNC
|
270
|
+
# BasicSocket::SYNC
|
271
|
+
# uninitialized constant BasicSocket::SEEK_CUR
|
272
|
+
# Did you mean? BasicSocket::SEEK_CUR
|
273
|
+
# uninitialized constant BasicSocket::SEEK_DATA
|
274
|
+
# Did you mean? BasicSocket::SEEK_SET
|
275
|
+
# BasicSocket::SEEK_DATA
|
276
|
+
# uninitialized constant BasicSocket::SEEK_END
|
277
|
+
# Did you mean? BasicSocket::SEEK_END
|
278
|
+
# uninitialized constant BasicSocket::SEEK_HOLE
|
279
|
+
# Did you mean? BasicSocket::SEEK_HOLE
|
280
|
+
# uninitialized constant BasicSocket::SEEK_SET
|
281
|
+
# Did you mean? BasicSocket::SEEK_SET
|
282
|
+
# uninitialized constant BasicSocket::SHARE_DELETE
|
283
|
+
# Did you mean? BasicSocket::SHARE_DELETE
|
284
|
+
# uninitialized constant BasicSocket::SYNC
|
285
|
+
# Did you mean? BasicSocket::RSYNC
|
286
|
+
# BasicSocket::DSYNC
|
287
|
+
# BasicSocket::SYNC
|
288
|
+
# uninitialized constant BasicSocket::TMPFILE
|
289
|
+
# Did you mean? Tempfile
|
290
|
+
# BasicSocket::TMPFILE
|
291
|
+
# uninitialized constant BasicSocket::TRUNC
|
292
|
+
# Did you mean? BasicSocket::TRUNC
|
293
|
+
# TRUE
|
294
|
+
# uninitialized constant BasicSocket::WRONLY
|
295
|
+
# Did you mean? BasicSocket::WRONLY
|
296
|
+
# BasicSocket::RDONLY
|
297
|
+
# wrong constant name read_nonblock
|
298
|
+
# uninitialized constant Benchmark
|
299
|
+
# uninitialized constant Benchmark
|
300
|
+
# undefined method `_dump$1' for class `BigDecimal'
|
301
|
+
# undefined method `div$2' for class `BigDecimal'
|
302
|
+
# undefined method `initialize$1' for class `BigDecimal'
|
303
|
+
# Did you mean? initialize
|
304
|
+
# undefined method `power$2' for class `BigDecimal'
|
305
|
+
# undefined method `to_s$1' for class `BigDecimal'
|
306
|
+
# Did you mean? to_s
|
307
|
+
# wrong constant name _dump$1
|
308
|
+
# wrong constant name clone
|
309
|
+
# wrong constant name div$2
|
310
|
+
# wrong constant name initialize$1
|
311
|
+
# wrong constant name power$2
|
312
|
+
# wrong constant name to_s$1
|
313
|
+
# wrong constant name _load
|
314
|
+
# wrong constant name double_fig
|
315
|
+
# wrong constant name limit
|
316
|
+
# wrong constant name mode
|
317
|
+
# wrong constant name save_exception_mode
|
318
|
+
# wrong constant name save_limit
|
319
|
+
# wrong constant name save_rounding_mode
|
320
|
+
# wrong constant name ver
|
321
|
+
# wrong constant name clone
|
322
|
+
# wrong constant name irb
|
323
|
+
# wrong constant name local_variable_defined?
|
324
|
+
# wrong constant name local_variable_get
|
325
|
+
# wrong constant name local_variable_set
|
326
|
+
# wrong constant name receiver
|
327
|
+
# wrong constant name jruby_27?
|
328
|
+
# wrong constant name maglev_27?
|
329
|
+
# wrong constant name mingw_27?
|
330
|
+
# wrong constant name mri_27?
|
331
|
+
# wrong constant name mswin64_27?
|
332
|
+
# wrong constant name mswin_27?
|
333
|
+
# wrong constant name on_27?
|
334
|
+
# wrong constant name rbx_27?
|
335
|
+
# wrong constant name ruby_27?
|
336
|
+
# wrong constant name truffleruby_27?
|
337
|
+
# wrong constant name x64_mingw_27?
|
338
|
+
# wrong constant name <static-init>
|
339
|
+
# wrong constant name environment
|
340
|
+
# wrong constant name report
|
341
|
+
# wrong constant name write
|
342
|
+
# wrong constant name github_https?
|
343
|
+
# wrong constant name lockfile_upgrade_warning?
|
344
|
+
# wrong constant name <Class:AuthenticationRequiredError>
|
345
|
+
# wrong constant name <Class:BadAuthenticationError>
|
346
|
+
# wrong constant name <Class:Base>
|
347
|
+
# wrong constant name <Class:CertificateFailureError>
|
348
|
+
# wrong constant name <Class:CompactIndex>
|
349
|
+
# wrong constant name <Class:Dependency>
|
350
|
+
# wrong constant name <Class:Downloader>
|
351
|
+
# wrong constant name <Class:FallbackError>
|
352
|
+
# wrong constant name <Class:Index>
|
353
|
+
# wrong constant name <Class:NetworkDownError>
|
354
|
+
# wrong constant name <Class:SSLError>
|
355
|
+
# wrong constant name fetch_spec
|
356
|
+
# wrong constant name fetchers
|
357
|
+
# wrong constant name http_proxy
|
358
|
+
# wrong constant name initialize
|
359
|
+
# wrong constant name specs
|
360
|
+
# wrong constant name specs_with_retry
|
361
|
+
# wrong constant name uri
|
362
|
+
# wrong constant name use_api
|
363
|
+
# wrong constant name user_agent
|
364
|
+
# wrong constant name initialize
|
365
|
+
# wrong constant name <static-init>
|
366
|
+
# wrong constant name initialize
|
367
|
+
# wrong constant name <static-init>
|
368
|
+
# wrong constant name api_fetcher?
|
369
|
+
# wrong constant name available?
|
370
|
+
# wrong constant name display_uri
|
371
|
+
# wrong constant name downloader
|
372
|
+
# wrong constant name fetch_uri
|
373
|
+
# wrong constant name initialize
|
374
|
+
# wrong constant name remote
|
375
|
+
# wrong constant name remote_uri
|
376
|
+
# wrong constant name <static-init>
|
377
|
+
# wrong constant name initialize
|
378
|
+
# wrong constant name <static-init>
|
379
|
+
# wrong constant name <Class:ClientFetcher>
|
380
|
+
# wrong constant name available?
|
381
|
+
# wrong constant name fetch_spec
|
382
|
+
# wrong constant name specs
|
383
|
+
# wrong constant name specs_for_names
|
384
|
+
# uninitialized constant Bundler::Fetcher::CompactIndex::ClientFetcher::Elem
|
385
|
+
# wrong constant name call
|
386
|
+
# wrong constant name fetcher
|
387
|
+
# wrong constant name fetcher=
|
388
|
+
# wrong constant name ui
|
389
|
+
# wrong constant name ui=
|
390
|
+
# wrong constant name <static-init>
|
391
|
+
# wrong constant name []
|
392
|
+
# wrong constant name members
|
393
|
+
# wrong constant name <static-init>
|
394
|
+
# wrong constant name compact_index_request
|
395
|
+
# wrong constant name dependency_api_uri
|
396
|
+
# wrong constant name dependency_specs
|
397
|
+
# wrong constant name get_formatted_specs_and_deps
|
398
|
+
# wrong constant name specs
|
399
|
+
# wrong constant name unmarshalled_dep_gems
|
400
|
+
# wrong constant name <static-init>
|
401
|
+
# wrong constant name connection
|
402
|
+
# wrong constant name fetch
|
403
|
+
# wrong constant name initialize
|
404
|
+
# wrong constant name redirect_limit
|
405
|
+
# wrong constant name request
|
406
|
+
# wrong constant name <static-init>
|
407
|
+
# wrong constant name <static-init>
|
408
|
+
# wrong constant name fetch_spec
|
409
|
+
# wrong constant name specs
|
410
|
+
# wrong constant name <static-init>
|
411
|
+
# wrong constant name <static-init>
|
412
|
+
# wrong constant name initialize
|
413
|
+
# wrong constant name <static-init>
|
414
|
+
# wrong constant name <static-init>
|
415
|
+
# wrong constant name api_timeout
|
416
|
+
# wrong constant name api_timeout=
|
417
|
+
# wrong constant name disable_endpoint
|
418
|
+
# wrong constant name disable_endpoint=
|
419
|
+
# wrong constant name max_retries
|
420
|
+
# wrong constant name max_retries=
|
421
|
+
# wrong constant name redirect_limit
|
422
|
+
# wrong constant name redirect_limit=
|
423
|
+
# wrong constant name link
|
424
|
+
# wrong constant name cp_lr
|
425
|
+
# wrong constant name link_entry
|
426
|
+
# uninitialized constant Bundler::GemHelper::DEFAULT
|
427
|
+
# Did you mean? Bundler::GemHelper::DEFAULT
|
428
|
+
# uninitialized constant Bundler::GemHelper::LN_SUPPORTED
|
429
|
+
# Did you mean? Bundler::GemHelper::LN_SUPPORTED
|
430
|
+
# uninitialized constant Bundler::GemHelper::LOW_METHODS
|
431
|
+
# Did you mean? Bundler::GemHelper::LowMethods
|
432
|
+
# Bundler::GemHelper::LOW_METHODS
|
433
|
+
# uninitialized constant Bundler::GemHelper::METHODS
|
434
|
+
# Did you mean? Method
|
435
|
+
# Bundler::GemHelper::METHODS
|
436
|
+
# uninitialized constant Bundler::GemHelper::OPT_TABLE
|
437
|
+
# Did you mean? Bundler::GemHelper::OPT_TABLE
|
438
|
+
# uninitialized constant Bundler::GemHelper::RUBY
|
439
|
+
# Did you mean? Bundler::GemHelper::RUBY
|
440
|
+
# uninitialized constant Bundler::GemHelper::VERSION
|
441
|
+
# Did you mean? Bundler::GemHelper::VERSION
|
442
|
+
# Bundler::VERSION
|
443
|
+
# wrong constant name allowed_push_host
|
444
|
+
# wrong constant name already_tagged?
|
445
|
+
# wrong constant name base
|
446
|
+
# wrong constant name build_gem
|
447
|
+
# wrong constant name built_gem_path
|
448
|
+
# wrong constant name clean?
|
449
|
+
# wrong constant name committed?
|
450
|
+
# wrong constant name gem_key
|
451
|
+
# wrong constant name gem_push?
|
452
|
+
# wrong constant name gem_push_host
|
453
|
+
# wrong constant name gemspec
|
454
|
+
# wrong constant name git_push
|
455
|
+
# wrong constant name guard_clean
|
456
|
+
# wrong constant name initialize
|
457
|
+
# wrong constant name install
|
458
|
+
# wrong constant name install_gem
|
459
|
+
# wrong constant name name
|
460
|
+
# wrong constant name perform_git_push
|
461
|
+
# wrong constant name rubygem_push
|
462
|
+
# wrong constant name sh
|
463
|
+
# wrong constant name sh_with_input
|
464
|
+
# wrong constant name sh_with_status
|
465
|
+
# wrong constant name spec_path
|
466
|
+
# wrong constant name tag_version
|
467
|
+
# wrong constant name version
|
468
|
+
# wrong constant name version_tag
|
469
|
+
# wrong constant name <static-init>
|
470
|
+
# wrong constant name gemspec
|
471
|
+
# wrong constant name install_tasks
|
472
|
+
# wrong constant name instance
|
473
|
+
# wrong constant name instance=
|
474
|
+
# uninitialized constant Bundler::GemRemoteFetcher::BASE64_URI_TRANSLATE
|
475
|
+
# Did you mean? Bundler::GemRemoteFetcher::BASE64_URI_TRANSLATE
|
476
|
+
# wrong constant name <static-init>
|
477
|
+
# wrong constant name initialize
|
478
|
+
# wrong constant name level
|
479
|
+
# wrong constant name level=
|
480
|
+
# wrong constant name locked_specs
|
481
|
+
# wrong constant name major?
|
482
|
+
# wrong constant name minor?
|
483
|
+
# wrong constant name prerelease_specified
|
484
|
+
# wrong constant name prerelease_specified=
|
485
|
+
# wrong constant name sort_versions
|
486
|
+
# wrong constant name strict
|
487
|
+
# wrong constant name strict=
|
488
|
+
# wrong constant name unlock_gems
|
489
|
+
# wrong constant name <static-init>
|
490
|
+
# wrong constant name <Class:GraphVizClient>
|
491
|
+
# wrong constant name edge_options
|
492
|
+
# wrong constant name groups
|
493
|
+
# wrong constant name initialize
|
494
|
+
# wrong constant name node_options
|
495
|
+
# wrong constant name output_file
|
496
|
+
# wrong constant name output_format
|
497
|
+
# wrong constant name relations
|
498
|
+
# wrong constant name viz
|
499
|
+
# wrong constant name g
|
500
|
+
# wrong constant name initialize
|
501
|
+
# wrong constant name run
|
502
|
+
# wrong constant name <static-init>
|
503
|
+
# wrong constant name <static-init>
|
504
|
+
# wrong constant name initialize
|
505
|
+
# wrong constant name inject
|
506
|
+
# wrong constant name remove
|
507
|
+
# wrong constant name <static-init>
|
508
|
+
# wrong constant name inject
|
509
|
+
# wrong constant name remove
|
510
|
+
# wrong constant name generate_bundler_executable_stubs
|
511
|
+
# wrong constant name generate_standalone_bundler_executable_stubs
|
512
|
+
# wrong constant name initialize
|
513
|
+
# wrong constant name post_install_messages
|
514
|
+
# wrong constant name run
|
515
|
+
# wrong constant name <static-init>
|
516
|
+
# wrong constant name ambiguous_gems
|
517
|
+
# wrong constant name ambiguous_gems=
|
518
|
+
# wrong constant name install
|
519
|
+
# wrong constant name ==
|
520
|
+
# wrong constant name app_cache_dirname
|
521
|
+
# wrong constant name app_cache_path
|
522
|
+
# wrong constant name bundler_plugin_api_source?
|
523
|
+
# wrong constant name cache
|
524
|
+
# wrong constant name cached!
|
525
|
+
# wrong constant name can_lock?
|
526
|
+
# wrong constant name dependency_names
|
527
|
+
# wrong constant name dependency_names=
|
528
|
+
# wrong constant name double_check_for
|
529
|
+
# wrong constant name eql?
|
530
|
+
# wrong constant name fetch_gemspec_files
|
531
|
+
# wrong constant name gem_install_dir
|
532
|
+
# wrong constant name hash
|
533
|
+
# wrong constant name include?
|
534
|
+
# wrong constant name initialize
|
535
|
+
# wrong constant name install
|
536
|
+
# wrong constant name install_path
|
537
|
+
# wrong constant name installed?
|
538
|
+
# wrong constant name name
|
539
|
+
# wrong constant name options
|
540
|
+
# wrong constant name options_to_lock
|
541
|
+
# wrong constant name post_install
|
542
|
+
# wrong constant name remote!
|
543
|
+
# wrong constant name root
|
544
|
+
# wrong constant name specs
|
545
|
+
# wrong constant name to_lock
|
546
|
+
# wrong constant name to_s
|
547
|
+
# wrong constant name unlock!
|
548
|
+
# wrong constant name unmet_deps
|
549
|
+
# wrong constant name uri
|
550
|
+
# wrong constant name uri_hash
|
551
|
+
# wrong constant name <static-init>
|
552
|
+
# wrong constant name <Class:PluginGemfileError>
|
553
|
+
# uninitialized constant Bundler::Plugin::DSL::VALID_KEYS
|
554
|
+
# Did you mean? Bundler::Plugin::DSL::VALID_KEYS
|
555
|
+
# uninitialized constant Bundler::Plugin::DSL::VALID_PLATFORMS
|
556
|
+
# Did you mean? Bundler::Plugin::DSL::VALID_PLATFORMS
|
557
|
+
# wrong constant name _gem
|
558
|
+
# wrong constant name inferred_plugins
|
559
|
+
# wrong constant name plugin
|
560
|
+
# wrong constant name <static-init>
|
561
|
+
# wrong constant name <static-init>
|
562
|
+
# wrong constant name <static-init>
|
563
|
+
# wrong constant name defined_event?
|
564
|
+
# wrong constant name <Class:CommandConflict>
|
565
|
+
# wrong constant name <Class:SourceConflict>
|
566
|
+
# wrong constant name command_plugin
|
567
|
+
# wrong constant name commands
|
568
|
+
# wrong constant name global_index_file
|
569
|
+
# wrong constant name hook_plugins
|
570
|
+
# wrong constant name index_file
|
571
|
+
# wrong constant name installed?
|
572
|
+
# wrong constant name load_paths
|
573
|
+
# wrong constant name local_index_file
|
574
|
+
# wrong constant name plugin_path
|
575
|
+
# wrong constant name register_plugin
|
576
|
+
# wrong constant name source?
|
577
|
+
# wrong constant name source_plugin
|
578
|
+
# wrong constant name initialize
|
579
|
+
# wrong constant name <static-init>
|
580
|
+
# wrong constant name initialize
|
581
|
+
# wrong constant name <static-init>
|
582
|
+
# wrong constant name <static-init>
|
583
|
+
# wrong constant name <Class:Git>
|
584
|
+
# wrong constant name <Class:Rubygems>
|
585
|
+
# wrong constant name install
|
586
|
+
# wrong constant name install_definition
|
587
|
+
# uninitialized constant Bundler::Plugin::Installer::Git::DEFAULT_GLOB
|
588
|
+
# Did you mean? Bundler::Plugin::Installer::Git::DEFAULT_GLOB
|
589
|
+
# wrong constant name generate_bin
|
590
|
+
# wrong constant name <static-init>
|
591
|
+
# uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
|
592
|
+
# Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
|
593
|
+
# Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
|
594
|
+
# uninitialized constant Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
|
595
|
+
# Did you mean? Bundler::Plugin::Installer::Rubygems::API_REQUEST_SIZE
|
596
|
+
# Bundler::Plugin::Installer::Rubygems::API_REQUEST_LIMIT
|
597
|
+
# wrong constant name <static-init>
|
598
|
+
# wrong constant name <static-init>
|
599
|
+
# wrong constant name <static-init>
|
600
|
+
# wrong constant name <static-init>
|
601
|
+
# wrong constant name lock
|
602
|
+
# wrong constant name attempt
|
603
|
+
# wrong constant name attempts
|
604
|
+
# wrong constant name current_run
|
605
|
+
# wrong constant name current_run=
|
606
|
+
# wrong constant name initialize
|
607
|
+
# wrong constant name name
|
608
|
+
# wrong constant name name=
|
609
|
+
# wrong constant name total_runs
|
610
|
+
# wrong constant name total_runs=
|
611
|
+
# wrong constant name <static-init>
|
612
|
+
# wrong constant name attempts
|
613
|
+
# wrong constant name default_attempts
|
614
|
+
# wrong constant name default_retries
|
615
|
+
# uninitialized constant Bundler::RubyGemsGemInstaller::ENV_PATHS
|
616
|
+
# Did you mean? Bundler::RubyGemsGemInstaller::ENV_PATHS
|
617
|
+
# wrong constant name <static-init>
|
618
|
+
# uninitialized constant Bundler::RubygemsIntegration::MoreFuture::EXT_LOCK
|
619
|
+
# Did you mean? Bundler::RubygemsIntegration::MoreFuture::EXT_LOCK
|
620
|
+
# Bundler::RubygemsIntegration::EXT_LOCK
|
621
|
+
# wrong constant name default_stubs
|
622
|
+
# wrong constant name ==
|
623
|
+
# wrong constant name fallback_timeout
|
624
|
+
# wrong constant name fallback_timeout=
|
625
|
+
# wrong constant name initialize
|
626
|
+
# wrong constant name uri
|
627
|
+
# wrong constant name uri=
|
628
|
+
# wrong constant name valid?
|
629
|
+
# wrong constant name validate!
|
630
|
+
# wrong constant name <static-init>
|
631
|
+
# wrong constant name each
|
632
|
+
# wrong constant name for
|
633
|
+
# wrong constant name initialize
|
634
|
+
# wrong constant name parse
|
635
|
+
# wrong constant name <static-init>
|
636
|
+
# wrong constant name <Class:Rule>
|
637
|
+
# wrong constant name description
|
638
|
+
# wrong constant name fail!
|
639
|
+
# wrong constant name initialize
|
640
|
+
# wrong constant name k
|
641
|
+
# wrong constant name set
|
642
|
+
# wrong constant name validate!
|
643
|
+
# wrong constant name <static-init>
|
644
|
+
# wrong constant name <static-init>
|
645
|
+
# wrong constant name validate!
|
646
|
+
# wrong constant name add_color
|
647
|
+
# wrong constant name ask
|
648
|
+
# wrong constant name confirm
|
649
|
+
# wrong constant name debug
|
650
|
+
# wrong constant name debug?
|
651
|
+
# wrong constant name error
|
652
|
+
# wrong constant name info
|
653
|
+
# wrong constant name initialize
|
654
|
+
# wrong constant name level
|
655
|
+
# wrong constant name level=
|
656
|
+
# wrong constant name no?
|
657
|
+
# wrong constant name quiet?
|
658
|
+
# wrong constant name shell=
|
659
|
+
# wrong constant name silence
|
660
|
+
# wrong constant name trace
|
661
|
+
# wrong constant name unprinted_warnings
|
662
|
+
# wrong constant name warn
|
663
|
+
# wrong constant name yes?
|
664
|
+
# wrong constant name <static-init>
|
665
|
+
# wrong constant name <Class:NEq>
|
666
|
+
# wrong constant name <Class:ReqR>
|
667
|
+
# uninitialized constant Bundler::VersionRanges::NEq::Elem
|
668
|
+
# wrong constant name version
|
669
|
+
# wrong constant name version=
|
670
|
+
# wrong constant name <static-init>
|
671
|
+
# wrong constant name []
|
672
|
+
# wrong constant name members
|
673
|
+
# uninitialized constant Bundler::VersionRanges::ReqR::Elem
|
674
|
+
# wrong constant name <Class:Endpoint>
|
675
|
+
# wrong constant name cover?
|
676
|
+
# wrong constant name empty?
|
677
|
+
# wrong constant name left
|
678
|
+
# wrong constant name left=
|
679
|
+
# wrong constant name right
|
680
|
+
# wrong constant name right=
|
681
|
+
# wrong constant name single?
|
682
|
+
# uninitialized constant Bundler::VersionRanges::ReqR::Endpoint::Elem
|
683
|
+
# wrong constant name inclusive
|
684
|
+
# wrong constant name inclusive=
|
685
|
+
# wrong constant name version
|
686
|
+
# wrong constant name version=
|
687
|
+
# wrong constant name <static-init>
|
688
|
+
# wrong constant name []
|
689
|
+
# wrong constant name members
|
690
|
+
# wrong constant name <static-init>
|
691
|
+
# wrong constant name []
|
692
|
+
# wrong constant name members
|
693
|
+
# wrong constant name <static-init>
|
694
|
+
# wrong constant name empty?
|
695
|
+
# wrong constant name for
|
696
|
+
# wrong constant name for_many
|
697
|
+
# wrong constant name a
|
698
|
+
# wrong constant name base
|
699
|
+
# wrong constant name blockquote
|
700
|
+
# wrong constant name caption
|
701
|
+
# wrong constant name checkbox
|
702
|
+
# wrong constant name checkbox_group
|
703
|
+
# wrong constant name file_field
|
704
|
+
# wrong constant name form
|
705
|
+
# wrong constant name hidden
|
706
|
+
# wrong constant name html
|
707
|
+
# wrong constant name image_button
|
708
|
+
# wrong constant name img
|
709
|
+
# wrong constant name multipart_form
|
710
|
+
# wrong constant name password_field
|
711
|
+
# wrong constant name popup_menu
|
712
|
+
# wrong constant name radio_button
|
713
|
+
# wrong constant name radio_group
|
714
|
+
# wrong constant name reset
|
715
|
+
# wrong constant name scrolling_list
|
716
|
+
# wrong constant name submit
|
717
|
+
# wrong constant name text_field
|
718
|
+
# wrong constant name textarea
|
719
|
+
# wrong constant name <static-init>
|
720
|
+
# uninitialized constant CSV
|
721
|
+
# uninitialized constant CSV
|
722
|
+
# uninitialized constant Chalk
|
723
|
+
# uninitialized constant Chalk
|
724
|
+
# undefined method `initialize$2' for class `Class'
|
725
|
+
# Did you mean? initialize
|
726
|
+
# wrong constant name initialize$2
|
727
|
+
# wrong constant name json_creatable?
|
728
|
+
# wrong constant name polar
|
729
|
+
# wrong constant name rect
|
730
|
+
# wrong constant name rectangular
|
731
|
+
# uninitialized constant Configatron
|
732
|
+
# uninitialized constant Configatron
|
733
|
+
# uninitialized constant Coverage
|
734
|
+
# uninitialized constant Coverage
|
735
|
+
# wrong constant name !=
|
736
|
+
# wrong constant name ==
|
737
|
+
# wrong constant name __getobj__
|
738
|
+
# wrong constant name __setobj__
|
739
|
+
# wrong constant name eql?
|
740
|
+
# wrong constant name initialize
|
741
|
+
# wrong constant name marshal_dump
|
742
|
+
# wrong constant name marshal_load
|
743
|
+
# wrong constant name method_missing
|
744
|
+
# wrong constant name methods
|
745
|
+
# wrong constant name protected_methods
|
746
|
+
# wrong constant name public_methods
|
747
|
+
# wrong constant name const_missing
|
748
|
+
# wrong constant name delegating_block
|
749
|
+
# wrong constant name public_api
|
750
|
+
# wrong constant name class_name
|
751
|
+
# wrong constant name class_names
|
752
|
+
# wrong constant name corrections
|
753
|
+
# wrong constant name initialize
|
754
|
+
# wrong constant name scopes
|
755
|
+
# wrong constant name corrections
|
756
|
+
# wrong constant name original_message
|
757
|
+
# wrong constant name spell_checker
|
758
|
+
# wrong constant name to_s
|
759
|
+
# wrong constant name +
|
760
|
+
# wrong constant name <<
|
761
|
+
# uninitialized constant DidYouMean::DeprecatedIgnoredCallers::Elem
|
762
|
+
# wrong constant name <static-init>
|
763
|
+
# uninitialized constant DidYouMean::Formatter
|
764
|
+
# uninitialized constant DidYouMean::Formatter
|
765
|
+
# wrong constant name distance
|
766
|
+
# wrong constant name distance
|
767
|
+
# wrong constant name corrections
|
768
|
+
# wrong constant name initialize
|
769
|
+
# wrong constant name <static-init>
|
770
|
+
# wrong constant name distance
|
771
|
+
# wrong constant name min3
|
772
|
+
# wrong constant name corrections
|
773
|
+
# wrong constant name initialize
|
774
|
+
# wrong constant name method_name
|
775
|
+
# wrong constant name method_names
|
776
|
+
# wrong constant name receiver
|
777
|
+
# wrong constant name NameErrorCheckers$1
|
778
|
+
# wrong constant name NameErrorCheckers$1
|
779
|
+
# wrong constant name corrections
|
780
|
+
# wrong constant name initialize
|
781
|
+
# wrong constant name message_for
|
782
|
+
# wrong constant name <static-init>
|
783
|
+
# wrong constant name correct
|
784
|
+
# wrong constant name initialize
|
785
|
+
# wrong constant name corrections
|
786
|
+
# wrong constant name cvar_names
|
787
|
+
# wrong constant name initialize
|
788
|
+
# wrong constant name ivar_names
|
789
|
+
# wrong constant name lvar_names
|
790
|
+
# wrong constant name method_names
|
791
|
+
# wrong constant name name
|
792
|
+
# wrong constant name formatter
|
793
|
+
# wrong constant name formatter=
|
794
|
+
# undefined singleton method `[]$2' for `Dir'
|
795
|
+
# undefined singleton method `chdir$2' for `Dir'
|
796
|
+
# undefined singleton method `entries$1' for `Dir'
|
797
|
+
# undefined singleton method `foreach$2' for `Dir'
|
798
|
+
# undefined singleton method `glob$2' for `Dir'
|
799
|
+
# undefined singleton method `home$1' for `Dir'
|
800
|
+
# undefined singleton method `mkdir$1' for `Dir'
|
801
|
+
# undefined singleton method `mktmpdir$2' for `Dir'
|
802
|
+
# wrong constant name []$2
|
803
|
+
# wrong constant name chdir$2
|
804
|
+
# wrong constant name children
|
805
|
+
# wrong constant name each_child
|
806
|
+
# wrong constant name empty?
|
807
|
+
# wrong constant name entries$1
|
808
|
+
# wrong constant name exists?
|
809
|
+
# wrong constant name foreach$2
|
810
|
+
# wrong constant name glob$2
|
811
|
+
# wrong constant name home$1
|
812
|
+
# wrong constant name mkdir$1
|
813
|
+
# wrong constant name mktmpdir$2
|
814
|
+
# wrong constant name tmpdir
|
815
|
+
# wrong constant name def_method
|
816
|
+
# wrong constant name def_module
|
817
|
+
# wrong constant name result_with_hash
|
818
|
+
# wrong constant name _dump
|
819
|
+
# wrong constant name convert
|
820
|
+
# wrong constant name convpath
|
821
|
+
# wrong constant name destination_encoding
|
822
|
+
# wrong constant name finish
|
823
|
+
# wrong constant name initialize
|
824
|
+
# wrong constant name insert_output
|
825
|
+
# wrong constant name last_error
|
826
|
+
# wrong constant name primitive_convert
|
827
|
+
# wrong constant name primitive_errinfo
|
828
|
+
# wrong constant name putback
|
829
|
+
# wrong constant name replacement
|
830
|
+
# wrong constant name replacement=
|
831
|
+
# wrong constant name source_encoding
|
832
|
+
# wrong constant name asciicompat_encoding
|
833
|
+
# wrong constant name search_convpath
|
834
|
+
# wrong constant name destination_encoding
|
835
|
+
# wrong constant name destination_encoding_name
|
836
|
+
# wrong constant name error_bytes
|
837
|
+
# wrong constant name incomplete_input?
|
838
|
+
# wrong constant name readagain_bytes
|
839
|
+
# wrong constant name source_encoding
|
840
|
+
# wrong constant name source_encoding_name
|
841
|
+
# wrong constant name destination_encoding
|
842
|
+
# wrong constant name destination_encoding_name
|
843
|
+
# wrong constant name error_char
|
844
|
+
# wrong constant name source_encoding
|
845
|
+
# wrong constant name source_encoding_name
|
846
|
+
# wrong constant name _load
|
847
|
+
# wrong constant name locale_charmap
|
848
|
+
# undefined method `all?$2' for module `Enumerable'
|
849
|
+
# undefined method `any?$2' for module `Enumerable'
|
850
|
+
# undefined method `count$2' for module `Enumerable'
|
851
|
+
# undefined method `cycle$2' for module `Enumerable'
|
852
|
+
# undefined method `detect$2' for module `Enumerable'
|
853
|
+
# undefined method `each_with_index$2' for module `Enumerable'
|
854
|
+
# undefined method `entries$1' for module `Enumerable'
|
855
|
+
# undefined method `find$2' for module `Enumerable'
|
856
|
+
# undefined method `find_index$2' for module `Enumerable'
|
857
|
+
# undefined method `first$2' for module `Enumerable'
|
858
|
+
# undefined method `inject$2' for module `Enumerable'
|
859
|
+
# undefined method `max$2' for module `Enumerable'
|
860
|
+
# undefined method `max_by$2' for module `Enumerable'
|
861
|
+
# undefined method `min$2' for module `Enumerable'
|
862
|
+
# undefined method `min_by$2' for module `Enumerable'
|
863
|
+
# undefined method `none?$2' for module `Enumerable'
|
864
|
+
# undefined method `one?$2' for module `Enumerable'
|
865
|
+
# undefined method `reduce$2' for module `Enumerable'
|
866
|
+
# undefined method `reverse_each$2' for module `Enumerable'
|
867
|
+
# undefined method `to_a$1' for module `Enumerable'
|
868
|
+
# undefined method `to_h$1' for module `Enumerable'
|
869
|
+
# wrong constant name all?$2
|
870
|
+
# wrong constant name any?$2
|
871
|
+
# wrong constant name chunk
|
872
|
+
# wrong constant name chunk_while
|
873
|
+
# wrong constant name count$2
|
874
|
+
# wrong constant name cycle$2
|
875
|
+
# wrong constant name detect$2
|
876
|
+
# wrong constant name each_entry
|
877
|
+
# wrong constant name each_with_index$2
|
878
|
+
# wrong constant name each_with_object
|
879
|
+
# wrong constant name entries$1
|
880
|
+
# wrong constant name find$2
|
881
|
+
# wrong constant name find_index$2
|
882
|
+
# wrong constant name first$2
|
883
|
+
# wrong constant name grep_v
|
884
|
+
# wrong constant name inject$2
|
885
|
+
# wrong constant name lazy
|
886
|
+
# wrong constant name max$2
|
887
|
+
# wrong constant name max_by$2
|
888
|
+
# wrong constant name min$2
|
889
|
+
# wrong constant name min_by$2
|
890
|
+
# wrong constant name none?$2
|
891
|
+
# wrong constant name one?$2
|
892
|
+
# wrong constant name reduce$2
|
893
|
+
# wrong constant name reverse_each$2
|
894
|
+
# wrong constant name slice_after
|
895
|
+
# wrong constant name slice_before
|
896
|
+
# wrong constant name slice_when
|
897
|
+
# wrong constant name sum
|
898
|
+
# wrong constant name to_a$1
|
899
|
+
# wrong constant name to_h$1
|
900
|
+
# wrong constant name to_set
|
901
|
+
# wrong constant name uniq
|
902
|
+
# wrong constant name zip
|
903
|
+
# wrong constant name each
|
904
|
+
# wrong constant name initialize
|
905
|
+
# wrong constant name chunk
|
906
|
+
# wrong constant name chunk_while
|
907
|
+
# wrong constant name force
|
908
|
+
# wrong constant name slice_when
|
909
|
+
# wrong constant name EWOULDBLOCK$1
|
910
|
+
# wrong constant name EWOULDBLOCK$1
|
911
|
+
# wrong constant name gid
|
912
|
+
# wrong constant name gid=
|
913
|
+
# wrong constant name mem
|
914
|
+
# wrong constant name mem=
|
915
|
+
# wrong constant name name
|
916
|
+
# wrong constant name name=
|
917
|
+
# wrong constant name passwd
|
918
|
+
# wrong constant name passwd=
|
919
|
+
# uninitialized constant Etc::Group::Elem
|
920
|
+
# wrong constant name []
|
921
|
+
# wrong constant name each
|
922
|
+
# wrong constant name members
|
923
|
+
# wrong constant name dir
|
924
|
+
# wrong constant name dir=
|
925
|
+
# wrong constant name gecos
|
926
|
+
# wrong constant name gecos=
|
927
|
+
# wrong constant name gid
|
928
|
+
# wrong constant name gid=
|
929
|
+
# wrong constant name name
|
930
|
+
# wrong constant name name=
|
931
|
+
# wrong constant name passwd
|
932
|
+
# wrong constant name passwd=
|
933
|
+
# wrong constant name shell
|
934
|
+
# wrong constant name shell=
|
935
|
+
# wrong constant name uid
|
936
|
+
# wrong constant name uid=
|
937
|
+
# uninitialized constant Etc::Passwd::Elem
|
938
|
+
# wrong constant name []
|
939
|
+
# wrong constant name each
|
940
|
+
# wrong constant name members
|
941
|
+
# wrong constant name confstr
|
942
|
+
# wrong constant name endgrent
|
943
|
+
# wrong constant name endpwent
|
944
|
+
# wrong constant name getgrent
|
945
|
+
# wrong constant name getgrgid
|
946
|
+
# wrong constant name getgrnam
|
947
|
+
# wrong constant name getlogin
|
948
|
+
# wrong constant name getpwent
|
949
|
+
# wrong constant name getpwnam
|
950
|
+
# wrong constant name getpwuid
|
951
|
+
# wrong constant name group
|
952
|
+
# wrong constant name nprocessors
|
953
|
+
# wrong constant name passwd
|
954
|
+
# wrong constant name setgrent
|
955
|
+
# wrong constant name setpwent
|
956
|
+
# wrong constant name sysconf
|
957
|
+
# wrong constant name sysconfdir
|
958
|
+
# wrong constant name systmpdir
|
959
|
+
# wrong constant name uname
|
960
|
+
# undefined method `exception$1' for class `Exception'
|
961
|
+
# Did you mean? exception
|
962
|
+
# undefined method `initialize$1' for class `Exception'
|
963
|
+
# Did you mean? initialize
|
964
|
+
# wrong constant name exception$1
|
965
|
+
# wrong constant name full_message
|
966
|
+
# wrong constant name initialize$1
|
967
|
+
# wrong constant name exception
|
968
|
+
# wrong constant name to_tty?
|
969
|
+
# uninitialized constant Exception2MessageMapper
|
970
|
+
# uninitialized constant Exception2MessageMapper
|
971
|
+
# wrong constant name <static-init>
|
972
|
+
# wrong constant name resume
|
973
|
+
# wrong constant name yield
|
974
|
+
# wrong constant name size?
|
975
|
+
# undefined singleton method `absolute_path$1' for `File'
|
976
|
+
# undefined singleton method `basename$1' for `File'
|
977
|
+
# undefined singleton method `birthtime$1' for `File'
|
978
|
+
# undefined singleton method `chmod$1' for `File'
|
979
|
+
# undefined singleton method `chown$1' for `File'
|
980
|
+
# undefined singleton method `expand_path$1' for `File'
|
981
|
+
# undefined singleton method `fnmatch$1' for `File'
|
982
|
+
# undefined singleton method `fnmatch?$1' for `File'
|
983
|
+
# undefined singleton method `lchmod$1' for `File'
|
984
|
+
# undefined singleton method `lchown$1' for `File'
|
985
|
+
# undefined singleton method `realdirpath$1' for `File'
|
986
|
+
# undefined singleton method `realpath$1' for `File'
|
987
|
+
# undefined singleton method `umask$1' for `File'
|
988
|
+
# undefined singleton method `utime$1' for `File'
|
989
|
+
# wrong constant name absolute_path$1
|
990
|
+
# wrong constant name basename$1
|
991
|
+
# wrong constant name birthtime$1
|
992
|
+
# wrong constant name chmod$1
|
993
|
+
# wrong constant name chown$1
|
994
|
+
# wrong constant name empty?
|
995
|
+
# wrong constant name exists?
|
996
|
+
# wrong constant name expand_path$1
|
997
|
+
# wrong constant name fnmatch$1
|
998
|
+
# wrong constant name fnmatch?$1
|
999
|
+
# wrong constant name lchmod$1
|
1000
|
+
# wrong constant name lchown$1
|
1001
|
+
# wrong constant name lutime
|
1002
|
+
# wrong constant name mkfifo
|
1003
|
+
# wrong constant name realdirpath$1
|
1004
|
+
# wrong constant name realpath$1
|
1005
|
+
# wrong constant name umask$1
|
1006
|
+
# wrong constant name utime$1
|
1007
|
+
# wrong constant name blockdev?
|
1008
|
+
# wrong constant name chardev?
|
1009
|
+
# wrong constant name directory?
|
1010
|
+
# wrong constant name empty?
|
1011
|
+
# wrong constant name executable?
|
1012
|
+
# wrong constant name executable_real?
|
1013
|
+
# wrong constant name exist?
|
1014
|
+
# wrong constant name exists?
|
1015
|
+
# wrong constant name file?
|
1016
|
+
# wrong constant name grpowned?
|
1017
|
+
# wrong constant name identical?
|
1018
|
+
# wrong constant name owned?
|
1019
|
+
# wrong constant name pipe?
|
1020
|
+
# wrong constant name readable?
|
1021
|
+
# wrong constant name readable_real?
|
1022
|
+
# wrong constant name setgid?
|
1023
|
+
# wrong constant name setuid?
|
1024
|
+
# wrong constant name size
|
1025
|
+
# wrong constant name size?
|
1026
|
+
# wrong constant name socket?
|
1027
|
+
# wrong constant name sticky?
|
1028
|
+
# wrong constant name symlink?
|
1029
|
+
# wrong constant name world_readable?
|
1030
|
+
# wrong constant name world_writable?
|
1031
|
+
# wrong constant name writable?
|
1032
|
+
# wrong constant name writable_real?
|
1033
|
+
# wrong constant name zero?
|
1034
|
+
# uninitialized constant FileUtils::DryRun::LN_SUPPORTED
|
1035
|
+
# Did you mean? FileUtils::DryRun::LN_SUPPORTED
|
1036
|
+
# FileUtils::LN_SUPPORTED
|
1037
|
+
# uninitialized constant FileUtils::DryRun::RUBY
|
1038
|
+
# Did you mean? FileUtils::DryRun::RUBY
|
1039
|
+
# FileUtils::RUBY
|
1040
|
+
# uninitialized constant FileUtils::DryRun::VERSION
|
1041
|
+
# Did you mean? FileUtils::DryRun::VERSION
|
1042
|
+
# FileUtils::VERSION
|
1043
|
+
# wrong constant name blockdev?
|
1044
|
+
# wrong constant name chardev?
|
1045
|
+
# wrong constant name chmod
|
1046
|
+
# wrong constant name chown
|
1047
|
+
# wrong constant name copy
|
1048
|
+
# wrong constant name copy_file
|
1049
|
+
# wrong constant name copy_metadata
|
1050
|
+
# wrong constant name dereference?
|
1051
|
+
# wrong constant name directory?
|
1052
|
+
# wrong constant name door?
|
1053
|
+
# wrong constant name entries
|
1054
|
+
# wrong constant name exist?
|
1055
|
+
# wrong constant name file?
|
1056
|
+
# wrong constant name initialize
|
1057
|
+
# wrong constant name lstat
|
1058
|
+
# wrong constant name lstat!
|
1059
|
+
# wrong constant name path
|
1060
|
+
# wrong constant name pipe?
|
1061
|
+
# wrong constant name platform_support
|
1062
|
+
# wrong constant name postorder_traverse
|
1063
|
+
# wrong constant name prefix
|
1064
|
+
# wrong constant name preorder_traverse
|
1065
|
+
# wrong constant name rel
|
1066
|
+
# wrong constant name remove
|
1067
|
+
# wrong constant name remove_dir1
|
1068
|
+
# wrong constant name remove_file
|
1069
|
+
# wrong constant name socket?
|
1070
|
+
# wrong constant name stat
|
1071
|
+
# wrong constant name stat!
|
1072
|
+
# wrong constant name symlink?
|
1073
|
+
# wrong constant name traverse
|
1074
|
+
# wrong constant name wrap_traverse
|
1075
|
+
# uninitialized constant FileUtils::NoWrite::LN_SUPPORTED
|
1076
|
+
# Did you mean? FileUtils::NoWrite::LN_SUPPORTED
|
1077
|
+
# FileUtils::LN_SUPPORTED
|
1078
|
+
# uninitialized constant FileUtils::NoWrite::RUBY
|
1079
|
+
# Did you mean? FileUtils::NoWrite::RUBY
|
1080
|
+
# FileUtils::RUBY
|
1081
|
+
# uninitialized constant FileUtils::NoWrite::VERSION
|
1082
|
+
# Did you mean? FileUtils::NoWrite::VERSION
|
1083
|
+
# FileUtils::VERSION
|
1084
|
+
# uninitialized constant FileUtils::Verbose::LN_SUPPORTED
|
1085
|
+
# Did you mean? FileUtils::Verbose::LN_SUPPORTED
|
1086
|
+
# FileUtils::LN_SUPPORTED
|
1087
|
+
# uninitialized constant FileUtils::Verbose::RUBY
|
1088
|
+
# Did you mean? FileUtils::Verbose::RUBY
|
1089
|
+
# FileUtils::RUBY
|
1090
|
+
# uninitialized constant FileUtils::Verbose::VERSION
|
1091
|
+
# Did you mean? FileUtils::Verbose::VERSION
|
1092
|
+
# FileUtils::VERSION
|
1093
|
+
# undefined singleton method `cp_r$1' for `FileUtils'
|
1094
|
+
# undefined singleton method `mkdir_p$1' for `FileUtils'
|
1095
|
+
# wrong constant name cd
|
1096
|
+
# wrong constant name chdir
|
1097
|
+
# wrong constant name chmod
|
1098
|
+
# wrong constant name chmod_R
|
1099
|
+
# wrong constant name chown
|
1100
|
+
# wrong constant name chown_R
|
1101
|
+
# wrong constant name cmp
|
1102
|
+
# wrong constant name collect_method
|
1103
|
+
# wrong constant name commands
|
1104
|
+
# wrong constant name compare_file
|
1105
|
+
# wrong constant name compare_stream
|
1106
|
+
# wrong constant name copy
|
1107
|
+
# wrong constant name copy_entry
|
1108
|
+
# wrong constant name copy_file
|
1109
|
+
# wrong constant name copy_stream
|
1110
|
+
# wrong constant name cp
|
1111
|
+
# wrong constant name cp_r$1
|
1112
|
+
# wrong constant name getwd
|
1113
|
+
# wrong constant name have_option?
|
1114
|
+
# wrong constant name identical?
|
1115
|
+
# wrong constant name install
|
1116
|
+
# wrong constant name link
|
1117
|
+
# wrong constant name ln
|
1118
|
+
# wrong constant name ln_s
|
1119
|
+
# wrong constant name ln_sf
|
1120
|
+
# wrong constant name makedirs
|
1121
|
+
# wrong constant name mkdir
|
1122
|
+
# wrong constant name mkdir_p$1
|
1123
|
+
# wrong constant name mkpath
|
1124
|
+
# wrong constant name move
|
1125
|
+
# wrong constant name mv
|
1126
|
+
# wrong constant name options
|
1127
|
+
# wrong constant name options_of
|
1128
|
+
# wrong constant name private_module_function
|
1129
|
+
# wrong constant name pwd
|
1130
|
+
# wrong constant name remove
|
1131
|
+
# wrong constant name remove_dir
|
1132
|
+
# wrong constant name remove_entry
|
1133
|
+
# wrong constant name remove_entry_secure
|
1134
|
+
# wrong constant name remove_file
|
1135
|
+
# wrong constant name rm
|
1136
|
+
# wrong constant name rm_f
|
1137
|
+
# wrong constant name rm_rf
|
1138
|
+
# wrong constant name rmdir
|
1139
|
+
# wrong constant name rmtree
|
1140
|
+
# wrong constant name safe_unlink
|
1141
|
+
# wrong constant name symlink
|
1142
|
+
# wrong constant name uptodate?
|
1143
|
+
# undefined method `rationalize$2' for class `Float'
|
1144
|
+
# Did you mean? Rational
|
1145
|
+
# wrong constant name rationalize$2
|
1146
|
+
# uninitialized constant Forwardable
|
1147
|
+
# uninitialized constant Forwardable
|
1148
|
+
# wrong constant name <static-init>
|
1149
|
+
# wrong constant name garbage_collect
|
1150
|
+
# undefined singleton method `report$1' for `GC::Profiler'
|
1151
|
+
# wrong constant name report$1
|
1152
|
+
# undefined singleton method `start$1' for `GC'
|
1153
|
+
# undefined singleton method `stat$2' for `GC'
|
1154
|
+
# wrong constant name latest_gc_info
|
1155
|
+
# wrong constant name start$1
|
1156
|
+
# wrong constant name stat$2
|
1157
|
+
# wrong constant name stress=
|
1158
|
+
# wrong constant name verify_internal_consistency
|
1159
|
+
# wrong constant name <Class:AvailableSet>
|
1160
|
+
# wrong constant name <Class:BundlerVersionFinder>
|
1161
|
+
# wrong constant name <Class:Command>
|
1162
|
+
# wrong constant name <Class:Commands>
|
1163
|
+
# wrong constant name <Class:ConfigFile>
|
1164
|
+
# wrong constant name <Class:ConsoleUI>
|
1165
|
+
# wrong constant name <Class:DefaultUserInteraction>
|
1166
|
+
# wrong constant name <Class:DependencyInstaller>
|
1167
|
+
# wrong constant name <Class:DependencyList>
|
1168
|
+
# wrong constant name <Class:Ext>
|
1169
|
+
# wrong constant name <Class:Installer>
|
1170
|
+
# wrong constant name <Class:Licenses>
|
1171
|
+
# wrong constant name <Class:NameTuple>
|
1172
|
+
# wrong constant name <Class:Package>
|
1173
|
+
# wrong constant name <Class:RemoteFetcher>
|
1174
|
+
# wrong constant name <Class:Request>
|
1175
|
+
# wrong constant name <Class:RequestSet>
|
1176
|
+
# wrong constant name <Class:Resolver>
|
1177
|
+
# wrong constant name <Class:RuntimeRequirementNotMetError>
|
1178
|
+
# wrong constant name <Class:Security>
|
1179
|
+
# wrong constant name <Class:SilentUI>
|
1180
|
+
# wrong constant name <Class:Source>
|
1181
|
+
# wrong constant name <Class:SourceList>
|
1182
|
+
# wrong constant name <Class:SpecFetcher>
|
1183
|
+
# wrong constant name <Class:SpecificationPolicy>
|
1184
|
+
# wrong constant name <Class:StreamUI>
|
1185
|
+
# wrong constant name <Class:Text>
|
1186
|
+
# wrong constant name <Class:UninstallError>
|
1187
|
+
# wrong constant name <Class:UriFormatter>
|
1188
|
+
# wrong constant name <Class:UserInteraction>
|
1189
|
+
# wrong constant name <Class:Util>
|
1190
|
+
# wrong constant name <<
|
1191
|
+
# uninitialized constant Gem::AvailableSet::Elem
|
1192
|
+
# wrong constant name <Class:Tuple>
|
1193
|
+
# wrong constant name add
|
1194
|
+
# wrong constant name all_specs
|
1195
|
+
# wrong constant name each
|
1196
|
+
# wrong constant name each_spec
|
1197
|
+
# wrong constant name empty?
|
1198
|
+
# wrong constant name find_all
|
1199
|
+
# wrong constant name inject_into_list
|
1200
|
+
# wrong constant name match_platform!
|
1201
|
+
# wrong constant name pick_best!
|
1202
|
+
# wrong constant name prefetch
|
1203
|
+
# wrong constant name remote
|
1204
|
+
# wrong constant name remote=
|
1205
|
+
# wrong constant name remove_installed!
|
1206
|
+
# wrong constant name set
|
1207
|
+
# wrong constant name size
|
1208
|
+
# wrong constant name sorted
|
1209
|
+
# wrong constant name source_for
|
1210
|
+
# wrong constant name to_request_set
|
1211
|
+
# uninitialized constant Gem::AvailableSet::Tuple::Elem
|
1212
|
+
# wrong constant name source
|
1213
|
+
# wrong constant name source=
|
1214
|
+
# wrong constant name spec
|
1215
|
+
# wrong constant name spec=
|
1216
|
+
# wrong constant name <static-init>
|
1217
|
+
# wrong constant name []
|
1218
|
+
# wrong constant name members
|
1219
|
+
# wrong constant name <static-init>
|
1220
|
+
# wrong constant name activated?
|
1221
|
+
# wrong constant name base_dir
|
1222
|
+
# wrong constant name base_dir=
|
1223
|
+
# wrong constant name contains_requirable_file?
|
1224
|
+
# wrong constant name datadir
|
1225
|
+
# wrong constant name default_gem?
|
1226
|
+
# wrong constant name extension_dir
|
1227
|
+
# wrong constant name extension_dir=
|
1228
|
+
# wrong constant name extensions_dir
|
1229
|
+
# wrong constant name full_gem_path
|
1230
|
+
# wrong constant name full_gem_path=
|
1231
|
+
# wrong constant name full_name
|
1232
|
+
# wrong constant name full_require_paths
|
1233
|
+
# wrong constant name gem_build_complete_path
|
1234
|
+
# wrong constant name gem_dir
|
1235
|
+
# wrong constant name gems_dir
|
1236
|
+
# wrong constant name ignored=
|
1237
|
+
# wrong constant name internal_init
|
1238
|
+
# wrong constant name lib_dirs_glob
|
1239
|
+
# wrong constant name loaded_from
|
1240
|
+
# wrong constant name loaded_from=
|
1241
|
+
# wrong constant name matches_for_glob
|
1242
|
+
# wrong constant name name
|
1243
|
+
# wrong constant name platform
|
1244
|
+
# wrong constant name raw_require_paths
|
1245
|
+
# wrong constant name require_paths
|
1246
|
+
# wrong constant name source_paths
|
1247
|
+
# wrong constant name stubbed?
|
1248
|
+
# wrong constant name this
|
1249
|
+
# wrong constant name to_fullpath
|
1250
|
+
# wrong constant name to_spec
|
1251
|
+
# wrong constant name version
|
1252
|
+
# wrong constant name default_specifications_dir
|
1253
|
+
# wrong constant name upstream_default_specifications_dir
|
1254
|
+
# wrong constant name <static-init>
|
1255
|
+
# wrong constant name bundler_version
|
1256
|
+
# wrong constant name bundler_version_with_reason
|
1257
|
+
# wrong constant name compatible?
|
1258
|
+
# wrong constant name filter!
|
1259
|
+
# wrong constant name missing_version_message
|
1260
|
+
# wrong constant name add_extra_args
|
1261
|
+
# wrong constant name add_option
|
1262
|
+
# wrong constant name arguments
|
1263
|
+
# wrong constant name begins?
|
1264
|
+
# wrong constant name command
|
1265
|
+
# wrong constant name defaults
|
1266
|
+
# wrong constant name defaults=
|
1267
|
+
# wrong constant name defaults_str
|
1268
|
+
# wrong constant name description
|
1269
|
+
# wrong constant name execute
|
1270
|
+
# wrong constant name get_all_gem_names
|
1271
|
+
# wrong constant name get_all_gem_names_and_versions
|
1272
|
+
# wrong constant name get_one_gem_name
|
1273
|
+
# wrong constant name get_one_optional_argument
|
1274
|
+
# wrong constant name handle_options
|
1275
|
+
# wrong constant name handles?
|
1276
|
+
# wrong constant name initialize
|
1277
|
+
# wrong constant name invoke
|
1278
|
+
# wrong constant name invoke_with_build_args
|
1279
|
+
# wrong constant name merge_options
|
1280
|
+
# wrong constant name options
|
1281
|
+
# wrong constant name program_name
|
1282
|
+
# wrong constant name program_name=
|
1283
|
+
# wrong constant name remove_option
|
1284
|
+
# wrong constant name show_help
|
1285
|
+
# wrong constant name show_lookup_failure
|
1286
|
+
# wrong constant name summary
|
1287
|
+
# wrong constant name summary=
|
1288
|
+
# wrong constant name usage
|
1289
|
+
# wrong constant name when_invoked
|
1290
|
+
# wrong constant name <static-init>
|
1291
|
+
# wrong constant name add_common_option
|
1292
|
+
# wrong constant name add_specific_extra_args
|
1293
|
+
# wrong constant name build_args
|
1294
|
+
# wrong constant name build_args=
|
1295
|
+
# wrong constant name common_options
|
1296
|
+
# wrong constant name extra_args
|
1297
|
+
# wrong constant name extra_args=
|
1298
|
+
# wrong constant name specific_extra_args
|
1299
|
+
# wrong constant name specific_extra_args_hash
|
1300
|
+
# wrong constant name <static-init>
|
1301
|
+
# wrong constant name ==
|
1302
|
+
# wrong constant name []
|
1303
|
+
# wrong constant name []=
|
1304
|
+
# wrong constant name api_keys
|
1305
|
+
# wrong constant name args
|
1306
|
+
# wrong constant name backtrace
|
1307
|
+
# wrong constant name backtrace=
|
1308
|
+
# wrong constant name bulk_threshold
|
1309
|
+
# wrong constant name bulk_threshold=
|
1310
|
+
# wrong constant name cert_expiration_length_days
|
1311
|
+
# wrong constant name cert_expiration_length_days=
|
1312
|
+
# wrong constant name check_credentials_permissions
|
1313
|
+
# wrong constant name concurrent_downloads
|
1314
|
+
# wrong constant name concurrent_downloads=
|
1315
|
+
# wrong constant name config_file_name
|
1316
|
+
# wrong constant name credentials_path
|
1317
|
+
# wrong constant name disable_default_gem_server
|
1318
|
+
# wrong constant name disable_default_gem_server=
|
1319
|
+
# wrong constant name each
|
1320
|
+
# wrong constant name handle_arguments
|
1321
|
+
# wrong constant name home
|
1322
|
+
# wrong constant name home=
|
1323
|
+
# wrong constant name initialize
|
1324
|
+
# wrong constant name load_api_keys
|
1325
|
+
# wrong constant name load_file
|
1326
|
+
# wrong constant name path
|
1327
|
+
# wrong constant name path=
|
1328
|
+
# wrong constant name really_verbose
|
1329
|
+
# wrong constant name rubygems_api_key
|
1330
|
+
# wrong constant name rubygems_api_key=
|
1331
|
+
# wrong constant name set_api_key
|
1332
|
+
# wrong constant name sources
|
1333
|
+
# wrong constant name sources=
|
1334
|
+
# wrong constant name ssl_ca_cert
|
1335
|
+
# wrong constant name ssl_ca_cert=
|
1336
|
+
# wrong constant name ssl_client_cert
|
1337
|
+
# wrong constant name ssl_verify_mode
|
1338
|
+
# wrong constant name to_yaml
|
1339
|
+
# wrong constant name unset_api_key!
|
1340
|
+
# wrong constant name update_sources
|
1341
|
+
# wrong constant name update_sources=
|
1342
|
+
# wrong constant name verbose
|
1343
|
+
# wrong constant name verbose=
|
1344
|
+
# wrong constant name write
|
1345
|
+
# wrong constant name <static-init>
|
1346
|
+
# wrong constant name conflicts
|
1347
|
+
# wrong constant name initialize
|
1348
|
+
# wrong constant name target
|
1349
|
+
# wrong constant name initialize
|
1350
|
+
# wrong constant name <static-init>
|
1351
|
+
# wrong constant name ui
|
1352
|
+
# wrong constant name ui=
|
1353
|
+
# wrong constant name use_ui
|
1354
|
+
# wrong constant name <static-init>
|
1355
|
+
# wrong constant name ui
|
1356
|
+
# wrong constant name ui=
|
1357
|
+
# wrong constant name use_ui
|
1358
|
+
# wrong constant name <=>
|
1359
|
+
# wrong constant name ==
|
1360
|
+
# wrong constant name ===
|
1361
|
+
# wrong constant name =~
|
1362
|
+
# wrong constant name all_sources
|
1363
|
+
# wrong constant name all_sources=
|
1364
|
+
# wrong constant name encode_with
|
1365
|
+
# wrong constant name eql?
|
1366
|
+
# wrong constant name groups
|
1367
|
+
# wrong constant name groups=
|
1368
|
+
# wrong constant name initialize
|
1369
|
+
# wrong constant name latest_version?
|
1370
|
+
# wrong constant name match?
|
1371
|
+
# wrong constant name matches_spec?
|
1372
|
+
# wrong constant name matching_specs
|
1373
|
+
# wrong constant name merge
|
1374
|
+
# wrong constant name name
|
1375
|
+
# wrong constant name name=
|
1376
|
+
# wrong constant name prerelease=
|
1377
|
+
# wrong constant name prerelease?
|
1378
|
+
# wrong constant name requirement
|
1379
|
+
# wrong constant name requirements_list
|
1380
|
+
# wrong constant name runtime?
|
1381
|
+
# wrong constant name source
|
1382
|
+
# wrong constant name source=
|
1383
|
+
# wrong constant name specific?
|
1384
|
+
# wrong constant name to_lock
|
1385
|
+
# wrong constant name to_spec
|
1386
|
+
# wrong constant name to_specs
|
1387
|
+
# wrong constant name to_yaml_properties
|
1388
|
+
# wrong constant name type
|
1389
|
+
# wrong constant name _deprecated_add_found_dependencies
|
1390
|
+
# wrong constant name _deprecated_gather_dependencies
|
1391
|
+
# wrong constant name add_found_dependencies
|
1392
|
+
# wrong constant name available_set_for
|
1393
|
+
# wrong constant name consider_local?
|
1394
|
+
# wrong constant name consider_remote?
|
1395
|
+
# wrong constant name document
|
1396
|
+
# wrong constant name errors
|
1397
|
+
# wrong constant name find_gems_with_sources
|
1398
|
+
# wrong constant name find_spec_by_name_and_version
|
1399
|
+
# wrong constant name gather_dependencies
|
1400
|
+
# wrong constant name in_background
|
1401
|
+
# wrong constant name initialize
|
1402
|
+
# wrong constant name install
|
1403
|
+
# wrong constant name install_development_deps
|
1404
|
+
# wrong constant name installed_gems
|
1405
|
+
# wrong constant name resolve_dependencies
|
1406
|
+
# wrong constant name <static-init>
|
1407
|
+
# uninitialized constant Gem::DependencyList::Elem
|
1408
|
+
# wrong constant name add
|
1409
|
+
# wrong constant name clear
|
1410
|
+
# wrong constant name dependency_order
|
1411
|
+
# wrong constant name development
|
1412
|
+
# wrong constant name development=
|
1413
|
+
# wrong constant name each
|
1414
|
+
# wrong constant name find_name
|
1415
|
+
# wrong constant name initialize
|
1416
|
+
# wrong constant name ok?
|
1417
|
+
# wrong constant name ok_to_remove?
|
1418
|
+
# wrong constant name remove_by_name
|
1419
|
+
# wrong constant name remove_specs_unsatisfied_by
|
1420
|
+
# wrong constant name spec_predecessors
|
1421
|
+
# wrong constant name specs
|
1422
|
+
# wrong constant name tsort_each_node
|
1423
|
+
# wrong constant name why_not_ok?
|
1424
|
+
# wrong constant name <static-init>
|
1425
|
+
# wrong constant name from_specs
|
1426
|
+
# wrong constant name conflict
|
1427
|
+
# wrong constant name conflicting_dependencies
|
1428
|
+
# wrong constant name initialize
|
1429
|
+
# wrong constant name deprecate
|
1430
|
+
# wrong constant name skip
|
1431
|
+
# wrong constant name skip=
|
1432
|
+
# wrong constant name skip_during
|
1433
|
+
# wrong constant name _deprecated_source_exception
|
1434
|
+
# wrong constant name source_exception
|
1435
|
+
# wrong constant name source_exception=
|
1436
|
+
# wrong constant name <Class:BuildError>
|
1437
|
+
# wrong constant name <Class:Builder>
|
1438
|
+
# wrong constant name <Class:CmakeBuilder>
|
1439
|
+
# wrong constant name <Class:ConfigureBuilder>
|
1440
|
+
# wrong constant name <Class:ExtConfBuilder>
|
1441
|
+
# wrong constant name <Class:RakeBuilder>
|
1442
|
+
# wrong constant name <static-init>
|
1443
|
+
# wrong constant name build_args
|
1444
|
+
# wrong constant name build_args=
|
1445
|
+
# wrong constant name build_error
|
1446
|
+
# wrong constant name build_extension
|
1447
|
+
# wrong constant name build_extensions
|
1448
|
+
# wrong constant name builder_for
|
1449
|
+
# wrong constant name initialize
|
1450
|
+
# wrong constant name write_gem_make_out
|
1451
|
+
# wrong constant name <static-init>
|
1452
|
+
# wrong constant name class_name
|
1453
|
+
# wrong constant name make
|
1454
|
+
# wrong constant name redirector
|
1455
|
+
# wrong constant name run
|
1456
|
+
# uninitialized constant Gem::Ext::CmakeBuilder::CHDIR_MONITOR
|
1457
|
+
# Did you mean? Gem::Ext::CmakeBuilder::CHDIR_MONITOR
|
1458
|
+
# uninitialized constant Gem::Ext::CmakeBuilder::CHDIR_MUTEX
|
1459
|
+
# Did you mean? Gem::Ext::CmakeBuilder::CHDIR_MUTEX
|
1460
|
+
# wrong constant name <static-init>
|
1461
|
+
# wrong constant name build
|
1462
|
+
# uninitialized constant Gem::Ext::ConfigureBuilder::CHDIR_MONITOR
|
1463
|
+
# Did you mean? Gem::Ext::ConfigureBuilder::CHDIR_MONITOR
|
1464
|
+
# uninitialized constant Gem::Ext::ConfigureBuilder::CHDIR_MUTEX
|
1465
|
+
# Did you mean? Gem::Ext::ConfigureBuilder::CHDIR_MUTEX
|
1466
|
+
# wrong constant name <static-init>
|
1467
|
+
# wrong constant name build
|
1468
|
+
# uninitialized constant Gem::Ext::ExtConfBuilder::CHDIR_MONITOR
|
1469
|
+
# Did you mean? Gem::Ext::ExtConfBuilder::CHDIR_MONITOR
|
1470
|
+
# uninitialized constant Gem::Ext::ExtConfBuilder::CHDIR_MUTEX
|
1471
|
+
# Did you mean? Gem::Ext::ExtConfBuilder::CHDIR_MUTEX
|
1472
|
+
# wrong constant name <static-init>
|
1473
|
+
# wrong constant name build
|
1474
|
+
# wrong constant name get_relative_path
|
1475
|
+
# uninitialized constant Gem::Ext::RakeBuilder::CHDIR_MONITOR
|
1476
|
+
# Did you mean? Gem::Ext::RakeBuilder::CHDIR_MONITOR
|
1477
|
+
# uninitialized constant Gem::Ext::RakeBuilder::CHDIR_MUTEX
|
1478
|
+
# Did you mean? Gem::Ext::RakeBuilder::CHDIR_MUTEX
|
1479
|
+
# wrong constant name <static-init>
|
1480
|
+
# wrong constant name build
|
1481
|
+
# wrong constant name <static-init>
|
1482
|
+
# wrong constant name directory
|
1483
|
+
# wrong constant name initialize
|
1484
|
+
# wrong constant name file_path
|
1485
|
+
# wrong constant name file_path=
|
1486
|
+
# wrong constant name spec
|
1487
|
+
# wrong constant name spec=
|
1488
|
+
# wrong constant name build_message
|
1489
|
+
# wrong constant name conflicts
|
1490
|
+
# wrong constant name dependency
|
1491
|
+
# wrong constant name initialize
|
1492
|
+
# wrong constant name request
|
1493
|
+
# wrong constant name _deprecated_extension_build_error
|
1494
|
+
# wrong constant name app_script_text
|
1495
|
+
# wrong constant name bin_dir
|
1496
|
+
# wrong constant name build_extensions
|
1497
|
+
# wrong constant name build_root
|
1498
|
+
# wrong constant name check_executable_overwrite
|
1499
|
+
# wrong constant name check_that_user_bin_dir_is_in_path
|
1500
|
+
# wrong constant name default_spec_file
|
1501
|
+
# wrong constant name dir
|
1502
|
+
# wrong constant name ensure_dependencies_met
|
1503
|
+
# wrong constant name ensure_dependency
|
1504
|
+
# wrong constant name ensure_loadable_spec
|
1505
|
+
# wrong constant name ensure_required_ruby_version_met
|
1506
|
+
# wrong constant name ensure_required_rubygems_version_met
|
1507
|
+
# wrong constant name extension_build_error
|
1508
|
+
# wrong constant name extract_bin
|
1509
|
+
# wrong constant name extract_files
|
1510
|
+
# wrong constant name formatted_program_filename
|
1511
|
+
# wrong constant name gem
|
1512
|
+
# wrong constant name gem_dir
|
1513
|
+
# wrong constant name gem_home
|
1514
|
+
# wrong constant name generate_bin
|
1515
|
+
# wrong constant name generate_bin_script
|
1516
|
+
# wrong constant name generate_bin_symlink
|
1517
|
+
# wrong constant name generate_windows_script
|
1518
|
+
# wrong constant name initialize
|
1519
|
+
# wrong constant name install
|
1520
|
+
# wrong constant name installation_satisfies_dependency?
|
1521
|
+
# wrong constant name installed_specs
|
1522
|
+
# wrong constant name options
|
1523
|
+
# wrong constant name pre_install_checks
|
1524
|
+
# wrong constant name process_options
|
1525
|
+
# wrong constant name run_post_build_hooks
|
1526
|
+
# wrong constant name run_post_install_hooks
|
1527
|
+
# wrong constant name run_pre_install_hooks
|
1528
|
+
# wrong constant name shebang
|
1529
|
+
# wrong constant name spec
|
1530
|
+
# wrong constant name spec_file
|
1531
|
+
# wrong constant name unpack
|
1532
|
+
# wrong constant name verify_gem_home
|
1533
|
+
# wrong constant name verify_spec_name
|
1534
|
+
# wrong constant name windows_stub_script
|
1535
|
+
# wrong constant name write_build_info_file
|
1536
|
+
# wrong constant name write_cache_file
|
1537
|
+
# wrong constant name write_default_spec
|
1538
|
+
# wrong constant name write_spec
|
1539
|
+
# wrong constant name <static-init>
|
1540
|
+
# wrong constant name at
|
1541
|
+
# wrong constant name exec_format
|
1542
|
+
# wrong constant name exec_format=
|
1543
|
+
# wrong constant name for_spec
|
1544
|
+
# wrong constant name install_lock
|
1545
|
+
# wrong constant name path_warning
|
1546
|
+
# wrong constant name path_warning=
|
1547
|
+
# wrong constant name <static-init>
|
1548
|
+
# wrong constant name match?
|
1549
|
+
# wrong constant name suggestions
|
1550
|
+
# wrong constant name each
|
1551
|
+
# wrong constant name initialize
|
1552
|
+
# wrong constant name prepend
|
1553
|
+
# wrong constant name tail
|
1554
|
+
# wrong constant name tail=
|
1555
|
+
# wrong constant name to_a
|
1556
|
+
# wrong constant name value
|
1557
|
+
# wrong constant name value=
|
1558
|
+
# wrong constant name prepend
|
1559
|
+
# wrong constant name name
|
1560
|
+
# wrong constant name name=
|
1561
|
+
# wrong constant name requirement
|
1562
|
+
# wrong constant name requirement=
|
1563
|
+
# wrong constant name initialize
|
1564
|
+
# wrong constant name initialize
|
1565
|
+
# wrong constant name specs
|
1566
|
+
# wrong constant name <=>
|
1567
|
+
# wrong constant name ==
|
1568
|
+
# wrong constant name eql?
|
1569
|
+
# wrong constant name full_name
|
1570
|
+
# wrong constant name initialize
|
1571
|
+
# wrong constant name match_platform?
|
1572
|
+
# wrong constant name name
|
1573
|
+
# wrong constant name platform
|
1574
|
+
# wrong constant name prerelease?
|
1575
|
+
# wrong constant name spec_name
|
1576
|
+
# wrong constant name to_a
|
1577
|
+
# wrong constant name version
|
1578
|
+
# wrong constant name <static-init>
|
1579
|
+
# wrong constant name from_list
|
1580
|
+
# wrong constant name null
|
1581
|
+
# wrong constant name to_basic
|
1582
|
+
# wrong constant name <Class:DigestIO>
|
1583
|
+
# wrong constant name <Class:Error>
|
1584
|
+
# wrong constant name <Class:FileSource>
|
1585
|
+
# wrong constant name <Class:FormatError>
|
1586
|
+
# wrong constant name <Class:IOSource>
|
1587
|
+
# wrong constant name <Class:NonSeekableIO>
|
1588
|
+
# wrong constant name <Class:Old>
|
1589
|
+
# wrong constant name <Class:PathError>
|
1590
|
+
# wrong constant name <Class:Source>
|
1591
|
+
# wrong constant name <Class:TarHeader>
|
1592
|
+
# wrong constant name <Class:TarInvalidError>
|
1593
|
+
# wrong constant name <Class:TarReader>
|
1594
|
+
# wrong constant name <Class:TarWriter>
|
1595
|
+
# wrong constant name <Class:TooLongFileName>
|
1596
|
+
# wrong constant name add_checksums
|
1597
|
+
# wrong constant name add_contents
|
1598
|
+
# wrong constant name add_files
|
1599
|
+
# wrong constant name add_metadata
|
1600
|
+
# wrong constant name build
|
1601
|
+
# wrong constant name build_time
|
1602
|
+
# wrong constant name build_time=
|
1603
|
+
# wrong constant name checksums
|
1604
|
+
# wrong constant name contents
|
1605
|
+
# wrong constant name copy_to
|
1606
|
+
# wrong constant name data_mode
|
1607
|
+
# wrong constant name data_mode=
|
1608
|
+
# wrong constant name digest
|
1609
|
+
# wrong constant name dir_mode
|
1610
|
+
# wrong constant name dir_mode=
|
1611
|
+
# wrong constant name extract_files
|
1612
|
+
# wrong constant name extract_tar_gz
|
1613
|
+
# wrong constant name file_mode
|
1614
|
+
# wrong constant name files
|
1615
|
+
# wrong constant name gzip_to
|
1616
|
+
# wrong constant name initialize
|
1617
|
+
# wrong constant name install_location
|
1618
|
+
# wrong constant name load_spec
|
1619
|
+
# wrong constant name mkdir_p_safe
|
1620
|
+
# wrong constant name normalize_path
|
1621
|
+
# wrong constant name open_tar_gz
|
1622
|
+
# wrong constant name prog_mode
|
1623
|
+
# wrong constant name prog_mode=
|
1624
|
+
# wrong constant name read_checksums
|
1625
|
+
# wrong constant name security_policy
|
1626
|
+
# wrong constant name security_policy=
|
1627
|
+
# wrong constant name setup_signer
|
1628
|
+
# wrong constant name spec
|
1629
|
+
# wrong constant name spec=
|
1630
|
+
# wrong constant name verify
|
1631
|
+
# wrong constant name verify_checksums
|
1632
|
+
# wrong constant name verify_entry
|
1633
|
+
# wrong constant name verify_files
|
1634
|
+
# wrong constant name verify_gz
|
1635
|
+
# wrong constant name digests
|
1636
|
+
# wrong constant name initialize
|
1637
|
+
# wrong constant name write
|
1638
|
+
# wrong constant name <static-init>
|
1639
|
+
# wrong constant name wrap
|
1640
|
+
# wrong constant name <static-init>
|
1641
|
+
# wrong constant name initialize
|
1642
|
+
# wrong constant name path
|
1643
|
+
# wrong constant name present?
|
1644
|
+
# wrong constant name start
|
1645
|
+
# wrong constant name with_read_io
|
1646
|
+
# wrong constant name with_write_io
|
1647
|
+
# wrong constant name <static-init>
|
1648
|
+
# wrong constant name initialize
|
1649
|
+
# wrong constant name path
|
1650
|
+
# wrong constant name <static-init>
|
1651
|
+
# wrong constant name initialize
|
1652
|
+
# wrong constant name io
|
1653
|
+
# wrong constant name path
|
1654
|
+
# wrong constant name present?
|
1655
|
+
# wrong constant name start
|
1656
|
+
# wrong constant name with_read_io
|
1657
|
+
# wrong constant name with_write_io
|
1658
|
+
# wrong constant name <static-init>
|
1659
|
+
# wrong constant name <static-init>
|
1660
|
+
# wrong constant name extract_files
|
1661
|
+
# wrong constant name file_list
|
1662
|
+
# wrong constant name read_until_dashes
|
1663
|
+
# wrong constant name skip_ruby
|
1664
|
+
# wrong constant name <static-init>
|
1665
|
+
# wrong constant name initialize
|
1666
|
+
# wrong constant name <static-init>
|
1667
|
+
# wrong constant name <static-init>
|
1668
|
+
# wrong constant name ==
|
1669
|
+
# wrong constant name checksum
|
1670
|
+
# wrong constant name devmajor
|
1671
|
+
# wrong constant name devminor
|
1672
|
+
# wrong constant name empty?
|
1673
|
+
# wrong constant name gid
|
1674
|
+
# wrong constant name gname
|
1675
|
+
# wrong constant name initialize
|
1676
|
+
# wrong constant name linkname
|
1677
|
+
# wrong constant name magic
|
1678
|
+
# wrong constant name mode
|
1679
|
+
# wrong constant name mtime
|
1680
|
+
# wrong constant name name
|
1681
|
+
# wrong constant name prefix
|
1682
|
+
# wrong constant name size
|
1683
|
+
# wrong constant name typeflag
|
1684
|
+
# wrong constant name uid
|
1685
|
+
# wrong constant name uname
|
1686
|
+
# wrong constant name update_checksum
|
1687
|
+
# wrong constant name version
|
1688
|
+
# wrong constant name <static-init>
|
1689
|
+
# wrong constant name from
|
1690
|
+
# wrong constant name strict_oct
|
1691
|
+
# wrong constant name <static-init>
|
1692
|
+
# uninitialized constant Gem::Package::TarReader::Elem
|
1693
|
+
# wrong constant name <Class:Entry>
|
1694
|
+
# wrong constant name <Class:UnexpectedEOF>
|
1695
|
+
# wrong constant name close
|
1696
|
+
# wrong constant name each
|
1697
|
+
# wrong constant name each_entry
|
1698
|
+
# wrong constant name initialize
|
1699
|
+
# wrong constant name rewind
|
1700
|
+
# wrong constant name seek
|
1701
|
+
# wrong constant name bytes_read
|
1702
|
+
# wrong constant name check_closed
|
1703
|
+
# wrong constant name close
|
1704
|
+
# wrong constant name closed?
|
1705
|
+
# wrong constant name directory?
|
1706
|
+
# wrong constant name eof?
|
1707
|
+
# wrong constant name file?
|
1708
|
+
# wrong constant name full_name
|
1709
|
+
# wrong constant name getc
|
1710
|
+
# wrong constant name header
|
1711
|
+
# wrong constant name initialize
|
1712
|
+
# wrong constant name length
|
1713
|
+
# wrong constant name pos
|
1714
|
+
# wrong constant name read
|
1715
|
+
# wrong constant name readpartial
|
1716
|
+
# wrong constant name rewind
|
1717
|
+
# wrong constant name size
|
1718
|
+
# wrong constant name symlink?
|
1719
|
+
# wrong constant name <static-init>
|
1720
|
+
# wrong constant name <static-init>
|
1721
|
+
# wrong constant name <static-init>
|
1722
|
+
# wrong constant name new
|
1723
|
+
# wrong constant name <Class:BoundedStream>
|
1724
|
+
# wrong constant name <Class:FileOverflow>
|
1725
|
+
# wrong constant name <Class:RestrictedStream>
|
1726
|
+
# wrong constant name add_file
|
1727
|
+
# wrong constant name add_file_digest
|
1728
|
+
# wrong constant name add_file_signed
|
1729
|
+
# wrong constant name add_file_simple
|
1730
|
+
# wrong constant name add_symlink
|
1731
|
+
# wrong constant name check_closed
|
1732
|
+
# wrong constant name close
|
1733
|
+
# wrong constant name closed?
|
1734
|
+
# wrong constant name flush
|
1735
|
+
# wrong constant name initialize
|
1736
|
+
# wrong constant name mkdir
|
1737
|
+
# wrong constant name split_name
|
1738
|
+
# wrong constant name initialize
|
1739
|
+
# wrong constant name limit
|
1740
|
+
# wrong constant name write
|
1741
|
+
# wrong constant name written
|
1742
|
+
# wrong constant name <static-init>
|
1743
|
+
# wrong constant name <static-init>
|
1744
|
+
# wrong constant name initialize
|
1745
|
+
# wrong constant name write
|
1746
|
+
# wrong constant name <static-init>
|
1747
|
+
# wrong constant name <static-init>
|
1748
|
+
# wrong constant name new
|
1749
|
+
# wrong constant name <static-init>
|
1750
|
+
# wrong constant name <static-init>
|
1751
|
+
# wrong constant name build
|
1752
|
+
# wrong constant name new
|
1753
|
+
# wrong constant name home
|
1754
|
+
# wrong constant name initialize
|
1755
|
+
# wrong constant name path
|
1756
|
+
# wrong constant name spec_cache_dir
|
1757
|
+
# wrong constant name ==
|
1758
|
+
# wrong constant name ===
|
1759
|
+
# wrong constant name =~
|
1760
|
+
# wrong constant name cpu
|
1761
|
+
# wrong constant name cpu=
|
1762
|
+
# wrong constant name eql?
|
1763
|
+
# wrong constant name initialize
|
1764
|
+
# wrong constant name os
|
1765
|
+
# wrong constant name os=
|
1766
|
+
# wrong constant name to_a
|
1767
|
+
# wrong constant name version
|
1768
|
+
# wrong constant name version=
|
1769
|
+
# wrong constant name installable?
|
1770
|
+
# wrong constant name local
|
1771
|
+
# wrong constant name match
|
1772
|
+
# wrong constant name new
|
1773
|
+
# wrong constant name add_platform
|
1774
|
+
# wrong constant name initialize
|
1775
|
+
# wrong constant name name
|
1776
|
+
# wrong constant name platforms
|
1777
|
+
# wrong constant name version
|
1778
|
+
# wrong constant name wordy
|
1779
|
+
# wrong constant name cache_update_path
|
1780
|
+
# wrong constant name close_all
|
1781
|
+
# wrong constant name correct_for_windows_path
|
1782
|
+
# wrong constant name download
|
1783
|
+
# wrong constant name download_to_cache
|
1784
|
+
# wrong constant name fetch_file
|
1785
|
+
# wrong constant name fetch_http
|
1786
|
+
# wrong constant name fetch_https
|
1787
|
+
# wrong constant name fetch_path
|
1788
|
+
# wrong constant name fetch_s3
|
1789
|
+
# wrong constant name fetch_size
|
1790
|
+
# wrong constant name headers
|
1791
|
+
# wrong constant name headers=
|
1792
|
+
# wrong constant name https?
|
1793
|
+
# wrong constant name initialize
|
1794
|
+
# wrong constant name request
|
1795
|
+
# wrong constant name s3_expiration
|
1796
|
+
# wrong constant name sign_s3_url
|
1797
|
+
# wrong constant name <static-init>
|
1798
|
+
# wrong constant name fetcher
|
1799
|
+
# wrong constant name <Class:ConnectionPools>
|
1800
|
+
# wrong constant name <Class:HTTPPool>
|
1801
|
+
# wrong constant name <Class:HTTPSPool>
|
1802
|
+
# wrong constant name cert_files
|
1803
|
+
# wrong constant name connection_for
|
1804
|
+
# wrong constant name fetch
|
1805
|
+
# wrong constant name initialize
|
1806
|
+
# wrong constant name perform_request
|
1807
|
+
# wrong constant name proxy_uri
|
1808
|
+
# wrong constant name reset
|
1809
|
+
# wrong constant name user_agent
|
1810
|
+
# wrong constant name close_all
|
1811
|
+
# wrong constant name initialize
|
1812
|
+
# wrong constant name pool_for
|
1813
|
+
# wrong constant name <static-init>
|
1814
|
+
# wrong constant name client
|
1815
|
+
# wrong constant name client=
|
1816
|
+
# wrong constant name cert_files
|
1817
|
+
# wrong constant name checkin
|
1818
|
+
# wrong constant name checkout
|
1819
|
+
# wrong constant name close_all
|
1820
|
+
# wrong constant name initialize
|
1821
|
+
# wrong constant name proxy_uri
|
1822
|
+
# wrong constant name <static-init>
|
1823
|
+
# wrong constant name <static-init>
|
1824
|
+
# wrong constant name <static-init>
|
1825
|
+
# wrong constant name configure_connection_for_https
|
1826
|
+
# wrong constant name create_with_proxy
|
1827
|
+
# wrong constant name get_cert_files
|
1828
|
+
# wrong constant name get_proxy_from_env
|
1829
|
+
# wrong constant name proxy_uri
|
1830
|
+
# wrong constant name verify_certificate
|
1831
|
+
# wrong constant name verify_certificate_message
|
1832
|
+
# wrong constant name <Class:GemDependencyAPI>
|
1833
|
+
# wrong constant name <Class:Lockfile>
|
1834
|
+
# wrong constant name always_install
|
1835
|
+
# wrong constant name always_install=
|
1836
|
+
# wrong constant name dependencies
|
1837
|
+
# wrong constant name development
|
1838
|
+
# wrong constant name development=
|
1839
|
+
# wrong constant name development_shallow
|
1840
|
+
# wrong constant name development_shallow=
|
1841
|
+
# wrong constant name errors
|
1842
|
+
# wrong constant name gem
|
1843
|
+
# wrong constant name git_set
|
1844
|
+
# wrong constant name ignore_dependencies
|
1845
|
+
# wrong constant name ignore_dependencies=
|
1846
|
+
# wrong constant name import
|
1847
|
+
# wrong constant name initialize
|
1848
|
+
# wrong constant name install
|
1849
|
+
# wrong constant name install_dir
|
1850
|
+
# wrong constant name install_from_gemdeps
|
1851
|
+
# wrong constant name install_hooks
|
1852
|
+
# wrong constant name install_into
|
1853
|
+
# wrong constant name load_gemdeps
|
1854
|
+
# wrong constant name prerelease
|
1855
|
+
# wrong constant name prerelease=
|
1856
|
+
# wrong constant name remote
|
1857
|
+
# wrong constant name remote=
|
1858
|
+
# wrong constant name resolve
|
1859
|
+
# wrong constant name resolve_current
|
1860
|
+
# wrong constant name resolver
|
1861
|
+
# wrong constant name sets
|
1862
|
+
# wrong constant name soft_missing
|
1863
|
+
# wrong constant name soft_missing=
|
1864
|
+
# wrong constant name sorted_requests
|
1865
|
+
# wrong constant name source_set
|
1866
|
+
# wrong constant name specs
|
1867
|
+
# wrong constant name specs_in
|
1868
|
+
# wrong constant name tsort_each_node
|
1869
|
+
# wrong constant name vendor_set
|
1870
|
+
# wrong constant name dependencies
|
1871
|
+
# wrong constant name find_gemspec
|
1872
|
+
# wrong constant name gem
|
1873
|
+
# wrong constant name gem_deps_file
|
1874
|
+
# wrong constant name gem_git_reference
|
1875
|
+
# wrong constant name gemspec
|
1876
|
+
# wrong constant name git
|
1877
|
+
# wrong constant name git_set
|
1878
|
+
# wrong constant name git_source
|
1879
|
+
# wrong constant name group
|
1880
|
+
# wrong constant name initialize
|
1881
|
+
# wrong constant name installing=
|
1882
|
+
# wrong constant name load
|
1883
|
+
# wrong constant name platform
|
1884
|
+
# wrong constant name platforms
|
1885
|
+
# wrong constant name requires
|
1886
|
+
# wrong constant name ruby
|
1887
|
+
# wrong constant name source
|
1888
|
+
# wrong constant name vendor_set
|
1889
|
+
# wrong constant name without_groups
|
1890
|
+
# wrong constant name without_groups=
|
1891
|
+
# wrong constant name <static-init>
|
1892
|
+
# wrong constant name <Class:ParseError>
|
1893
|
+
# wrong constant name <Class:Parser>
|
1894
|
+
# wrong constant name <Class:Tokenizer>
|
1895
|
+
# wrong constant name add_DEPENDENCIES
|
1896
|
+
# wrong constant name add_GEM
|
1897
|
+
# wrong constant name add_GIT
|
1898
|
+
# wrong constant name add_PATH
|
1899
|
+
# wrong constant name add_PLATFORMS
|
1900
|
+
# wrong constant name initialize
|
1901
|
+
# wrong constant name platforms
|
1902
|
+
# wrong constant name relative_path_from
|
1903
|
+
# wrong constant name spec_groups
|
1904
|
+
# wrong constant name write
|
1905
|
+
# wrong constant name column
|
1906
|
+
# wrong constant name initialize
|
1907
|
+
# wrong constant name line
|
1908
|
+
# wrong constant name path
|
1909
|
+
# wrong constant name <static-init>
|
1910
|
+
# wrong constant name get
|
1911
|
+
# wrong constant name initialize
|
1912
|
+
# wrong constant name parse
|
1913
|
+
# wrong constant name parse_DEPENDENCIES
|
1914
|
+
# wrong constant name parse_GEM
|
1915
|
+
# wrong constant name parse_GIT
|
1916
|
+
# wrong constant name parse_PATH
|
1917
|
+
# wrong constant name parse_PLATFORMS
|
1918
|
+
# wrong constant name parse_dependency
|
1919
|
+
# wrong constant name <static-init>
|
1920
|
+
# wrong constant name <Class:Token>
|
1921
|
+
# wrong constant name empty?
|
1922
|
+
# wrong constant name initialize
|
1923
|
+
# wrong constant name make_parser
|
1924
|
+
# wrong constant name next_token
|
1925
|
+
# wrong constant name peek
|
1926
|
+
# wrong constant name shift
|
1927
|
+
# wrong constant name skip
|
1928
|
+
# wrong constant name to_a
|
1929
|
+
# wrong constant name token_pos
|
1930
|
+
# wrong constant name unshift
|
1931
|
+
# uninitialized constant Gem::RequestSet::Lockfile::Tokenizer::Token::Elem
|
1932
|
+
# wrong constant name column
|
1933
|
+
# wrong constant name column=
|
1934
|
+
# wrong constant name line
|
1935
|
+
# wrong constant name line=
|
1936
|
+
# wrong constant name type
|
1937
|
+
# wrong constant name type=
|
1938
|
+
# wrong constant name value
|
1939
|
+
# wrong constant name value=
|
1940
|
+
# wrong constant name <static-init>
|
1941
|
+
# wrong constant name []
|
1942
|
+
# wrong constant name members
|
1943
|
+
# wrong constant name <static-init>
|
1944
|
+
# wrong constant name from_file
|
1945
|
+
# wrong constant name <static-init>
|
1946
|
+
# wrong constant name build
|
1947
|
+
# wrong constant name requests_to_deps
|
1948
|
+
# wrong constant name <static-init>
|
1949
|
+
# wrong constant name ==
|
1950
|
+
# wrong constant name ===
|
1951
|
+
# wrong constant name =~
|
1952
|
+
# wrong constant name _tilde_requirements
|
1953
|
+
# wrong constant name as_list
|
1954
|
+
# wrong constant name concat
|
1955
|
+
# wrong constant name encode_with
|
1956
|
+
# wrong constant name exact?
|
1957
|
+
# wrong constant name for_lockfile
|
1958
|
+
# wrong constant name init_with
|
1959
|
+
# wrong constant name initialize
|
1960
|
+
# wrong constant name marshal_dump
|
1961
|
+
# wrong constant name marshal_load
|
1962
|
+
# wrong constant name none?
|
1963
|
+
# wrong constant name prerelease?
|
1964
|
+
# wrong constant name requirements
|
1965
|
+
# wrong constant name satisfied_by?
|
1966
|
+
# wrong constant name specific?
|
1967
|
+
# wrong constant name to_yaml_properties
|
1968
|
+
# wrong constant name yaml_initialize
|
1969
|
+
# wrong constant name create
|
1970
|
+
# wrong constant name default
|
1971
|
+
# wrong constant name parse
|
1972
|
+
# wrong constant name source_set
|
1973
|
+
# wrong constant name <Class:APISet>
|
1974
|
+
# wrong constant name <Class:APISpecification>
|
1975
|
+
# wrong constant name <Class:ActivationRequest>
|
1976
|
+
# wrong constant name <Class:BestSet>
|
1977
|
+
# wrong constant name <Class:ComposedSet>
|
1978
|
+
# wrong constant name <Class:Conflict>
|
1979
|
+
# wrong constant name <Class:CurrentSet>
|
1980
|
+
# wrong constant name <Class:DependencyRequest>
|
1981
|
+
# wrong constant name <Class:GitSet>
|
1982
|
+
# wrong constant name <Class:GitSpecification>
|
1983
|
+
# wrong constant name <Class:IndexSet>
|
1984
|
+
# wrong constant name <Class:IndexSpecification>
|
1985
|
+
# wrong constant name <Class:InstalledSpecification>
|
1986
|
+
# wrong constant name <Class:InstallerSet>
|
1987
|
+
# wrong constant name <Class:LocalSpecification>
|
1988
|
+
# wrong constant name <Class:LockSet>
|
1989
|
+
# wrong constant name <Class:LockSpecification>
|
1990
|
+
# wrong constant name <Class:Molinillo>
|
1991
|
+
# wrong constant name <Class:RequirementList>
|
1992
|
+
# wrong constant name <Class:Set>
|
1993
|
+
# wrong constant name <Class:SourceSet>
|
1994
|
+
# wrong constant name <Class:SpecSpecification>
|
1995
|
+
# wrong constant name <Class:Specification>
|
1996
|
+
# wrong constant name <Class:Stats>
|
1997
|
+
# wrong constant name <Class:VendorSet>
|
1998
|
+
# wrong constant name <Class:VendorSpecification>
|
1999
|
+
# wrong constant name activation_request
|
2000
|
+
# wrong constant name development
|
2001
|
+
# wrong constant name development=
|
2002
|
+
# wrong constant name development_shallow
|
2003
|
+
# wrong constant name development_shallow=
|
2004
|
+
# wrong constant name explain
|
2005
|
+
# wrong constant name explain_list
|
2006
|
+
# wrong constant name find_possible
|
2007
|
+
# wrong constant name ignore_dependencies
|
2008
|
+
# wrong constant name ignore_dependencies=
|
2009
|
+
# wrong constant name initialize
|
2010
|
+
# wrong constant name missing
|
2011
|
+
# wrong constant name requests
|
2012
|
+
# wrong constant name resolve
|
2013
|
+
# wrong constant name select_local_platforms
|
2014
|
+
# wrong constant name skip_gems
|
2015
|
+
# wrong constant name skip_gems=
|
2016
|
+
# wrong constant name soft_missing
|
2017
|
+
# wrong constant name soft_missing=
|
2018
|
+
# wrong constant name stats
|
2019
|
+
# wrong constant name dep_uri
|
2020
|
+
# wrong constant name initialize
|
2021
|
+
# wrong constant name prefetch_now
|
2022
|
+
# wrong constant name source
|
2023
|
+
# wrong constant name uri
|
2024
|
+
# wrong constant name versions
|
2025
|
+
# wrong constant name <static-init>
|
2026
|
+
# wrong constant name ==
|
2027
|
+
# wrong constant name initialize
|
2028
|
+
# wrong constant name <static-init>
|
2029
|
+
# wrong constant name ==
|
2030
|
+
# wrong constant name development?
|
2031
|
+
# wrong constant name download
|
2032
|
+
# wrong constant name full_name
|
2033
|
+
# wrong constant name full_spec
|
2034
|
+
# wrong constant name initialize
|
2035
|
+
# wrong constant name installed?
|
2036
|
+
# wrong constant name name
|
2037
|
+
# wrong constant name others_possible?
|
2038
|
+
# wrong constant name parent
|
2039
|
+
# wrong constant name request
|
2040
|
+
# wrong constant name spec
|
2041
|
+
# wrong constant name version
|
2042
|
+
# wrong constant name <static-init>
|
2043
|
+
# wrong constant name initialize
|
2044
|
+
# wrong constant name pick_sets
|
2045
|
+
# wrong constant name replace_failed_api_set
|
2046
|
+
# wrong constant name <static-init>
|
2047
|
+
# wrong constant name initialize
|
2048
|
+
# wrong constant name prerelease=
|
2049
|
+
# wrong constant name remote=
|
2050
|
+
# wrong constant name sets
|
2051
|
+
# wrong constant name <static-init>
|
2052
|
+
# wrong constant name ==
|
2053
|
+
# wrong constant name activated
|
2054
|
+
# wrong constant name conflicting_dependencies
|
2055
|
+
# wrong constant name dependency
|
2056
|
+
# wrong constant name explain
|
2057
|
+
# wrong constant name explanation
|
2058
|
+
# wrong constant name failed_dep
|
2059
|
+
# wrong constant name for_spec?
|
2060
|
+
# wrong constant name initialize
|
2061
|
+
# wrong constant name request_path
|
2062
|
+
# wrong constant name requester
|
2063
|
+
# wrong constant name <static-init>
|
2064
|
+
# wrong constant name <static-init>
|
2065
|
+
# wrong constant name ==
|
2066
|
+
# wrong constant name dependency
|
2067
|
+
# wrong constant name development?
|
2068
|
+
# wrong constant name explicit?
|
2069
|
+
# wrong constant name implicit?
|
2070
|
+
# wrong constant name initialize
|
2071
|
+
# wrong constant name match?
|
2072
|
+
# wrong constant name matches_spec?
|
2073
|
+
# wrong constant name name
|
2074
|
+
# wrong constant name request_context
|
2075
|
+
# wrong constant name requester
|
2076
|
+
# wrong constant name requirement
|
2077
|
+
# wrong constant name type
|
2078
|
+
# wrong constant name <static-init>
|
2079
|
+
# wrong constant name add_git_gem
|
2080
|
+
# wrong constant name add_git_spec
|
2081
|
+
# wrong constant name need_submodules
|
2082
|
+
# wrong constant name repositories
|
2083
|
+
# wrong constant name root_dir
|
2084
|
+
# wrong constant name root_dir=
|
2085
|
+
# wrong constant name specs
|
2086
|
+
# wrong constant name <static-init>
|
2087
|
+
# wrong constant name ==
|
2088
|
+
# wrong constant name add_dependency
|
2089
|
+
# wrong constant name <static-init>
|
2090
|
+
# wrong constant name initialize
|
2091
|
+
# wrong constant name <static-init>
|
2092
|
+
# wrong constant name initialize
|
2093
|
+
# wrong constant name <static-init>
|
2094
|
+
# wrong constant name ==
|
2095
|
+
# wrong constant name <static-init>
|
2096
|
+
# wrong constant name add_always_install
|
2097
|
+
# wrong constant name add_local
|
2098
|
+
# wrong constant name always_install
|
2099
|
+
# wrong constant name consider_local?
|
2100
|
+
# wrong constant name consider_remote?
|
2101
|
+
# wrong constant name ignore_dependencies
|
2102
|
+
# wrong constant name ignore_dependencies=
|
2103
|
+
# wrong constant name ignore_installed
|
2104
|
+
# wrong constant name ignore_installed=
|
2105
|
+
# wrong constant name initialize
|
2106
|
+
# wrong constant name load_spec
|
2107
|
+
# wrong constant name local?
|
2108
|
+
# wrong constant name prerelease=
|
2109
|
+
# wrong constant name remote=
|
2110
|
+
# wrong constant name remote_set
|
2111
|
+
# wrong constant name <static-init>
|
2112
|
+
# wrong constant name <static-init>
|
2113
|
+
# wrong constant name add
|
2114
|
+
# wrong constant name initialize
|
2115
|
+
# wrong constant name load_spec
|
2116
|
+
# wrong constant name specs
|
2117
|
+
# wrong constant name <static-init>
|
2118
|
+
# wrong constant name add_dependency
|
2119
|
+
# wrong constant name initialize
|
2120
|
+
# wrong constant name sources
|
2121
|
+
# wrong constant name <static-init>
|
2122
|
+
# wrong constant name <Class:CircularDependencyError>
|
2123
|
+
# wrong constant name <Class:Delegates>
|
2124
|
+
# wrong constant name <Class:DependencyGraph>
|
2125
|
+
# wrong constant name <Class:DependencyState>
|
2126
|
+
# wrong constant name <Class:NoSuchDependencyError>
|
2127
|
+
# wrong constant name <Class:PossibilityState>
|
2128
|
+
# wrong constant name <Class:ResolutionState>
|
2129
|
+
# wrong constant name <Class:Resolver>
|
2130
|
+
# wrong constant name <Class:ResolverError>
|
2131
|
+
# wrong constant name <Class:SpecificationProvider>
|
2132
|
+
# wrong constant name <Class:UI>
|
2133
|
+
# wrong constant name <Class:VersionConflict>
|
2134
|
+
# wrong constant name dependencies
|
2135
|
+
# wrong constant name initialize
|
2136
|
+
# wrong constant name <static-init>
|
2137
|
+
# wrong constant name <Class:ResolutionState>
|
2138
|
+
# wrong constant name <Class:SpecificationProvider>
|
2139
|
+
# wrong constant name activated
|
2140
|
+
# wrong constant name conflicts
|
2141
|
+
# wrong constant name depth
|
2142
|
+
# wrong constant name name
|
2143
|
+
# wrong constant name possibilities
|
2144
|
+
# wrong constant name requirement
|
2145
|
+
# wrong constant name requirements
|
2146
|
+
# wrong constant name <static-init>
|
2147
|
+
# wrong constant name allow_missing?
|
2148
|
+
# wrong constant name dependencies_for
|
2149
|
+
# wrong constant name name_for
|
2150
|
+
# wrong constant name name_for_explicit_dependency_source
|
2151
|
+
# wrong constant name name_for_locking_dependency_source
|
2152
|
+
# wrong constant name requirement_satisfied_by?
|
2153
|
+
# wrong constant name search_for
|
2154
|
+
# wrong constant name sort_dependencies
|
2155
|
+
# wrong constant name <static-init>
|
2156
|
+
# wrong constant name <static-init>
|
2157
|
+
# wrong constant name ==
|
2158
|
+
# wrong constant name <Class:Action>
|
2159
|
+
# wrong constant name <Class:AddEdgeNoCircular>
|
2160
|
+
# wrong constant name <Class:AddVertex>
|
2161
|
+
# wrong constant name <Class:DeleteEdge>
|
2162
|
+
# wrong constant name <Class:DetachVertexNamed>
|
2163
|
+
# wrong constant name <Class:Edge>
|
2164
|
+
# uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Elem
|
2165
|
+
# wrong constant name <Class:Log>
|
2166
|
+
# wrong constant name <Class:SetPayload>
|
2167
|
+
# wrong constant name <Class:Tag>
|
2168
|
+
# wrong constant name <Class:Vertex>
|
2169
|
+
# wrong constant name add_child_vertex
|
2170
|
+
# wrong constant name add_edge
|
2171
|
+
# wrong constant name add_vertex
|
2172
|
+
# wrong constant name delete_edge
|
2173
|
+
# wrong constant name detach_vertex_named
|
2174
|
+
# wrong constant name each
|
2175
|
+
# wrong constant name log
|
2176
|
+
# wrong constant name rewind_to
|
2177
|
+
# wrong constant name root_vertex_named
|
2178
|
+
# wrong constant name set_payload
|
2179
|
+
# wrong constant name tag
|
2180
|
+
# wrong constant name to_dot
|
2181
|
+
# wrong constant name tsort_each_child
|
2182
|
+
# wrong constant name vertex_named
|
2183
|
+
# wrong constant name vertices
|
2184
|
+
# wrong constant name down
|
2185
|
+
# wrong constant name next
|
2186
|
+
# wrong constant name next=
|
2187
|
+
# wrong constant name previous
|
2188
|
+
# wrong constant name previous=
|
2189
|
+
# wrong constant name up
|
2190
|
+
# wrong constant name <static-init>
|
2191
|
+
# wrong constant name action_name
|
2192
|
+
# wrong constant name destination
|
2193
|
+
# wrong constant name initialize
|
2194
|
+
# wrong constant name make_edge
|
2195
|
+
# wrong constant name origin
|
2196
|
+
# wrong constant name requirement
|
2197
|
+
# wrong constant name <static-init>
|
2198
|
+
# wrong constant name initialize
|
2199
|
+
# wrong constant name name
|
2200
|
+
# wrong constant name payload
|
2201
|
+
# wrong constant name root
|
2202
|
+
# wrong constant name <static-init>
|
2203
|
+
# wrong constant name destination_name
|
2204
|
+
# wrong constant name initialize
|
2205
|
+
# wrong constant name make_edge
|
2206
|
+
# wrong constant name origin_name
|
2207
|
+
# wrong constant name requirement
|
2208
|
+
# wrong constant name <static-init>
|
2209
|
+
# wrong constant name initialize
|
2210
|
+
# wrong constant name name
|
2211
|
+
# wrong constant name <static-init>
|
2212
|
+
# uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Edge::Elem
|
2213
|
+
# wrong constant name destination
|
2214
|
+
# wrong constant name destination=
|
2215
|
+
# wrong constant name origin
|
2216
|
+
# wrong constant name origin=
|
2217
|
+
# wrong constant name requirement
|
2218
|
+
# wrong constant name requirement=
|
2219
|
+
# wrong constant name <static-init>
|
2220
|
+
# wrong constant name []
|
2221
|
+
# wrong constant name members
|
2222
|
+
# wrong constant name add_edge_no_circular
|
2223
|
+
# wrong constant name add_vertex
|
2224
|
+
# wrong constant name delete_edge
|
2225
|
+
# wrong constant name detach_vertex_named
|
2226
|
+
# wrong constant name each
|
2227
|
+
# wrong constant name pop!
|
2228
|
+
# wrong constant name reverse_each
|
2229
|
+
# wrong constant name rewind_to
|
2230
|
+
# wrong constant name set_payload
|
2231
|
+
# wrong constant name tag
|
2232
|
+
# wrong constant name <static-init>
|
2233
|
+
# uninitialized constant Gem::Resolver::Molinillo::DependencyGraph::Log::Elem
|
2234
|
+
# wrong constant name initialize
|
2235
|
+
# wrong constant name name
|
2236
|
+
# wrong constant name payload
|
2237
|
+
# wrong constant name <static-init>
|
2238
|
+
# wrong constant name down
|
2239
|
+
# wrong constant name initialize
|
2240
|
+
# wrong constant name tag
|
2241
|
+
# wrong constant name up
|
2242
|
+
# wrong constant name <static-init>
|
2243
|
+
# wrong constant name ==
|
2244
|
+
# wrong constant name ancestor?
|
2245
|
+
# wrong constant name descendent?
|
2246
|
+
# wrong constant name eql?
|
2247
|
+
# wrong constant name explicit_requirements
|
2248
|
+
# wrong constant name incoming_edges
|
2249
|
+
# wrong constant name incoming_edges=
|
2250
|
+
# wrong constant name initialize
|
2251
|
+
# wrong constant name is_reachable_from?
|
2252
|
+
# wrong constant name name
|
2253
|
+
# wrong constant name name=
|
2254
|
+
# wrong constant name outgoing_edges
|
2255
|
+
# wrong constant name outgoing_edges=
|
2256
|
+
# wrong constant name path_to?
|
2257
|
+
# wrong constant name payload
|
2258
|
+
# wrong constant name payload=
|
2259
|
+
# wrong constant name predecessors
|
2260
|
+
# wrong constant name recursive_predecessors
|
2261
|
+
# wrong constant name recursive_successors
|
2262
|
+
# wrong constant name requirements
|
2263
|
+
# wrong constant name root
|
2264
|
+
# wrong constant name root=
|
2265
|
+
# wrong constant name root?
|
2266
|
+
# wrong constant name shallow_eql?
|
2267
|
+
# wrong constant name successors
|
2268
|
+
# wrong constant name <static-init>
|
2269
|
+
# wrong constant name <static-init>
|
2270
|
+
# wrong constant name tsort
|
2271
|
+
# uninitialized constant Gem::Resolver::Molinillo::DependencyState::Elem
|
2272
|
+
# wrong constant name pop_possibility_state
|
2273
|
+
# wrong constant name <static-init>
|
2274
|
+
# wrong constant name dependency
|
2275
|
+
# wrong constant name dependency=
|
2276
|
+
# wrong constant name initialize
|
2277
|
+
# wrong constant name required_by
|
2278
|
+
# wrong constant name required_by=
|
2279
|
+
# wrong constant name <static-init>
|
2280
|
+
# uninitialized constant Gem::Resolver::Molinillo::PossibilityState::Elem
|
2281
|
+
# wrong constant name <static-init>
|
2282
|
+
# uninitialized constant Gem::Resolver::Molinillo::ResolutionState::Elem
|
2283
|
+
# wrong constant name activated
|
2284
|
+
# wrong constant name activated=
|
2285
|
+
# wrong constant name conflicts
|
2286
|
+
# wrong constant name conflicts=
|
2287
|
+
# wrong constant name depth
|
2288
|
+
# wrong constant name depth=
|
2289
|
+
# wrong constant name name
|
2290
|
+
# wrong constant name name=
|
2291
|
+
# wrong constant name possibilities
|
2292
|
+
# wrong constant name possibilities=
|
2293
|
+
# wrong constant name requirement
|
2294
|
+
# wrong constant name requirement=
|
2295
|
+
# wrong constant name requirements
|
2296
|
+
# wrong constant name requirements=
|
2297
|
+
# wrong constant name <static-init>
|
2298
|
+
# wrong constant name []
|
2299
|
+
# wrong constant name empty
|
2300
|
+
# wrong constant name members
|
2301
|
+
# wrong constant name <Class:Resolution>
|
2302
|
+
# wrong constant name initialize
|
2303
|
+
# wrong constant name resolve
|
2304
|
+
# wrong constant name resolver_ui
|
2305
|
+
# wrong constant name specification_provider
|
2306
|
+
# wrong constant name <Class:Conflict>
|
2307
|
+
# wrong constant name base
|
2308
|
+
# wrong constant name initialize
|
2309
|
+
# wrong constant name iteration_rate=
|
2310
|
+
# wrong constant name original_requested
|
2311
|
+
# wrong constant name resolve
|
2312
|
+
# wrong constant name resolver_ui
|
2313
|
+
# wrong constant name specification_provider
|
2314
|
+
# wrong constant name started_at=
|
2315
|
+
# wrong constant name states=
|
2316
|
+
# uninitialized constant Gem::Resolver::Molinillo::Resolver::Resolution::Conflict::Elem
|
2317
|
+
# wrong constant name activated_by_name
|
2318
|
+
# wrong constant name activated_by_name=
|
2319
|
+
# wrong constant name existing
|
2320
|
+
# wrong constant name existing=
|
2321
|
+
# wrong constant name locked_requirement
|
2322
|
+
# wrong constant name locked_requirement=
|
2323
|
+
# wrong constant name possibility
|
2324
|
+
# wrong constant name possibility=
|
2325
|
+
# wrong constant name requirement
|
2326
|
+
# wrong constant name requirement=
|
2327
|
+
# wrong constant name requirement_trees
|
2328
|
+
# wrong constant name requirement_trees=
|
2329
|
+
# wrong constant name requirements
|
2330
|
+
# wrong constant name requirements=
|
2331
|
+
# wrong constant name <static-init>
|
2332
|
+
# wrong constant name []
|
2333
|
+
# wrong constant name members
|
2334
|
+
# wrong constant name <static-init>
|
2335
|
+
# wrong constant name <static-init>
|
2336
|
+
# wrong constant name <static-init>
|
2337
|
+
# wrong constant name allow_missing?
|
2338
|
+
# wrong constant name dependencies_for
|
2339
|
+
# wrong constant name name_for
|
2340
|
+
# wrong constant name name_for_explicit_dependency_source
|
2341
|
+
# wrong constant name name_for_locking_dependency_source
|
2342
|
+
# wrong constant name requirement_satisfied_by?
|
2343
|
+
# wrong constant name search_for
|
2344
|
+
# wrong constant name sort_dependencies
|
2345
|
+
# wrong constant name <static-init>
|
2346
|
+
# wrong constant name after_resolution
|
2347
|
+
# wrong constant name before_resolution
|
2348
|
+
# wrong constant name debug
|
2349
|
+
# wrong constant name debug?
|
2350
|
+
# wrong constant name indicate_progress
|
2351
|
+
# wrong constant name output
|
2352
|
+
# wrong constant name progress_rate
|
2353
|
+
# wrong constant name <static-init>
|
2354
|
+
# wrong constant name conflicts
|
2355
|
+
# wrong constant name initialize
|
2356
|
+
# wrong constant name <static-init>
|
2357
|
+
# wrong constant name <static-init>
|
2358
|
+
# uninitialized constant Gem::Resolver::RequirementList::Elem
|
2359
|
+
# wrong constant name add
|
2360
|
+
# wrong constant name each
|
2361
|
+
# wrong constant name empty?
|
2362
|
+
# wrong constant name next5
|
2363
|
+
# wrong constant name remove
|
2364
|
+
# wrong constant name size
|
2365
|
+
# wrong constant name <static-init>
|
2366
|
+
# wrong constant name errors
|
2367
|
+
# wrong constant name errors=
|
2368
|
+
# wrong constant name find_all
|
2369
|
+
# wrong constant name prefetch
|
2370
|
+
# wrong constant name prerelease
|
2371
|
+
# wrong constant name prerelease=
|
2372
|
+
# wrong constant name remote
|
2373
|
+
# wrong constant name remote=
|
2374
|
+
# wrong constant name remote?
|
2375
|
+
# wrong constant name <static-init>
|
2376
|
+
# wrong constant name add_source_gem
|
2377
|
+
# wrong constant name <static-init>
|
2378
|
+
# wrong constant name initialize
|
2379
|
+
# wrong constant name <static-init>
|
2380
|
+
# wrong constant name dependencies
|
2381
|
+
# wrong constant name download
|
2382
|
+
# wrong constant name fetch_development_dependencies
|
2383
|
+
# wrong constant name full_name
|
2384
|
+
# wrong constant name install
|
2385
|
+
# wrong constant name installable_platform?
|
2386
|
+
# wrong constant name local?
|
2387
|
+
# wrong constant name name
|
2388
|
+
# wrong constant name platform
|
2389
|
+
# wrong constant name set
|
2390
|
+
# wrong constant name source
|
2391
|
+
# wrong constant name spec
|
2392
|
+
# wrong constant name version
|
2393
|
+
# wrong constant name <static-init>
|
2394
|
+
# wrong constant name backtracking!
|
2395
|
+
# wrong constant name display
|
2396
|
+
# wrong constant name iteration!
|
2397
|
+
# wrong constant name record_depth
|
2398
|
+
# wrong constant name record_requirements
|
2399
|
+
# wrong constant name requirement!
|
2400
|
+
# wrong constant name <static-init>
|
2401
|
+
# wrong constant name add_vendor_gem
|
2402
|
+
# wrong constant name load_spec
|
2403
|
+
# wrong constant name specs
|
2404
|
+
# wrong constant name <static-init>
|
2405
|
+
# wrong constant name ==
|
2406
|
+
# wrong constant name <static-init>
|
2407
|
+
# wrong constant name <static-init>
|
2408
|
+
# wrong constant name compose_sets
|
2409
|
+
# wrong constant name for_current_gems
|
2410
|
+
# wrong constant name suggestion
|
2411
|
+
# wrong constant name suggestion=
|
2412
|
+
# wrong constant name <static-init>
|
2413
|
+
# wrong constant name <Class:DIGEST_ALGORITHM>
|
2414
|
+
# wrong constant name <Class:Exception>
|
2415
|
+
# wrong constant name <Class:KEY_ALGORITHM>
|
2416
|
+
# wrong constant name <Class:Policy>
|
2417
|
+
# wrong constant name <Class:Signer>
|
2418
|
+
# wrong constant name <Class:TrustDir>
|
2419
|
+
# wrong constant name initialize
|
2420
|
+
# wrong constant name <static-init>
|
2421
|
+
# wrong constant name digest
|
2422
|
+
# wrong constant name hexdigest
|
2423
|
+
# wrong constant name <static-init>
|
2424
|
+
# wrong constant name d
|
2425
|
+
# wrong constant name dmp1
|
2426
|
+
# wrong constant name dmq1
|
2427
|
+
# wrong constant name e
|
2428
|
+
# wrong constant name export
|
2429
|
+
# wrong constant name initialize
|
2430
|
+
# wrong constant name iqmp
|
2431
|
+
# wrong constant name n
|
2432
|
+
# wrong constant name p
|
2433
|
+
# wrong constant name params
|
2434
|
+
# wrong constant name private?
|
2435
|
+
# wrong constant name private_decrypt
|
2436
|
+
# wrong constant name private_encrypt
|
2437
|
+
# wrong constant name public?
|
2438
|
+
# wrong constant name public_decrypt
|
2439
|
+
# wrong constant name public_encrypt
|
2440
|
+
# wrong constant name public_key
|
2441
|
+
# wrong constant name q
|
2442
|
+
# wrong constant name set_crt_params
|
2443
|
+
# wrong constant name set_factors
|
2444
|
+
# wrong constant name set_key
|
2445
|
+
# wrong constant name sign_pss
|
2446
|
+
# wrong constant name to_der
|
2447
|
+
# wrong constant name to_pem
|
2448
|
+
# wrong constant name to_s
|
2449
|
+
# wrong constant name to_text
|
2450
|
+
# wrong constant name verify_pss
|
2451
|
+
# wrong constant name <static-init>
|
2452
|
+
# wrong constant name generate
|
2453
|
+
# wrong constant name check_cert
|
2454
|
+
# wrong constant name check_chain
|
2455
|
+
# wrong constant name check_data
|
2456
|
+
# wrong constant name check_key
|
2457
|
+
# wrong constant name check_root
|
2458
|
+
# wrong constant name check_trust
|
2459
|
+
# wrong constant name initialize
|
2460
|
+
# wrong constant name name
|
2461
|
+
# wrong constant name only_signed
|
2462
|
+
# wrong constant name only_signed=
|
2463
|
+
# wrong constant name only_trusted
|
2464
|
+
# wrong constant name only_trusted=
|
2465
|
+
# wrong constant name subject
|
2466
|
+
# wrong constant name verify
|
2467
|
+
# wrong constant name verify_chain
|
2468
|
+
# wrong constant name verify_chain=
|
2469
|
+
# wrong constant name verify_data
|
2470
|
+
# wrong constant name verify_data=
|
2471
|
+
# wrong constant name verify_root
|
2472
|
+
# wrong constant name verify_root=
|
2473
|
+
# wrong constant name verify_signatures
|
2474
|
+
# wrong constant name verify_signer
|
2475
|
+
# wrong constant name verify_signer=
|
2476
|
+
# wrong constant name <static-init>
|
2477
|
+
# wrong constant name cert_chain
|
2478
|
+
# wrong constant name cert_chain=
|
2479
|
+
# wrong constant name digest_algorithm
|
2480
|
+
# wrong constant name digest_name
|
2481
|
+
# wrong constant name extract_name
|
2482
|
+
# wrong constant name initialize
|
2483
|
+
# wrong constant name key
|
2484
|
+
# wrong constant name key=
|
2485
|
+
# wrong constant name load_cert_chain
|
2486
|
+
# wrong constant name options
|
2487
|
+
# wrong constant name re_sign_key
|
2488
|
+
# wrong constant name sign
|
2489
|
+
# wrong constant name <static-init>
|
2490
|
+
# wrong constant name re_sign_cert
|
2491
|
+
# wrong constant name cert_path
|
2492
|
+
# wrong constant name dir
|
2493
|
+
# wrong constant name each_certificate
|
2494
|
+
# wrong constant name initialize
|
2495
|
+
# wrong constant name issuer_of
|
2496
|
+
# wrong constant name load_certificate
|
2497
|
+
# wrong constant name name_path
|
2498
|
+
# wrong constant name trust_cert
|
2499
|
+
# wrong constant name verify
|
2500
|
+
# wrong constant name <static-init>
|
2501
|
+
# wrong constant name <static-init>
|
2502
|
+
# wrong constant name alt_name_or_x509_entry
|
2503
|
+
# wrong constant name create_cert
|
2504
|
+
# wrong constant name create_cert_email
|
2505
|
+
# wrong constant name create_cert_self_signed
|
2506
|
+
# wrong constant name create_key
|
2507
|
+
# wrong constant name email_to_name
|
2508
|
+
# wrong constant name re_sign
|
2509
|
+
# wrong constant name reset
|
2510
|
+
# wrong constant name sign
|
2511
|
+
# wrong constant name trust_dir
|
2512
|
+
# wrong constant name trusted_certificates
|
2513
|
+
# wrong constant name write
|
2514
|
+
# wrong constant name initialize
|
2515
|
+
# wrong constant name <static-init>
|
2516
|
+
# wrong constant name <=>
|
2517
|
+
# wrong constant name ==
|
2518
|
+
# wrong constant name <Class:Git>
|
2519
|
+
# wrong constant name <Class:Installed>
|
2520
|
+
# wrong constant name <Class:Local>
|
2521
|
+
# wrong constant name <Class:Lock>
|
2522
|
+
# wrong constant name <Class:SpecificFile>
|
2523
|
+
# wrong constant name <Class:Vendor>
|
2524
|
+
# wrong constant name cache_dir
|
2525
|
+
# wrong constant name dependency_resolver_set
|
2526
|
+
# wrong constant name download
|
2527
|
+
# wrong constant name eql?
|
2528
|
+
# wrong constant name fetch_spec
|
2529
|
+
# wrong constant name initialize
|
2530
|
+
# wrong constant name load_specs
|
2531
|
+
# wrong constant name update_cache?
|
2532
|
+
# wrong constant name uri
|
2533
|
+
# uninitialized constant Gem::Source::Git::FILES
|
2534
|
+
# Did you mean? File
|
2535
|
+
# Gem::Source::Git::FILES
|
2536
|
+
# Gem::Source::FILES
|
2537
|
+
# wrong constant name base_dir
|
2538
|
+
# wrong constant name cache
|
2539
|
+
# wrong constant name checkout
|
2540
|
+
# wrong constant name dir_shortref
|
2541
|
+
# wrong constant name download
|
2542
|
+
# wrong constant name initialize
|
2543
|
+
# wrong constant name install_dir
|
2544
|
+
# wrong constant name name
|
2545
|
+
# wrong constant name need_submodules
|
2546
|
+
# wrong constant name reference
|
2547
|
+
# wrong constant name remote
|
2548
|
+
# wrong constant name remote=
|
2549
|
+
# wrong constant name repo_cache_dir
|
2550
|
+
# wrong constant name repository
|
2551
|
+
# wrong constant name rev_parse
|
2552
|
+
# wrong constant name root_dir
|
2553
|
+
# wrong constant name root_dir=
|
2554
|
+
# wrong constant name specs
|
2555
|
+
# wrong constant name uri_hash
|
2556
|
+
# wrong constant name <static-init>
|
2557
|
+
# uninitialized constant Gem::Source::Installed::FILES
|
2558
|
+
# Did you mean? File
|
2559
|
+
# Gem::Source::Installed::FILES
|
2560
|
+
# Gem::Source::FILES
|
2561
|
+
# wrong constant name download
|
2562
|
+
# wrong constant name initialize
|
2563
|
+
# wrong constant name <static-init>
|
2564
|
+
# uninitialized constant Gem::Source::Local::FILES
|
2565
|
+
# Did you mean? File
|
2566
|
+
# Gem::Source::Local::FILES
|
2567
|
+
# Gem::Source::FILES
|
2568
|
+
# wrong constant name download
|
2569
|
+
# wrong constant name fetch_spec
|
2570
|
+
# wrong constant name find_gem
|
2571
|
+
# wrong constant name initialize
|
2572
|
+
# wrong constant name <static-init>
|
2573
|
+
# uninitialized constant Gem::Source::Lock::FILES
|
2574
|
+
# Did you mean? File
|
2575
|
+
# Gem::Source::Lock::FILES
|
2576
|
+
# Gem::Source::FILES
|
2577
|
+
# wrong constant name initialize
|
2578
|
+
# wrong constant name wrapped
|
2579
|
+
# wrong constant name <static-init>
|
2580
|
+
# uninitialized constant Gem::Source::SpecificFile::FILES
|
2581
|
+
# Did you mean? File
|
2582
|
+
# Gem::Source::SpecificFile::FILES
|
2583
|
+
# Gem::Source::FILES
|
2584
|
+
# wrong constant name fetch_spec
|
2585
|
+
# wrong constant name initialize
|
2586
|
+
# wrong constant name load_specs
|
2587
|
+
# wrong constant name path
|
2588
|
+
# wrong constant name spec
|
2589
|
+
# wrong constant name <static-init>
|
2590
|
+
# uninitialized constant Gem::Source::Vendor::FILES
|
2591
|
+
# Did you mean? File
|
2592
|
+
# Gem::Source::Vendor::FILES
|
2593
|
+
# Gem::Source::FILES
|
2594
|
+
# wrong constant name initialize
|
2595
|
+
# wrong constant name <static-init>
|
2596
|
+
# wrong constant name <static-init>
|
2597
|
+
# wrong constant name error
|
2598
|
+
# wrong constant name exception
|
2599
|
+
# wrong constant name initialize
|
2600
|
+
# wrong constant name source
|
2601
|
+
# wrong constant name wordy
|
2602
|
+
# wrong constant name <<
|
2603
|
+
# wrong constant name ==
|
2604
|
+
# uninitialized constant Gem::SourceList::Elem
|
2605
|
+
# wrong constant name clear
|
2606
|
+
# wrong constant name delete
|
2607
|
+
# wrong constant name each
|
2608
|
+
# wrong constant name each_source
|
2609
|
+
# wrong constant name empty?
|
2610
|
+
# wrong constant name first
|
2611
|
+
# wrong constant name include?
|
2612
|
+
# wrong constant name replace
|
2613
|
+
# wrong constant name sources
|
2614
|
+
# wrong constant name to_a
|
2615
|
+
# wrong constant name to_ary
|
2616
|
+
# wrong constant name <static-init>
|
2617
|
+
# wrong constant name from
|
2618
|
+
# wrong constant name available_specs
|
2619
|
+
# wrong constant name detect
|
2620
|
+
# wrong constant name initialize
|
2621
|
+
# wrong constant name latest_specs
|
2622
|
+
# wrong constant name prerelease_specs
|
2623
|
+
# wrong constant name search_for_dependency
|
2624
|
+
# wrong constant name sources
|
2625
|
+
# wrong constant name spec_for_dependency
|
2626
|
+
# wrong constant name specs
|
2627
|
+
# wrong constant name suggest_gems_from_name
|
2628
|
+
# wrong constant name tuples_for
|
2629
|
+
# wrong constant name <static-init>
|
2630
|
+
# wrong constant name fetcher
|
2631
|
+
# wrong constant name fetcher=
|
2632
|
+
# wrong constant name errors
|
2633
|
+
# wrong constant name initialize
|
2634
|
+
# wrong constant name name
|
2635
|
+
# wrong constant name version
|
2636
|
+
# wrong constant name <=>
|
2637
|
+
# wrong constant name ==
|
2638
|
+
# uninitialized constant Gem::Specification::GENERICS
|
2639
|
+
# Did you mean? Gem::Specification::GENERICS
|
2640
|
+
# uninitialized constant Gem::Specification::GENERIC_CACHE
|
2641
|
+
# Did you mean? Gem::Specification::GENERIC_CACHE
|
2642
|
+
# wrong constant name _deprecated_default_executable
|
2643
|
+
# wrong constant name _deprecated_default_executable=
|
2644
|
+
# wrong constant name _deprecated_has_rdoc
|
2645
|
+
# wrong constant name _deprecated_has_rdoc=
|
2646
|
+
# wrong constant name _deprecated_has_rdoc?
|
2647
|
+
# wrong constant name _dump
|
2648
|
+
# wrong constant name abbreviate
|
2649
|
+
# wrong constant name activate
|
2650
|
+
# wrong constant name activate_dependencies
|
2651
|
+
# wrong constant name activated
|
2652
|
+
# wrong constant name activated=
|
2653
|
+
# wrong constant name add_bindir
|
2654
|
+
# wrong constant name add_dependency
|
2655
|
+
# wrong constant name add_development_dependency
|
2656
|
+
# wrong constant name add_runtime_dependency
|
2657
|
+
# wrong constant name add_self_to_load_path
|
2658
|
+
# wrong constant name author
|
2659
|
+
# wrong constant name author=
|
2660
|
+
# wrong constant name authors
|
2661
|
+
# wrong constant name authors=
|
2662
|
+
# wrong constant name autorequire
|
2663
|
+
# wrong constant name autorequire=
|
2664
|
+
# wrong constant name bin_dir
|
2665
|
+
# wrong constant name bin_file
|
2666
|
+
# wrong constant name bindir
|
2667
|
+
# wrong constant name bindir=
|
2668
|
+
# wrong constant name build_args
|
2669
|
+
# wrong constant name build_extensions
|
2670
|
+
# wrong constant name build_info_dir
|
2671
|
+
# wrong constant name build_info_file
|
2672
|
+
# wrong constant name cache_dir
|
2673
|
+
# wrong constant name cache_file
|
2674
|
+
# wrong constant name cert_chain
|
2675
|
+
# wrong constant name cert_chain=
|
2676
|
+
# wrong constant name conficts_when_loaded_with?
|
2677
|
+
# wrong constant name conflicts
|
2678
|
+
# wrong constant name date
|
2679
|
+
# wrong constant name date=
|
2680
|
+
# wrong constant name default_executable
|
2681
|
+
# wrong constant name default_executable=
|
2682
|
+
# wrong constant name default_value
|
2683
|
+
# wrong constant name dependencies
|
2684
|
+
# wrong constant name dependent_gems
|
2685
|
+
# wrong constant name dependent_specs
|
2686
|
+
# wrong constant name description
|
2687
|
+
# wrong constant name description=
|
2688
|
+
# wrong constant name development_dependencies
|
2689
|
+
# wrong constant name doc_dir
|
2690
|
+
# wrong constant name email
|
2691
|
+
# wrong constant name email=
|
2692
|
+
# wrong constant name encode_with
|
2693
|
+
# wrong constant name eql?
|
2694
|
+
# wrong constant name executable
|
2695
|
+
# wrong constant name executable=
|
2696
|
+
# wrong constant name executables
|
2697
|
+
# wrong constant name executables=
|
2698
|
+
# wrong constant name extensions
|
2699
|
+
# wrong constant name extensions=
|
2700
|
+
# wrong constant name extra_rdoc_files
|
2701
|
+
# wrong constant name extra_rdoc_files=
|
2702
|
+
# wrong constant name file_name
|
2703
|
+
# wrong constant name files
|
2704
|
+
# wrong constant name files=
|
2705
|
+
# wrong constant name for_cache
|
2706
|
+
# wrong constant name git_version
|
2707
|
+
# wrong constant name groups
|
2708
|
+
# wrong constant name has_conflicts?
|
2709
|
+
# wrong constant name has_rdoc
|
2710
|
+
# wrong constant name has_rdoc=
|
2711
|
+
# wrong constant name has_rdoc?
|
2712
|
+
# wrong constant name has_test_suite?
|
2713
|
+
# wrong constant name has_unit_tests?
|
2714
|
+
# wrong constant name homepage
|
2715
|
+
# wrong constant name homepage=
|
2716
|
+
# wrong constant name init_with
|
2717
|
+
# wrong constant name initialize
|
2718
|
+
# wrong constant name installed_by_version
|
2719
|
+
# wrong constant name installed_by_version=
|
2720
|
+
# wrong constant name keep_only_files_and_directories
|
2721
|
+
# wrong constant name lib_files
|
2722
|
+
# wrong constant name license
|
2723
|
+
# wrong constant name license=
|
2724
|
+
# wrong constant name licenses
|
2725
|
+
# wrong constant name licenses=
|
2726
|
+
# wrong constant name load_paths
|
2727
|
+
# wrong constant name location
|
2728
|
+
# wrong constant name location=
|
2729
|
+
# wrong constant name mark_version
|
2730
|
+
# wrong constant name metadata
|
2731
|
+
# wrong constant name metadata=
|
2732
|
+
# wrong constant name method_missing
|
2733
|
+
# wrong constant name missing_extensions?
|
2734
|
+
# wrong constant name name=
|
2735
|
+
# wrong constant name name_tuple
|
2736
|
+
# wrong constant name nondevelopment_dependencies
|
2737
|
+
# wrong constant name normalize
|
2738
|
+
# wrong constant name original_name
|
2739
|
+
# wrong constant name original_platform
|
2740
|
+
# wrong constant name original_platform=
|
2741
|
+
# wrong constant name platform=
|
2742
|
+
# wrong constant name post_install_message
|
2743
|
+
# wrong constant name post_install_message=
|
2744
|
+
# wrong constant name raise_if_conflicts
|
2745
|
+
# wrong constant name rdoc_options
|
2746
|
+
# wrong constant name rdoc_options=
|
2747
|
+
# wrong constant name relative_loaded_from
|
2748
|
+
# wrong constant name relative_loaded_from=
|
2749
|
+
# wrong constant name remote
|
2750
|
+
# wrong constant name remote=
|
2751
|
+
# wrong constant name require_path
|
2752
|
+
# wrong constant name require_path=
|
2753
|
+
# wrong constant name require_paths=
|
2754
|
+
# wrong constant name required_ruby_version
|
2755
|
+
# wrong constant name required_ruby_version=
|
2756
|
+
# wrong constant name required_rubygems_version
|
2757
|
+
# wrong constant name required_rubygems_version=
|
2758
|
+
# wrong constant name requirements
|
2759
|
+
# wrong constant name requirements=
|
2760
|
+
# wrong constant name reset_nil_attributes_to_default
|
2761
|
+
# wrong constant name rg_extension_dir
|
2762
|
+
# wrong constant name rg_full_gem_path
|
2763
|
+
# wrong constant name rg_loaded_from
|
2764
|
+
# wrong constant name ri_dir
|
2765
|
+
# wrong constant name rubyforge_project=
|
2766
|
+
# wrong constant name rubygems_version
|
2767
|
+
# wrong constant name rubygems_version=
|
2768
|
+
# wrong constant name runtime_dependencies
|
2769
|
+
# wrong constant name sanitize
|
2770
|
+
# wrong constant name sanitize_string
|
2771
|
+
# wrong constant name satisfies_requirement?
|
2772
|
+
# wrong constant name signing_key
|
2773
|
+
# wrong constant name signing_key=
|
2774
|
+
# wrong constant name sort_obj
|
2775
|
+
# wrong constant name source
|
2776
|
+
# wrong constant name source=
|
2777
|
+
# wrong constant name spec_dir
|
2778
|
+
# wrong constant name spec_file
|
2779
|
+
# wrong constant name spec_name
|
2780
|
+
# wrong constant name specification_version
|
2781
|
+
# wrong constant name specification_version=
|
2782
|
+
# wrong constant name summary
|
2783
|
+
# wrong constant name summary=
|
2784
|
+
# wrong constant name test_file
|
2785
|
+
# wrong constant name test_file=
|
2786
|
+
# wrong constant name test_files
|
2787
|
+
# wrong constant name test_files=
|
2788
|
+
# wrong constant name to_gemfile
|
2789
|
+
# wrong constant name to_ruby
|
2790
|
+
# wrong constant name to_ruby_for_cache
|
2791
|
+
# wrong constant name to_yaml
|
2792
|
+
# wrong constant name traverse
|
2793
|
+
# wrong constant name validate
|
2794
|
+
# wrong constant name validate_dependencies
|
2795
|
+
# wrong constant name validate_metadata
|
2796
|
+
# wrong constant name validate_permissions
|
2797
|
+
# wrong constant name version=
|
2798
|
+
# wrong constant name yaml_initialize
|
2799
|
+
# uninitialized constant Gem::Specification::Elem
|
2800
|
+
# wrong constant name _all
|
2801
|
+
# wrong constant name _clear_load_cache
|
2802
|
+
# wrong constant name _latest_specs
|
2803
|
+
# wrong constant name _load
|
2804
|
+
# wrong constant name _resort!
|
2805
|
+
# wrong constant name add_spec
|
2806
|
+
# wrong constant name add_specs
|
2807
|
+
# wrong constant name all
|
2808
|
+
# wrong constant name all=
|
2809
|
+
# wrong constant name all_names
|
2810
|
+
# wrong constant name array_attributes
|
2811
|
+
# wrong constant name attribute_names
|
2812
|
+
# wrong constant name dirs
|
2813
|
+
# wrong constant name dirs=
|
2814
|
+
# wrong constant name each
|
2815
|
+
# wrong constant name each_gemspec
|
2816
|
+
# wrong constant name each_spec
|
2817
|
+
# wrong constant name find_active_stub_by_path
|
2818
|
+
# wrong constant name find_all_by_full_name
|
2819
|
+
# wrong constant name find_all_by_name
|
2820
|
+
# wrong constant name find_by_name
|
2821
|
+
# wrong constant name find_by_path
|
2822
|
+
# wrong constant name find_in_unresolved
|
2823
|
+
# wrong constant name find_in_unresolved_tree
|
2824
|
+
# wrong constant name find_inactive_by_path
|
2825
|
+
# wrong constant name from_yaml
|
2826
|
+
# wrong constant name latest_specs
|
2827
|
+
# wrong constant name load
|
2828
|
+
# wrong constant name load_defaults
|
2829
|
+
# wrong constant name non_nil_attributes
|
2830
|
+
# wrong constant name normalize_yaml_input
|
2831
|
+
# wrong constant name outdated
|
2832
|
+
# wrong constant name outdated_and_latest_version
|
2833
|
+
# wrong constant name remove_spec
|
2834
|
+
# wrong constant name required_attribute?
|
2835
|
+
# wrong constant name required_attributes
|
2836
|
+
# wrong constant name reset
|
2837
|
+
# wrong constant name stubs
|
2838
|
+
# wrong constant name stubs_for
|
2839
|
+
# wrong constant name unresolved_deps
|
2840
|
+
# wrong constant name initialize
|
2841
|
+
# wrong constant name packaging
|
2842
|
+
# wrong constant name packaging=
|
2843
|
+
# wrong constant name validate
|
2844
|
+
# wrong constant name validate_dependencies
|
2845
|
+
# wrong constant name validate_metadata
|
2846
|
+
# wrong constant name validate_permissions
|
2847
|
+
# wrong constant name <static-init>
|
2848
|
+
# wrong constant name _deprecated_debug
|
2849
|
+
# wrong constant name _gets_noecho
|
2850
|
+
# wrong constant name alert
|
2851
|
+
# wrong constant name alert_error
|
2852
|
+
# wrong constant name alert_warning
|
2853
|
+
# wrong constant name ask
|
2854
|
+
# wrong constant name ask_for_password
|
2855
|
+
# wrong constant name ask_yes_no
|
2856
|
+
# wrong constant name backtrace
|
2857
|
+
# wrong constant name choose_from_list
|
2858
|
+
# wrong constant name close
|
2859
|
+
# wrong constant name debug
|
2860
|
+
# wrong constant name download_reporter
|
2861
|
+
# wrong constant name errs
|
2862
|
+
# wrong constant name initialize
|
2863
|
+
# wrong constant name ins
|
2864
|
+
# wrong constant name outs
|
2865
|
+
# wrong constant name progress_reporter
|
2866
|
+
# wrong constant name require_io_console
|
2867
|
+
# wrong constant name say
|
2868
|
+
# wrong constant name terminate_interaction
|
2869
|
+
# wrong constant name tty?
|
2870
|
+
# wrong constant name <static-init>
|
2871
|
+
# wrong constant name build_extensions
|
2872
|
+
# wrong constant name extensions
|
2873
|
+
# wrong constant name initialize
|
2874
|
+
# wrong constant name missing_extensions?
|
2875
|
+
# wrong constant name valid?
|
2876
|
+
# wrong constant name extensions
|
2877
|
+
# wrong constant name full_name
|
2878
|
+
# wrong constant name initialize
|
2879
|
+
# wrong constant name name
|
2880
|
+
# wrong constant name platform
|
2881
|
+
# wrong constant name require_paths
|
2882
|
+
# wrong constant name version
|
2883
|
+
# wrong constant name default_gemspec_stub
|
2884
|
+
# wrong constant name gemspec_stub
|
2885
|
+
# wrong constant name exit_code
|
2886
|
+
# wrong constant name exit_code=
|
2887
|
+
# wrong constant name initialize
|
2888
|
+
# wrong constant name clean_text
|
2889
|
+
# wrong constant name format_text
|
2890
|
+
# wrong constant name levenshtein_distance
|
2891
|
+
# wrong constant name min3
|
2892
|
+
# wrong constant name truncate_text
|
2893
|
+
# wrong constant name <static-init>
|
2894
|
+
# wrong constant name spec
|
2895
|
+
# wrong constant name spec=
|
2896
|
+
# wrong constant name <static-init>
|
2897
|
+
# wrong constant name dependency
|
2898
|
+
# wrong constant name errors
|
2899
|
+
# wrong constant name errors=
|
2900
|
+
# wrong constant name initialize
|
2901
|
+
# wrong constant name name
|
2902
|
+
# wrong constant name version
|
2903
|
+
# wrong constant name escape
|
2904
|
+
# wrong constant name initialize
|
2905
|
+
# wrong constant name normalize
|
2906
|
+
# wrong constant name unescape
|
2907
|
+
# wrong constant name uri
|
2908
|
+
# wrong constant name <static-init>
|
2909
|
+
# wrong constant name alert
|
2910
|
+
# wrong constant name alert_error
|
2911
|
+
# wrong constant name alert_warning
|
2912
|
+
# wrong constant name ask
|
2913
|
+
# wrong constant name ask_for_password
|
2914
|
+
# wrong constant name ask_yes_no
|
2915
|
+
# wrong constant name choose_from_list
|
2916
|
+
# wrong constant name say
|
2917
|
+
# wrong constant name terminate_interaction
|
2918
|
+
# wrong constant name verbose
|
2919
|
+
# wrong constant name <static-init>
|
2920
|
+
# wrong constant name <static-init>
|
2921
|
+
# wrong constant name glob_files_in_dir
|
2922
|
+
# wrong constant name gunzip
|
2923
|
+
# wrong constant name gzip
|
2924
|
+
# wrong constant name inflate
|
2925
|
+
# wrong constant name popen
|
2926
|
+
# wrong constant name silent_system
|
2927
|
+
# wrong constant name traverse_parents
|
2928
|
+
# wrong constant name <=>
|
2929
|
+
# wrong constant name _segments
|
2930
|
+
# wrong constant name _split_segments
|
2931
|
+
# wrong constant name _version
|
2932
|
+
# wrong constant name approximate_recommendation
|
2933
|
+
# wrong constant name bump
|
2934
|
+
# wrong constant name canonical_segments
|
2935
|
+
# wrong constant name encode_with
|
2936
|
+
# wrong constant name eql?
|
2937
|
+
# wrong constant name init_with
|
2938
|
+
# wrong constant name marshal_dump
|
2939
|
+
# wrong constant name marshal_load
|
2940
|
+
# wrong constant name prerelease?
|
2941
|
+
# wrong constant name release
|
2942
|
+
# wrong constant name segments
|
2943
|
+
# wrong constant name to_yaml_properties
|
2944
|
+
# wrong constant name version
|
2945
|
+
# wrong constant name yaml_initialize
|
2946
|
+
# wrong constant name correct?
|
2947
|
+
# wrong constant name create
|
2948
|
+
# wrong constant name new
|
2949
|
+
# undefined singleton method `bin_path$1' for `Gem'
|
2950
|
+
# wrong constant name _deprecated_detect_gemdeps
|
2951
|
+
# wrong constant name _deprecated_gunzip
|
2952
|
+
# wrong constant name _deprecated_gzip
|
2953
|
+
# wrong constant name _deprecated_inflate
|
2954
|
+
# wrong constant name activate_bin_path
|
2955
|
+
# wrong constant name bin_path$1
|
2956
|
+
# wrong constant name default_ext_dir_for
|
2957
|
+
# wrong constant name default_gems_use_full_paths?
|
2958
|
+
# wrong constant name default_spec_cache_dir
|
2959
|
+
# wrong constant name deflate
|
2960
|
+
# wrong constant name detect_gemdeps
|
2961
|
+
# wrong constant name dir
|
2962
|
+
# wrong constant name done_installing
|
2963
|
+
# wrong constant name done_installing_hooks
|
2964
|
+
# wrong constant name ensure_default_gem_subdirectories
|
2965
|
+
# wrong constant name ensure_gem_subdirectories
|
2966
|
+
# wrong constant name ensure_subdirectories
|
2967
|
+
# wrong constant name env_requirement
|
2968
|
+
# wrong constant name extension_api_version
|
2969
|
+
# wrong constant name find_files
|
2970
|
+
# wrong constant name find_files_from_load_path
|
2971
|
+
# wrong constant name find_latest_files
|
2972
|
+
# wrong constant name find_unresolved_default_spec
|
2973
|
+
# wrong constant name finish_resolve
|
2974
|
+
# wrong constant name gemdeps
|
2975
|
+
# wrong constant name gunzip
|
2976
|
+
# wrong constant name gzip
|
2977
|
+
# wrong constant name host
|
2978
|
+
# wrong constant name host=
|
2979
|
+
# wrong constant name inflate
|
2980
|
+
# wrong constant name install
|
2981
|
+
# wrong constant name install_extension_in_lib
|
2982
|
+
# wrong constant name latest_rubygems_version
|
2983
|
+
# wrong constant name latest_spec_for
|
2984
|
+
# wrong constant name latest_version_for
|
2985
|
+
# wrong constant name load_env_plugins
|
2986
|
+
# wrong constant name load_path_insert_index
|
2987
|
+
# wrong constant name load_plugin_files
|
2988
|
+
# wrong constant name load_plugins
|
2989
|
+
# wrong constant name load_yaml
|
2990
|
+
# wrong constant name loaded_specs
|
2991
|
+
# wrong constant name location_of_caller
|
2992
|
+
# wrong constant name marshal_version
|
2993
|
+
# wrong constant name needs
|
2994
|
+
# wrong constant name operating_system_defaults
|
2995
|
+
# wrong constant name path
|
2996
|
+
# wrong constant name path_separator
|
2997
|
+
# wrong constant name paths
|
2998
|
+
# wrong constant name paths=
|
2999
|
+
# wrong constant name platform_defaults
|
3000
|
+
# wrong constant name platforms
|
3001
|
+
# wrong constant name platforms=
|
3002
|
+
# wrong constant name post_build
|
3003
|
+
# wrong constant name post_build_hooks
|
3004
|
+
# wrong constant name post_install
|
3005
|
+
# wrong constant name post_install_hooks
|
3006
|
+
# wrong constant name post_reset
|
3007
|
+
# wrong constant name post_reset_hooks
|
3008
|
+
# wrong constant name post_uninstall
|
3009
|
+
# wrong constant name post_uninstall_hooks
|
3010
|
+
# wrong constant name pre_install
|
3011
|
+
# wrong constant name pre_install_hooks
|
3012
|
+
# wrong constant name pre_reset
|
3013
|
+
# wrong constant name pre_reset_hooks
|
3014
|
+
# wrong constant name pre_uninstall
|
3015
|
+
# wrong constant name pre_uninstall_hooks
|
3016
|
+
# wrong constant name prefix
|
3017
|
+
# wrong constant name read_binary
|
3018
|
+
# wrong constant name refresh
|
3019
|
+
# wrong constant name register_default_spec
|
3020
|
+
# wrong constant name remove_unresolved_default_spec
|
3021
|
+
# wrong constant name ruby
|
3022
|
+
# wrong constant name ruby_api_version
|
3023
|
+
# wrong constant name ruby_engine
|
3024
|
+
# wrong constant name ruby_version
|
3025
|
+
# wrong constant name rubygems_version
|
3026
|
+
# wrong constant name sources
|
3027
|
+
# wrong constant name sources=
|
3028
|
+
# wrong constant name spec_cache_dir
|
3029
|
+
# wrong constant name suffix_pattern
|
3030
|
+
# wrong constant name suffixes
|
3031
|
+
# wrong constant name time
|
3032
|
+
# wrong constant name try_activate
|
3033
|
+
# wrong constant name ui
|
3034
|
+
# wrong constant name upstream_default_bindir
|
3035
|
+
# wrong constant name upstream_default_dir
|
3036
|
+
# wrong constant name upstream_default_path
|
3037
|
+
# wrong constant name use_gemdeps
|
3038
|
+
# wrong constant name use_paths
|
3039
|
+
# wrong constant name user_dir
|
3040
|
+
# wrong constant name user_home
|
3041
|
+
# wrong constant name vendor_dir
|
3042
|
+
# wrong constant name win_platform?
|
3043
|
+
# wrong constant name write_binary
|
3044
|
+
# undefined method `default$2' for class `Hash'
|
3045
|
+
# undefined method `fetch$2' for class `Hash'
|
3046
|
+
# undefined method `initialize$2' for class `Hash'
|
3047
|
+
# Did you mean? initialize
|
3048
|
+
# wrong constant name <
|
3049
|
+
# wrong constant name <=
|
3050
|
+
# wrong constant name >
|
3051
|
+
# wrong constant name >=
|
3052
|
+
# wrong constant name compact
|
3053
|
+
# wrong constant name compact!
|
3054
|
+
# wrong constant name default$2
|
3055
|
+
# wrong constant name default_proc
|
3056
|
+
# wrong constant name default_proc=
|
3057
|
+
# wrong constant name dig
|
3058
|
+
# wrong constant name fetch$2
|
3059
|
+
# wrong constant name fetch_values
|
3060
|
+
# wrong constant name flatten
|
3061
|
+
# wrong constant name index
|
3062
|
+
# wrong constant name initialize$2
|
3063
|
+
# wrong constant name merge!
|
3064
|
+
# wrong constant name replace
|
3065
|
+
# wrong constant name slice
|
3066
|
+
# wrong constant name to_h
|
3067
|
+
# wrong constant name to_proc
|
3068
|
+
# wrong constant name transform_keys
|
3069
|
+
# wrong constant name transform_keys!
|
3070
|
+
# wrong constant name transform_values
|
3071
|
+
# wrong constant name transform_values!
|
3072
|
+
# wrong constant name update
|
3073
|
+
# wrong constant name try_convert
|
3074
|
+
# undefined method `advise$1' for class `IO'
|
3075
|
+
# undefined method `each$2' for class `IO'
|
3076
|
+
# undefined method `each_line$2' for class `IO'
|
3077
|
+
# undefined method `fcntl$1' for class `IO'
|
3078
|
+
# undefined method `initialize$1' for class `IO'
|
3079
|
+
# Did you mean? initialize
|
3080
|
+
# undefined method `ioctl$1' for class `IO'
|
3081
|
+
# undefined method `lines$2' for class `IO'
|
3082
|
+
# undefined method `read$1' for class `IO'
|
3083
|
+
# Did you mean? read
|
3084
|
+
# undefined method `read_nonblock$2' for class `IO'
|
3085
|
+
# undefined method `readpartial$2' for class `IO'
|
3086
|
+
# undefined method `reopen$2' for class `IO'
|
3087
|
+
# undefined method `seek$1' for class `IO'
|
3088
|
+
# undefined method `set_encoding$2' for class `IO'
|
3089
|
+
# undefined method `sysread$1' for class `IO'
|
3090
|
+
# undefined method `sysseek$1' for class `IO'
|
3091
|
+
# undefined method `write$1' for class `IO'
|
3092
|
+
# Did you mean? write
|
3093
|
+
# wrong constant name advise$1
|
3094
|
+
# wrong constant name each$2
|
3095
|
+
# wrong constant name each_line$2
|
3096
|
+
# wrong constant name external_encoding
|
3097
|
+
# wrong constant name fcntl$1
|
3098
|
+
# wrong constant name initialize$1
|
3099
|
+
# wrong constant name ioctl$1
|
3100
|
+
# wrong constant name lines$2
|
3101
|
+
# wrong constant name nonblock
|
3102
|
+
# wrong constant name nonblock=
|
3103
|
+
# wrong constant name nonblock?
|
3104
|
+
# wrong constant name nread
|
3105
|
+
# wrong constant name pathconf
|
3106
|
+
# wrong constant name pread
|
3107
|
+
# wrong constant name pwrite
|
3108
|
+
# wrong constant name read$1
|
3109
|
+
# wrong constant name read_nonblock$2
|
3110
|
+
# wrong constant name readpartial$2
|
3111
|
+
# wrong constant name ready?
|
3112
|
+
# wrong constant name reopen$2
|
3113
|
+
# wrong constant name seek$1
|
3114
|
+
# wrong constant name set_encoding$2
|
3115
|
+
# wrong constant name sysread$1
|
3116
|
+
# wrong constant name sysseek$1
|
3117
|
+
# wrong constant name wait
|
3118
|
+
# wrong constant name wait_readable
|
3119
|
+
# wrong constant name wait_writable
|
3120
|
+
# wrong constant name write$1
|
3121
|
+
# wrong constant name write_nonblock
|
3122
|
+
# undefined singleton method `binread$1' for `IO'
|
3123
|
+
# undefined singleton method `binwrite$1' for `IO'
|
3124
|
+
# undefined singleton method `copy_stream$1' for `IO'
|
3125
|
+
# undefined singleton method `for_fd$1' for `IO'
|
3126
|
+
# undefined singleton method `read$1' for `IO'
|
3127
|
+
# undefined singleton method `sysopen$1' for `IO'
|
3128
|
+
# undefined singleton method `write$1' for `IO'
|
3129
|
+
# wrong constant name binread$1
|
3130
|
+
# wrong constant name binwrite$1
|
3131
|
+
# wrong constant name copy_stream$1
|
3132
|
+
# wrong constant name for_fd$1
|
3133
|
+
# wrong constant name foreach
|
3134
|
+
# wrong constant name pipe
|
3135
|
+
# wrong constant name read$1
|
3136
|
+
# wrong constant name sysopen$1
|
3137
|
+
# wrong constant name write$1
|
3138
|
+
# wrong constant name &
|
3139
|
+
# wrong constant name <<
|
3140
|
+
# wrong constant name <=>
|
3141
|
+
# wrong constant name ==
|
3142
|
+
# wrong constant name ===
|
3143
|
+
# wrong constant name >>
|
3144
|
+
# wrong constant name <Class:AddressFamilyError>
|
3145
|
+
# wrong constant name <Class:Error>
|
3146
|
+
# wrong constant name <Class:InvalidAddressError>
|
3147
|
+
# wrong constant name <Class:InvalidPrefixError>
|
3148
|
+
# wrong constant name eql?
|
3149
|
+
# wrong constant name family
|
3150
|
+
# wrong constant name hton
|
3151
|
+
# wrong constant name include?
|
3152
|
+
# wrong constant name initialize
|
3153
|
+
# wrong constant name ip6_arpa
|
3154
|
+
# wrong constant name ip6_int
|
3155
|
+
# wrong constant name ipv4?
|
3156
|
+
# wrong constant name ipv4_compat
|
3157
|
+
# wrong constant name ipv4_compat?
|
3158
|
+
# wrong constant name ipv4_mapped
|
3159
|
+
# wrong constant name ipv4_mapped?
|
3160
|
+
# wrong constant name ipv6?
|
3161
|
+
# wrong constant name link_local?
|
3162
|
+
# wrong constant name loopback?
|
3163
|
+
# wrong constant name mask
|
3164
|
+
# wrong constant name mask!
|
3165
|
+
# wrong constant name native
|
3166
|
+
# wrong constant name prefix
|
3167
|
+
# wrong constant name prefix=
|
3168
|
+
# wrong constant name private?
|
3169
|
+
# wrong constant name reverse
|
3170
|
+
# wrong constant name set
|
3171
|
+
# wrong constant name succ
|
3172
|
+
# wrong constant name to_i
|
3173
|
+
# wrong constant name to_range
|
3174
|
+
# wrong constant name to_string
|
3175
|
+
# wrong constant name |
|
3176
|
+
# wrong constant name ~
|
3177
|
+
# wrong constant name <static-init>
|
3178
|
+
# wrong constant name <static-init>
|
3179
|
+
# wrong constant name <static-init>
|
3180
|
+
# wrong constant name <static-init>
|
3181
|
+
# wrong constant name <static-init>
|
3182
|
+
# wrong constant name new_ntoh
|
3183
|
+
# wrong constant name ntop
|
3184
|
+
# undefined method `chr$2' for class `Integer'
|
3185
|
+
# undefined method `inspect$1' for class `Integer'
|
3186
|
+
# Did you mean? inspect
|
3187
|
+
# undefined method `rationalize$2' for class `Integer'
|
3188
|
+
# Did you mean? Rational
|
3189
|
+
# undefined method `to_s$1' for class `Integer'
|
3190
|
+
# Did you mean? to_s
|
3191
|
+
# wrong constant name allbits?
|
3192
|
+
# wrong constant name anybits?
|
3193
|
+
# wrong constant name chr$2
|
3194
|
+
# wrong constant name digits
|
3195
|
+
# wrong constant name inspect$1
|
3196
|
+
# wrong constant name nobits?
|
3197
|
+
# wrong constant name pow
|
3198
|
+
# wrong constant name rationalize$2
|
3199
|
+
# wrong constant name to_bn
|
3200
|
+
# wrong constant name to_s$1
|
3201
|
+
# wrong constant name sqrt
|
3202
|
+
# wrong constant name <Class:Generator>
|
3203
|
+
# wrong constant name <Class:Parser>
|
3204
|
+
# wrong constant name <Class:GeneratorMethods>
|
3205
|
+
# wrong constant name <Class:State>
|
3206
|
+
# wrong constant name <Class:Array>
|
3207
|
+
# wrong constant name <Class:FalseClass>
|
3208
|
+
# wrong constant name <Class:Float>
|
3209
|
+
# wrong constant name <Class:Hash>
|
3210
|
+
# wrong constant name <Class:Integer>
|
3211
|
+
# wrong constant name <Class:NilClass>
|
3212
|
+
# wrong constant name <Class:Object>
|
3213
|
+
# wrong constant name <Class:String>
|
3214
|
+
# wrong constant name <Class:TrueClass>
|
3215
|
+
# wrong constant name to_json
|
3216
|
+
# wrong constant name <static-init>
|
3217
|
+
# wrong constant name to_json
|
3218
|
+
# wrong constant name <static-init>
|
3219
|
+
# wrong constant name to_json
|
3220
|
+
# wrong constant name <static-init>
|
3221
|
+
# wrong constant name to_json
|
3222
|
+
# wrong constant name <static-init>
|
3223
|
+
# wrong constant name to_json
|
3224
|
+
# wrong constant name <static-init>
|
3225
|
+
# wrong constant name to_json
|
3226
|
+
# wrong constant name <static-init>
|
3227
|
+
# wrong constant name to_json
|
3228
|
+
# wrong constant name <static-init>
|
3229
|
+
# wrong constant name <Class:Extend>
|
3230
|
+
# wrong constant name to_json
|
3231
|
+
# wrong constant name to_json_raw
|
3232
|
+
# wrong constant name to_json_raw_object
|
3233
|
+
# wrong constant name json_create
|
3234
|
+
# wrong constant name <static-init>
|
3235
|
+
# wrong constant name <static-init>
|
3236
|
+
# wrong constant name to_json
|
3237
|
+
# wrong constant name <static-init>
|
3238
|
+
# wrong constant name <static-init>
|
3239
|
+
# wrong constant name []
|
3240
|
+
# wrong constant name []=
|
3241
|
+
# wrong constant name allow_nan?
|
3242
|
+
# wrong constant name array_nl
|
3243
|
+
# wrong constant name array_nl=
|
3244
|
+
# wrong constant name ascii_only?
|
3245
|
+
# wrong constant name buffer_initial_length
|
3246
|
+
# wrong constant name buffer_initial_length=
|
3247
|
+
# wrong constant name check_circular?
|
3248
|
+
# wrong constant name configure
|
3249
|
+
# wrong constant name depth
|
3250
|
+
# wrong constant name depth=
|
3251
|
+
# wrong constant name generate
|
3252
|
+
# wrong constant name indent
|
3253
|
+
# wrong constant name indent=
|
3254
|
+
# wrong constant name initialize
|
3255
|
+
# wrong constant name max_nesting
|
3256
|
+
# wrong constant name max_nesting=
|
3257
|
+
# wrong constant name merge
|
3258
|
+
# wrong constant name object_nl
|
3259
|
+
# wrong constant name object_nl=
|
3260
|
+
# wrong constant name space
|
3261
|
+
# wrong constant name space=
|
3262
|
+
# wrong constant name space_before
|
3263
|
+
# wrong constant name space_before=
|
3264
|
+
# wrong constant name to_h
|
3265
|
+
# wrong constant name to_hash
|
3266
|
+
# wrong constant name <static-init>
|
3267
|
+
# wrong constant name from_state
|
3268
|
+
# wrong constant name <static-init>
|
3269
|
+
# wrong constant name initialize
|
3270
|
+
# wrong constant name parse
|
3271
|
+
# wrong constant name source
|
3272
|
+
# wrong constant name <static-init>
|
3273
|
+
# wrong constant name <static-init>
|
3274
|
+
# undefined singleton method `dump$1' for `JSON'
|
3275
|
+
# undefined singleton method `generate$1' for `JSON'
|
3276
|
+
# undefined singleton method `pretty_generate$1' for `JSON'
|
3277
|
+
# wrong constant name dump$1
|
3278
|
+
# wrong constant name generate$1
|
3279
|
+
# wrong constant name pretty_generate$1
|
3280
|
+
# undefined method `clone$1' for module `Kernel'
|
3281
|
+
# Did you mean? clone
|
3282
|
+
# undefined method `define_singleton_method$2' for module `Kernel'
|
3283
|
+
# Did you mean? define_singleton_method
|
3284
|
+
# undefined method `display$1' for module `Kernel'
|
3285
|
+
# Did you mean? display
|
3286
|
+
# undefined method `enum_for$2' for module `Kernel'
|
3287
|
+
# Did you mean? enum_for
|
3288
|
+
# undefined method `exit$2' for module `Kernel'
|
3289
|
+
# Did you mean? exit
|
3290
|
+
# exit!
|
3291
|
+
# undefined method `extend$1' for module `Kernel'
|
3292
|
+
# Did you mean? extend
|
3293
|
+
# extended
|
3294
|
+
# undefined method `methods$1' for module `Kernel'
|
3295
|
+
# Did you mean? methods
|
3296
|
+
# method
|
3297
|
+
# undefined method `private_methods$1' for module `Kernel'
|
3298
|
+
# Did you mean? private_methods
|
3299
|
+
# undefined method `protected_methods$1' for module `Kernel'
|
3300
|
+
# Did you mean? protected_methods
|
3301
|
+
# undefined method `public_methods$1' for module `Kernel'
|
3302
|
+
# Did you mean? public_methods
|
3303
|
+
# public_method
|
3304
|
+
# undefined method `public_send$1' for module `Kernel'
|
3305
|
+
# Did you mean? public_send
|
3306
|
+
# undefined method `send$2' for module `Kernel'
|
3307
|
+
# Did you mean? send
|
3308
|
+
# undefined method `singleton_methods$1' for module `Kernel'
|
3309
|
+
# Did you mean? singleton_methods
|
3310
|
+
# singleton_method
|
3311
|
+
# undefined method `to_enum$2' for module `Kernel'
|
3312
|
+
# Did you mean? to_enum
|
3313
|
+
# wrong constant name class
|
3314
|
+
# wrong constant name clone$1
|
3315
|
+
# wrong constant name define_singleton_method$2
|
3316
|
+
# wrong constant name display$1
|
3317
|
+
# wrong constant name enum_for$2
|
3318
|
+
# wrong constant name exit$2
|
3319
|
+
# wrong constant name extend$1
|
3320
|
+
# wrong constant name gem
|
3321
|
+
# wrong constant name itself
|
3322
|
+
# wrong constant name methods$1
|
3323
|
+
# wrong constant name object_id
|
3324
|
+
# wrong constant name pretty_inspect
|
3325
|
+
# wrong constant name private_methods$1
|
3326
|
+
# wrong constant name protected_methods$1
|
3327
|
+
# wrong constant name public_methods$1
|
3328
|
+
# wrong constant name public_send$1
|
3329
|
+
# wrong constant name respond_to?
|
3330
|
+
# wrong constant name send$2
|
3331
|
+
# wrong constant name singleton_methods$1
|
3332
|
+
# wrong constant name to_enum$2
|
3333
|
+
# wrong constant name yield_self
|
3334
|
+
# wrong constant name at_exit
|
3335
|
+
# wrong constant name key
|
3336
|
+
# wrong constant name receiver
|
3337
|
+
# wrong constant name path
|
3338
|
+
# wrong constant name exit_value
|
3339
|
+
# wrong constant name reason
|
3340
|
+
# uninitialized constant Logger
|
3341
|
+
# uninitialized constant Logger
|
3342
|
+
# undefined singleton method `dump$2' for `Marshal'
|
3343
|
+
# wrong constant name dump$2
|
3344
|
+
# wrong constant name restore
|
3345
|
+
# undefined method `[]$2' for class `MatchData'
|
3346
|
+
# wrong constant name []$2
|
3347
|
+
# wrong constant name named_captures
|
3348
|
+
# undefined singleton method `log$1' for `Math'
|
3349
|
+
# wrong constant name log$1
|
3350
|
+
# uninitialized constant MessagePack
|
3351
|
+
# uninitialized constant MessagePack
|
3352
|
+
# wrong constant name ===
|
3353
|
+
# wrong constant name []
|
3354
|
+
# wrong constant name arity
|
3355
|
+
# wrong constant name clone
|
3356
|
+
# wrong constant name curry
|
3357
|
+
# wrong constant name name
|
3358
|
+
# wrong constant name original_name
|
3359
|
+
# wrong constant name owner
|
3360
|
+
# wrong constant name parameters
|
3361
|
+
# wrong constant name receiver
|
3362
|
+
# wrong constant name source_location
|
3363
|
+
# wrong constant name super_method
|
3364
|
+
# wrong constant name unbind
|
3365
|
+
# undefined method `class_eval$1' for class `Module'
|
3366
|
+
# Did you mean? class_eval
|
3367
|
+
# undefined method `class_variables$1' for class `Module'
|
3368
|
+
# Did you mean? class_variables
|
3369
|
+
# class_variable_set
|
3370
|
+
# class_variable_get
|
3371
|
+
# undefined method `const_defined?$1' for class `Module'
|
3372
|
+
# Did you mean? const_defined?
|
3373
|
+
# undefined method `const_get$1' for class `Module'
|
3374
|
+
# Did you mean? const_get
|
3375
|
+
# const_set
|
3376
|
+
# undefined method `constants$1' for class `Module'
|
3377
|
+
# Did you mean? constants
|
3378
|
+
# undefined method `define_method$2' for class `Module'
|
3379
|
+
# Did you mean? define_method
|
3380
|
+
# undefined method `instance_methods$1' for class `Module'
|
3381
|
+
# Did you mean? instance_methods
|
3382
|
+
# instance_method
|
3383
|
+
# undefined method `module_eval$1' for class `Module'
|
3384
|
+
# Did you mean? module_eval
|
3385
|
+
# undefined method `private_instance_methods$1' for class `Module'
|
3386
|
+
# Did you mean? private_instance_methods
|
3387
|
+
# undefined method `protected_instance_methods$1' for class `Module'
|
3388
|
+
# Did you mean? protected_instance_methods
|
3389
|
+
# undefined method `public_instance_methods$1' for class `Module'
|
3390
|
+
# Did you mean? public_instance_methods
|
3391
|
+
# public_instance_method
|
3392
|
+
# undefined method `remove_method$1' for class `Module'
|
3393
|
+
# Did you mean? remove_method
|
3394
|
+
# wrong constant name class_eval$1
|
3395
|
+
# wrong constant name class_variables$1
|
3396
|
+
# wrong constant name const_defined?$1
|
3397
|
+
# wrong constant name const_get$1
|
3398
|
+
# wrong constant name constants$1
|
3399
|
+
# wrong constant name define_method$2
|
3400
|
+
# wrong constant name deprecate_constant
|
3401
|
+
# wrong constant name instance_methods$1
|
3402
|
+
# wrong constant name module_eval$1
|
3403
|
+
# wrong constant name private_instance_methods$1
|
3404
|
+
# wrong constant name protected_instance_methods$1
|
3405
|
+
# wrong constant name public_instance_methods$1
|
3406
|
+
# wrong constant name remove_method$1
|
3407
|
+
# wrong constant name undef_method
|
3408
|
+
# wrong constant name used_modules
|
3409
|
+
# wrong constant name enter
|
3410
|
+
# wrong constant name exit
|
3411
|
+
# wrong constant name try_enter
|
3412
|
+
# wrong constant name initialize
|
3413
|
+
# wrong constant name mon_enter
|
3414
|
+
# wrong constant name mon_exit
|
3415
|
+
# wrong constant name mon_locked?
|
3416
|
+
# wrong constant name mon_owned?
|
3417
|
+
# wrong constant name mon_synchronize
|
3418
|
+
# wrong constant name mon_try_enter
|
3419
|
+
# wrong constant name new_cond
|
3420
|
+
# wrong constant name synchronize
|
3421
|
+
# wrong constant name try_mon_enter
|
3422
|
+
# wrong constant name broadcast
|
3423
|
+
# wrong constant name initialize
|
3424
|
+
# wrong constant name signal
|
3425
|
+
# wrong constant name wait
|
3426
|
+
# wrong constant name wait_until
|
3427
|
+
# wrong constant name wait_while
|
3428
|
+
# wrong constant name extend_object
|
3429
|
+
# uninitialized constant Mutex_m
|
3430
|
+
# Did you mean? Mutex
|
3431
|
+
# uninitialized constant Mutex_m
|
3432
|
+
# Did you mean? Mutex
|
3433
|
+
# wrong constant name name
|
3434
|
+
# wrong constant name receiver
|
3435
|
+
# uninitialized constant Net::FTP
|
3436
|
+
# uninitialized constant Net::FTP
|
3437
|
+
# uninitialized constant Net::FTPConnectionError
|
3438
|
+
# uninitialized constant Net::FTPConnectionError
|
3439
|
+
# uninitialized constant Net::FTPError
|
3440
|
+
# Did you mean? Net::HTTPError
|
3441
|
+
# uninitialized constant Net::FTPError
|
3442
|
+
# Did you mean? Net::HTTPError
|
3443
|
+
# uninitialized constant Net::FTPPermError
|
3444
|
+
# Did you mean? FiberError
|
3445
|
+
# uninitialized constant Net::FTPPermError
|
3446
|
+
# Did you mean? FiberError
|
3447
|
+
# uninitialized constant Net::FTPProtoError
|
3448
|
+
# uninitialized constant Net::FTPProtoError
|
3449
|
+
# uninitialized constant Net::FTPReplyError
|
3450
|
+
# uninitialized constant Net::FTPReplyError
|
3451
|
+
# uninitialized constant Net::FTPTempError
|
3452
|
+
# Did you mean? TypeError
|
3453
|
+
# uninitialized constant Net::FTPTempError
|
3454
|
+
# Did you mean? TypeError
|
3455
|
+
# uninitialized constant Net::HTTP::DigestAuth
|
3456
|
+
# Did you mean? Digest
|
3457
|
+
# uninitialized constant Net::HTTP::DigestAuth
|
3458
|
+
# Did you mean? Digest
|
3459
|
+
# uninitialized constant Net::HTTP::Persistent
|
3460
|
+
# uninitialized constant Net::HTTP::Persistent
|
3461
|
+
# uninitialized constant Net::IMAP
|
3462
|
+
# uninitialized constant Net::IMAP
|
3463
|
+
# uninitialized constant Net::SMTP
|
3464
|
+
# uninitialized constant Net::SMTP
|
3465
|
+
# uninitialized constant Net::SMTPAuthenticationError
|
3466
|
+
# uninitialized constant Net::SMTPAuthenticationError
|
3467
|
+
# uninitialized constant Net::SMTPError
|
3468
|
+
# Did you mean? Net::HTTPError
|
3469
|
+
# uninitialized constant Net::SMTPError
|
3470
|
+
# Did you mean? Net::HTTPError
|
3471
|
+
# uninitialized constant Net::SMTPFatalError
|
3472
|
+
# Did you mean? Net::ProtoFatalError
|
3473
|
+
# Net::HTTPFatalError
|
3474
|
+
# uninitialized constant Net::SMTPFatalError
|
3475
|
+
# Did you mean? Net::ProtoFatalError
|
3476
|
+
# Net::HTTPFatalError
|
3477
|
+
# uninitialized constant Net::SMTPServerBusy
|
3478
|
+
# uninitialized constant Net::SMTPServerBusy
|
3479
|
+
# uninitialized constant Net::SMTPSyntaxError
|
3480
|
+
# Did you mean? SyntaxError
|
3481
|
+
# Net::ProtoSyntaxError
|
3482
|
+
# uninitialized constant Net::SMTPSyntaxError
|
3483
|
+
# Did you mean? SyntaxError
|
3484
|
+
# Net::ProtoSyntaxError
|
3485
|
+
# uninitialized constant Net::SMTPUnknownError
|
3486
|
+
# uninitialized constant Net::SMTPUnknownError
|
3487
|
+
# uninitialized constant Net::SMTPUnsupportedCommand
|
3488
|
+
# uninitialized constant Net::SMTPUnsupportedCommand
|
3489
|
+
# undefined method `rationalize$1' for class `NilClass'
|
3490
|
+
# Did you mean? Rational
|
3491
|
+
# wrong constant name rationalize$1
|
3492
|
+
# wrong constant name to_i
|
3493
|
+
# wrong constant name args
|
3494
|
+
# wrong constant name private_call?
|
3495
|
+
# undefined method `ceil$2' for class `Numeric'
|
3496
|
+
# undefined method `floor$2' for class `Numeric'
|
3497
|
+
# undefined method `round$1' for class `Numeric'
|
3498
|
+
# undefined method `step$2' for class `Numeric'
|
3499
|
+
# undefined method `truncate$1' for class `Numeric'
|
3500
|
+
# wrong constant name ceil$2
|
3501
|
+
# wrong constant name finite?
|
3502
|
+
# wrong constant name floor$2
|
3503
|
+
# wrong constant name infinite?
|
3504
|
+
# wrong constant name negative?
|
3505
|
+
# wrong constant name positive?
|
3506
|
+
# wrong constant name round$1
|
3507
|
+
# wrong constant name step$2
|
3508
|
+
# wrong constant name truncate$1
|
3509
|
+
# uninitialized constant RUBYGEMS_ACTIVATION_MONITOR
|
3510
|
+
# Did you mean? RUBYGEMS_ACTIVATION_MONITOR
|
3511
|
+
# wrong constant name <Class:Object>
|
3512
|
+
# wrong constant name []
|
3513
|
+
# wrong constant name []=
|
3514
|
+
# wrong constant name each
|
3515
|
+
# wrong constant name each_key
|
3516
|
+
# wrong constant name each_pair
|
3517
|
+
# wrong constant name each_value
|
3518
|
+
# wrong constant name key?
|
3519
|
+
# wrong constant name keys
|
3520
|
+
# wrong constant name length
|
3521
|
+
# wrong constant name size
|
3522
|
+
# wrong constant name values
|
3523
|
+
# undefined singleton method `each_object$2' for `ObjectSpace'
|
3524
|
+
# wrong constant name count_objects
|
3525
|
+
# wrong constant name define_finalizer
|
3526
|
+
# wrong constant name each_object$2
|
3527
|
+
# wrong constant name garbage_collect
|
3528
|
+
# wrong constant name undefine_finalizer
|
3529
|
+
# uninitialized constant OpenSSL::Digest::DSS
|
3530
|
+
# uninitialized constant OpenSSL::Digest::DSS
|
3531
|
+
# uninitialized constant OpenSSL::Digest::DSS1
|
3532
|
+
# uninitialized constant OpenSSL::Digest::DSS1
|
3533
|
+
# uninitialized constant OpenSSL::Digest::SHA
|
3534
|
+
# Did you mean? OpenSSL::Digest::SHA1
|
3535
|
+
# uninitialized constant OpenSSL::Digest::SHA
|
3536
|
+
# Did you mean? OpenSSL::Digest::SHA1
|
3537
|
+
# uninitialized constant OpenSSL::PKCS5::PKCS5Error
|
3538
|
+
# uninitialized constant OpenSSL::PKCS5::PKCS5Error
|
3539
|
+
# wrong constant name <Class:Acceptables>
|
3540
|
+
# wrong constant name <Class:AmbiguousArgument>
|
3541
|
+
# wrong constant name <Class:AmbiguousOption>
|
3542
|
+
# wrong constant name <Class:Arguable>
|
3543
|
+
# wrong constant name <Class:CompletingHash>
|
3544
|
+
# wrong constant name <Class:Completion>
|
3545
|
+
# wrong constant name <Class:InvalidArgument>
|
3546
|
+
# wrong constant name <Class:InvalidOption>
|
3547
|
+
# wrong constant name <Class:List>
|
3548
|
+
# wrong constant name <Class:MissingArgument>
|
3549
|
+
# wrong constant name <Class:NeedlessArgument>
|
3550
|
+
# wrong constant name <Class:OptionMap>
|
3551
|
+
# wrong constant name <Class:ParseError>
|
3552
|
+
# wrong constant name <Class:Switch>
|
3553
|
+
# wrong constant name abort
|
3554
|
+
# wrong constant name accept
|
3555
|
+
# wrong constant name add_officious
|
3556
|
+
# wrong constant name banner
|
3557
|
+
# wrong constant name banner=
|
3558
|
+
# wrong constant name base
|
3559
|
+
# wrong constant name candidate
|
3560
|
+
# wrong constant name compsys
|
3561
|
+
# wrong constant name def_head_option
|
3562
|
+
# wrong constant name def_option
|
3563
|
+
# wrong constant name def_tail_option
|
3564
|
+
# wrong constant name default_argv
|
3565
|
+
# wrong constant name default_argv=
|
3566
|
+
# wrong constant name define
|
3567
|
+
# wrong constant name define_head
|
3568
|
+
# wrong constant name define_tail
|
3569
|
+
# wrong constant name environment
|
3570
|
+
# wrong constant name getopts
|
3571
|
+
# wrong constant name help
|
3572
|
+
# wrong constant name inc
|
3573
|
+
# wrong constant name initialize
|
3574
|
+
# wrong constant name load
|
3575
|
+
# wrong constant name make_switch
|
3576
|
+
# wrong constant name new
|
3577
|
+
# wrong constant name on
|
3578
|
+
# wrong constant name on_head
|
3579
|
+
# wrong constant name on_tail
|
3580
|
+
# wrong constant name order
|
3581
|
+
# wrong constant name order!
|
3582
|
+
# wrong constant name parse
|
3583
|
+
# wrong constant name parse!
|
3584
|
+
# wrong constant name permute
|
3585
|
+
# wrong constant name permute!
|
3586
|
+
# wrong constant name program_name
|
3587
|
+
# wrong constant name program_name=
|
3588
|
+
# wrong constant name reject
|
3589
|
+
# wrong constant name release
|
3590
|
+
# wrong constant name release=
|
3591
|
+
# wrong constant name remove
|
3592
|
+
# wrong constant name separator
|
3593
|
+
# wrong constant name set_banner
|
3594
|
+
# wrong constant name set_program_name
|
3595
|
+
# wrong constant name set_summary_indent
|
3596
|
+
# wrong constant name set_summary_width
|
3597
|
+
# wrong constant name summarize
|
3598
|
+
# wrong constant name summary_indent
|
3599
|
+
# wrong constant name summary_indent=
|
3600
|
+
# wrong constant name summary_width
|
3601
|
+
# wrong constant name summary_width=
|
3602
|
+
# wrong constant name terminate
|
3603
|
+
# wrong constant name to_a
|
3604
|
+
# wrong constant name top
|
3605
|
+
# wrong constant name ver
|
3606
|
+
# wrong constant name version
|
3607
|
+
# wrong constant name version=
|
3608
|
+
# wrong constant name warn
|
3609
|
+
# wrong constant name <static-init>
|
3610
|
+
# wrong constant name <static-init>
|
3611
|
+
# wrong constant name <static-init>
|
3612
|
+
# wrong constant name getopts
|
3613
|
+
# wrong constant name initialize
|
3614
|
+
# wrong constant name options
|
3615
|
+
# wrong constant name options=
|
3616
|
+
# wrong constant name order!
|
3617
|
+
# wrong constant name parse!
|
3618
|
+
# wrong constant name permute!
|
3619
|
+
# wrong constant name <static-init>
|
3620
|
+
# wrong constant name extend_object
|
3621
|
+
# uninitialized constant OptionParser::CompletingHash::Elem
|
3622
|
+
# uninitialized constant OptionParser::CompletingHash::K
|
3623
|
+
# uninitialized constant OptionParser::CompletingHash::V
|
3624
|
+
# wrong constant name match
|
3625
|
+
# wrong constant name <static-init>
|
3626
|
+
# wrong constant name candidate
|
3627
|
+
# wrong constant name complete
|
3628
|
+
# wrong constant name convert
|
3629
|
+
# wrong constant name <static-init>
|
3630
|
+
# wrong constant name candidate
|
3631
|
+
# wrong constant name regexp
|
3632
|
+
# wrong constant name <static-init>
|
3633
|
+
# wrong constant name <static-init>
|
3634
|
+
# wrong constant name accept
|
3635
|
+
# wrong constant name add_banner
|
3636
|
+
# wrong constant name append
|
3637
|
+
# wrong constant name atype
|
3638
|
+
# wrong constant name complete
|
3639
|
+
# wrong constant name compsys
|
3640
|
+
# wrong constant name each_option
|
3641
|
+
# wrong constant name list
|
3642
|
+
# wrong constant name long
|
3643
|
+
# wrong constant name prepend
|
3644
|
+
# wrong constant name reject
|
3645
|
+
# wrong constant name search
|
3646
|
+
# wrong constant name short
|
3647
|
+
# wrong constant name summarize
|
3648
|
+
# wrong constant name <static-init>
|
3649
|
+
# wrong constant name <static-init>
|
3650
|
+
# wrong constant name <static-init>
|
3651
|
+
# uninitialized constant OptionParser::OptionMap::Elem
|
3652
|
+
# uninitialized constant OptionParser::OptionMap::K
|
3653
|
+
# uninitialized constant OptionParser::OptionMap::V
|
3654
|
+
# wrong constant name <static-init>
|
3655
|
+
# wrong constant name args
|
3656
|
+
# wrong constant name initialize
|
3657
|
+
# wrong constant name reason
|
3658
|
+
# wrong constant name reason=
|
3659
|
+
# wrong constant name recover
|
3660
|
+
# wrong constant name set_backtrace
|
3661
|
+
# wrong constant name set_option
|
3662
|
+
# wrong constant name <static-init>
|
3663
|
+
# wrong constant name filter_backtrace
|
3664
|
+
# wrong constant name <Class:NoArgument>
|
3665
|
+
# wrong constant name <Class:OptionalArgument>
|
3666
|
+
# wrong constant name <Class:PlacedArgument>
|
3667
|
+
# wrong constant name <Class:RequiredArgument>
|
3668
|
+
# wrong constant name add_banner
|
3669
|
+
# wrong constant name arg
|
3670
|
+
# wrong constant name block
|
3671
|
+
# wrong constant name compsys
|
3672
|
+
# wrong constant name conv
|
3673
|
+
# wrong constant name desc
|
3674
|
+
# wrong constant name initialize
|
3675
|
+
# wrong constant name long
|
3676
|
+
# wrong constant name match_nonswitch?
|
3677
|
+
# wrong constant name pattern
|
3678
|
+
# wrong constant name short
|
3679
|
+
# wrong constant name summarize
|
3680
|
+
# wrong constant name switch_name
|
3681
|
+
# wrong constant name parse
|
3682
|
+
# wrong constant name <static-init>
|
3683
|
+
# wrong constant name incompatible_argument_styles
|
3684
|
+
# wrong constant name parse
|
3685
|
+
# wrong constant name <static-init>
|
3686
|
+
# wrong constant name parse
|
3687
|
+
# wrong constant name <static-init>
|
3688
|
+
# wrong constant name parse
|
3689
|
+
# wrong constant name <static-init>
|
3690
|
+
# wrong constant name <static-init>
|
3691
|
+
# wrong constant name guess
|
3692
|
+
# wrong constant name incompatible_argument_styles
|
3693
|
+
# wrong constant name pattern
|
3694
|
+
# wrong constant name <static-init>
|
3695
|
+
# wrong constant name accept
|
3696
|
+
# wrong constant name getopts
|
3697
|
+
# wrong constant name inc
|
3698
|
+
# wrong constant name reject
|
3699
|
+
# wrong constant name terminate
|
3700
|
+
# wrong constant name top
|
3701
|
+
# wrong constant name with
|
3702
|
+
# uninitialized constant Opus
|
3703
|
+
# uninitialized constant Opus
|
3704
|
+
# undefined method `basename$1' for class `Pathname'
|
3705
|
+
# undefined method `binread$1' for class `Pathname'
|
3706
|
+
# undefined method `binwrite$1' for class `Pathname'
|
3707
|
+
# undefined method `each_line$2' for class `Pathname'
|
3708
|
+
# undefined method `expand_path$1' for class `Pathname'
|
3709
|
+
# undefined method `find$2' for class `Pathname'
|
3710
|
+
# undefined method `fnmatch$1' for class `Pathname'
|
3711
|
+
# undefined method `mkdir$1' for class `Pathname'
|
3712
|
+
# undefined method `opendir$2' for class `Pathname'
|
3713
|
+
# undefined method `read$1' for class `Pathname'
|
3714
|
+
# undefined method `realdirpath$1' for class `Pathname'
|
3715
|
+
# undefined method `realpath$1' for class `Pathname'
|
3716
|
+
# undefined method `symlink?$2' for class `Pathname'
|
3717
|
+
# undefined method `sysopen$1' for class `Pathname'
|
3718
|
+
# undefined method `write$1' for class `Pathname'
|
3719
|
+
# wrong constant name basename$1
|
3720
|
+
# wrong constant name binread$1
|
3721
|
+
# wrong constant name binwrite$1
|
3722
|
+
# wrong constant name each_line$2
|
3723
|
+
# wrong constant name empty?
|
3724
|
+
# wrong constant name expand_path$1
|
3725
|
+
# wrong constant name find$2
|
3726
|
+
# wrong constant name fnmatch$1
|
3727
|
+
# wrong constant name fnmatch?
|
3728
|
+
# wrong constant name glob
|
3729
|
+
# wrong constant name make_symlink
|
3730
|
+
# wrong constant name mkdir$1
|
3731
|
+
# wrong constant name opendir$2
|
3732
|
+
# wrong constant name read$1
|
3733
|
+
# wrong constant name realdirpath$1
|
3734
|
+
# wrong constant name realpath$1
|
3735
|
+
# wrong constant name symlink?$2
|
3736
|
+
# wrong constant name sysopen$1
|
3737
|
+
# wrong constant name write$1
|
3738
|
+
# undefined singleton method `glob$1' for `Pathname'
|
3739
|
+
# wrong constant name glob$1
|
3740
|
+
# undefined method `curry$1' for class `Proc'
|
3741
|
+
# wrong constant name ===
|
3742
|
+
# wrong constant name []
|
3743
|
+
# wrong constant name clone
|
3744
|
+
# wrong constant name curry$1
|
3745
|
+
# wrong constant name lambda?
|
3746
|
+
# wrong constant name yield
|
3747
|
+
# uninitialized constant Proc0
|
3748
|
+
# Did you mean? Proc
|
3749
|
+
# uninitialized constant Proc0
|
3750
|
+
# Did you mean? Proc
|
3751
|
+
# uninitialized constant Proc1
|
3752
|
+
# Did you mean? Proc
|
3753
|
+
# uninitialized constant Proc1
|
3754
|
+
# Did you mean? Proc
|
3755
|
+
# uninitialized constant Proc10
|
3756
|
+
# Did you mean? Proc
|
3757
|
+
# uninitialized constant Proc10
|
3758
|
+
# Did you mean? Proc
|
3759
|
+
# uninitialized constant Proc2
|
3760
|
+
# Did you mean? Proc
|
3761
|
+
# uninitialized constant Proc2
|
3762
|
+
# Did you mean? Proc
|
3763
|
+
# uninitialized constant Proc3
|
3764
|
+
# Did you mean? Proc
|
3765
|
+
# uninitialized constant Proc3
|
3766
|
+
# Did you mean? Proc
|
3767
|
+
# uninitialized constant Proc4
|
3768
|
+
# Did you mean? Proc
|
3769
|
+
# uninitialized constant Proc4
|
3770
|
+
# Did you mean? Proc
|
3771
|
+
# uninitialized constant Proc5
|
3772
|
+
# Did you mean? Proc
|
3773
|
+
# uninitialized constant Proc5
|
3774
|
+
# Did you mean? Proc
|
3775
|
+
# uninitialized constant Proc6
|
3776
|
+
# Did you mean? Proc
|
3777
|
+
# uninitialized constant Proc6
|
3778
|
+
# Did you mean? Proc
|
3779
|
+
# uninitialized constant Proc7
|
3780
|
+
# Did you mean? Proc
|
3781
|
+
# uninitialized constant Proc7
|
3782
|
+
# Did you mean? Proc
|
3783
|
+
# uninitialized constant Proc8
|
3784
|
+
# Did you mean? Proc
|
3785
|
+
# uninitialized constant Proc8
|
3786
|
+
# Did you mean? Proc
|
3787
|
+
# uninitialized constant Proc9
|
3788
|
+
# Did you mean? Proc
|
3789
|
+
# uninitialized constant Proc9
|
3790
|
+
# Did you mean? Proc
|
3791
|
+
# undefined singleton method `setrgid$1' for `Process::Sys'
|
3792
|
+
# undefined singleton method `setruid$1' for `Process::Sys'
|
3793
|
+
# wrong constant name getegid
|
3794
|
+
# wrong constant name setrgid$1
|
3795
|
+
# wrong constant name setruid$1
|
3796
|
+
# wrong constant name cstime
|
3797
|
+
# wrong constant name cstime=
|
3798
|
+
# wrong constant name cutime
|
3799
|
+
# wrong constant name cutime=
|
3800
|
+
# wrong constant name stime
|
3801
|
+
# wrong constant name stime=
|
3802
|
+
# wrong constant name utime
|
3803
|
+
# wrong constant name utime=
|
3804
|
+
# wrong constant name []
|
3805
|
+
# wrong constant name members
|
3806
|
+
# undefined singleton method `clock_getres$1' for `Process'
|
3807
|
+
# undefined singleton method `clock_gettime$1' for `Process'
|
3808
|
+
# undefined singleton method `daemon$1' for `Process'
|
3809
|
+
# undefined singleton method `getsid$1' for `Process'
|
3810
|
+
# undefined singleton method `kill$1' for `Process'
|
3811
|
+
# undefined singleton method `setrlimit$1' for `Process'
|
3812
|
+
# undefined singleton method `wait$1' for `Process'
|
3813
|
+
# undefined singleton method `wait2$1' for `Process'
|
3814
|
+
# undefined singleton method `waitpid$1' for `Process'
|
3815
|
+
# undefined singleton method `waitpid2$1' for `Process'
|
3816
|
+
# wrong constant name clock_getres$1
|
3817
|
+
# wrong constant name clock_gettime$1
|
3818
|
+
# wrong constant name daemon$1
|
3819
|
+
# wrong constant name getsid$1
|
3820
|
+
# wrong constant name kill$1
|
3821
|
+
# wrong constant name last_status
|
3822
|
+
# wrong constant name setpgrp
|
3823
|
+
# wrong constant name setrlimit$1
|
3824
|
+
# wrong constant name wait$1
|
3825
|
+
# wrong constant name wait2$1
|
3826
|
+
# wrong constant name waitpid$1
|
3827
|
+
# wrong constant name waitpid2$1
|
3828
|
+
# uninitialized constant RSpec::Core::ExampleGroup::NOT_YET_IMPLEMENTED
|
3829
|
+
# Did you mean? RSpec::Core::ExampleGroup::NOT_YET_IMPLEMENTED
|
3830
|
+
# uninitialized constant RSpec::Core::ExampleGroup::NO_REASON_GIVEN
|
3831
|
+
# Did you mean? RSpec::Core::ExampleGroup::NO_REASON_GIVEN
|
3832
|
+
# wrong constant name initialize
|
3833
|
+
# wrong constant name persist
|
3834
|
+
# wrong constant name <static-init>
|
3835
|
+
# wrong constant name load_from
|
3836
|
+
# wrong constant name persist
|
3837
|
+
# wrong constant name example_failed
|
3838
|
+
# wrong constant name example_finished
|
3839
|
+
# wrong constant name initialize
|
3840
|
+
# wrong constant name start_dump
|
3841
|
+
# wrong constant name <static-init>
|
3842
|
+
# wrong constant name inherited
|
3843
|
+
# wrong constant name close
|
3844
|
+
# wrong constant name example_group
|
3845
|
+
# wrong constant name example_group=
|
3846
|
+
# wrong constant name example_group_started
|
3847
|
+
# wrong constant name initialize
|
3848
|
+
# wrong constant name output
|
3849
|
+
# wrong constant name start
|
3850
|
+
# wrong constant name <static-init>
|
3851
|
+
# wrong constant name dump_failures
|
3852
|
+
# wrong constant name dump_pending
|
3853
|
+
# wrong constant name dump_summary
|
3854
|
+
# wrong constant name message
|
3855
|
+
# wrong constant name seed
|
3856
|
+
# wrong constant name <static-init>
|
3857
|
+
# wrong constant name initialize
|
3858
|
+
# wrong constant name notify_results
|
3859
|
+
# wrong constant name <static-init>
|
3860
|
+
# wrong constant name example_failed
|
3861
|
+
# wrong constant name example_group_finished
|
3862
|
+
# wrong constant name example_passed
|
3863
|
+
# wrong constant name example_pending
|
3864
|
+
# wrong constant name <static-init>
|
3865
|
+
# wrong constant name initialize
|
3866
|
+
# wrong constant name message
|
3867
|
+
# wrong constant name output
|
3868
|
+
# wrong constant name <static-init>
|
3869
|
+
# wrong constant name dump_summary
|
3870
|
+
# wrong constant name example_failed
|
3871
|
+
# wrong constant name example_passed
|
3872
|
+
# wrong constant name example_pending
|
3873
|
+
# wrong constant name example_started
|
3874
|
+
# wrong constant name start_dump
|
3875
|
+
# wrong constant name <static-init>
|
3876
|
+
# wrong constant name dump_profile
|
3877
|
+
# wrong constant name dump_profile_slowest_example_groups
|
3878
|
+
# wrong constant name dump_profile_slowest_examples
|
3879
|
+
# wrong constant name dump_summary
|
3880
|
+
# wrong constant name message
|
3881
|
+
# wrong constant name output_hash
|
3882
|
+
# wrong constant name seed
|
3883
|
+
# wrong constant name stop
|
3884
|
+
# wrong constant name <static-init>
|
3885
|
+
# wrong constant name dump_profile
|
3886
|
+
# wrong constant name initialize
|
3887
|
+
# wrong constant name output
|
3888
|
+
# wrong constant name <static-init>
|
3889
|
+
# wrong constant name example_failed
|
3890
|
+
# wrong constant name example_passed
|
3891
|
+
# wrong constant name example_pending
|
3892
|
+
# wrong constant name start_dump
|
3893
|
+
# wrong constant name <static-init>
|
3894
|
+
# wrong constant name example_group_finished
|
3895
|
+
# wrong constant name example_group_started
|
3896
|
+
# wrong constant name example_groups
|
3897
|
+
# wrong constant name example_started
|
3898
|
+
# wrong constant name <static-init>
|
3899
|
+
# wrong constant name <Class:Recording>
|
3900
|
+
# wrong constant name __shared_context_recordings
|
3901
|
+
# wrong constant name after
|
3902
|
+
# wrong constant name append_after
|
3903
|
+
# wrong constant name append_before
|
3904
|
+
# wrong constant name around
|
3905
|
+
# wrong constant name before
|
3906
|
+
# wrong constant name context
|
3907
|
+
# wrong constant name describe
|
3908
|
+
# wrong constant name hooks
|
3909
|
+
# wrong constant name included
|
3910
|
+
# wrong constant name let
|
3911
|
+
# wrong constant name let!
|
3912
|
+
# wrong constant name prepend_after
|
3913
|
+
# wrong constant name prepend_before
|
3914
|
+
# wrong constant name subject
|
3915
|
+
# wrong constant name subject!
|
3916
|
+
# uninitialized constant RSpec::Core::SharedContext::Recording::Elem
|
3917
|
+
# wrong constant name args
|
3918
|
+
# wrong constant name args=
|
3919
|
+
# wrong constant name block
|
3920
|
+
# wrong constant name block=
|
3921
|
+
# wrong constant name method_name
|
3922
|
+
# wrong constant name method_name=
|
3923
|
+
# wrong constant name playback_onto
|
3924
|
+
# wrong constant name <static-init>
|
3925
|
+
# wrong constant name []
|
3926
|
+
# wrong constant name members
|
3927
|
+
# wrong constant name <static-init>
|
3928
|
+
# wrong constant name record
|
3929
|
+
# wrong constant name <Class:Differ>
|
3930
|
+
# wrong constant name color?
|
3931
|
+
# wrong constant name diff
|
3932
|
+
# wrong constant name diff_as_object
|
3933
|
+
# wrong constant name diff_as_string
|
3934
|
+
# wrong constant name initialize
|
3935
|
+
# wrong constant name <static-init>
|
3936
|
+
# wrong constant name deregister_matcher_definition
|
3937
|
+
# wrong constant name is_a_matcher?
|
3938
|
+
# wrong constant name matcher_definitions
|
3939
|
+
# wrong constant name register_matcher_definition
|
3940
|
+
# wrong constant name rspec_description_for_object
|
3941
|
+
# uninitialized constant Racc
|
3942
|
+
# uninitialized constant Racc
|
3943
|
+
# uninitialized constant Rake::DSL::DEFAULT
|
3944
|
+
# Did you mean? Rake::DSL::DEFAULT
|
3945
|
+
# uninitialized constant Rake::DSL::LN_SUPPORTED
|
3946
|
+
# Did you mean? Rake::DSL::LN_SUPPORTED
|
3947
|
+
# uninitialized constant Rake::DSL::LOW_METHODS
|
3948
|
+
# Did you mean? Rake::DSL::LowMethods
|
3949
|
+
# Rake::DSL::LOW_METHODS
|
3950
|
+
# uninitialized constant Rake::DSL::METHODS
|
3951
|
+
# Did you mean? Method
|
3952
|
+
# Rake::DSL::METHODS
|
3953
|
+
# uninitialized constant Rake::DSL::OPT_TABLE
|
3954
|
+
# Did you mean? Rake::DSL::OPT_TABLE
|
3955
|
+
# uninitialized constant Rake::DSL::RUBY
|
3956
|
+
# Did you mean? Rake::DSL::RUBY
|
3957
|
+
# uninitialized constant Rake::DSL::VERSION
|
3958
|
+
# Did you mean? Rake::Version
|
3959
|
+
# Rake::DSL::VERSION
|
3960
|
+
# Rake::VERSION
|
3961
|
+
# uninitialized constant Rake::FileUtilsExt::LN_SUPPORTED
|
3962
|
+
# Did you mean? Rake::FileUtilsExt::LN_SUPPORTED
|
3963
|
+
# uninitialized constant Rake::FileUtilsExt::LOW_METHODS
|
3964
|
+
# Did you mean? Rake::FileUtilsExt::LowMethods
|
3965
|
+
# Rake::FileUtilsExt::LOW_METHODS
|
3966
|
+
# uninitialized constant Rake::FileUtilsExt::METHODS
|
3967
|
+
# Did you mean? Method
|
3968
|
+
# Rake::FileUtilsExt::METHODS
|
3969
|
+
# uninitialized constant Rake::FileUtilsExt::OPT_TABLE
|
3970
|
+
# Did you mean? Rake::FileUtilsExt::OPT_TABLE
|
3971
|
+
# uninitialized constant Rake::FileUtilsExt::RUBY
|
3972
|
+
# Did you mean? Rake::FileUtilsExt::RUBY
|
3973
|
+
# uninitialized constant Rake::FileUtilsExt::VERSION
|
3974
|
+
# Did you mean? Rake::Version
|
3975
|
+
# Rake::FileUtilsExt::VERSION
|
3976
|
+
# Rake::VERSION
|
3977
|
+
# undefined method `rand$2' for module `Random::Formatter'
|
3978
|
+
# Did you mean? rand
|
3979
|
+
# undefined method `random_number$2' for module `Random::Formatter'
|
3980
|
+
# wrong constant name alphanumeric
|
3981
|
+
# wrong constant name rand$2
|
3982
|
+
# wrong constant name random_number$2
|
3983
|
+
# wrong constant name urandom
|
3984
|
+
# wrong constant name expand
|
3985
|
+
# wrong constant name ruby
|
3986
|
+
# undefined method `initialize$2' for class `Regexp'
|
3987
|
+
# Did you mean? initialize
|
3988
|
+
# undefined method `match$1' for class `Regexp'
|
3989
|
+
# wrong constant name initialize$2
|
3990
|
+
# wrong constant name match$1
|
3991
|
+
# wrong constant name match?
|
3992
|
+
# undefined singleton method `compile$2' for `Regexp'
|
3993
|
+
# undefined singleton method `last_match$2' for `Regexp'
|
3994
|
+
# wrong constant name compile$2
|
3995
|
+
# wrong constant name last_match$2
|
3996
|
+
# wrong constant name union
|
3997
|
+
# uninitialized constant Ripper
|
3998
|
+
# uninitialized constant Ripper
|
3999
|
+
# wrong constant name absolute_path
|
4000
|
+
# wrong constant name base_label
|
4001
|
+
# wrong constant name disasm
|
4002
|
+
# wrong constant name disassemble
|
4003
|
+
# wrong constant name each_child
|
4004
|
+
# wrong constant name eval
|
4005
|
+
# wrong constant name first_lineno
|
4006
|
+
# wrong constant name label
|
4007
|
+
# wrong constant name path
|
4008
|
+
# wrong constant name to_a
|
4009
|
+
# wrong constant name to_binary
|
4010
|
+
# wrong constant name trace_points
|
4011
|
+
# wrong constant name compile
|
4012
|
+
# wrong constant name compile_file
|
4013
|
+
# wrong constant name compile_option
|
4014
|
+
# wrong constant name compile_option=
|
4015
|
+
# wrong constant name disasm
|
4016
|
+
# wrong constant name disassemble
|
4017
|
+
# wrong constant name load_from_binary
|
4018
|
+
# wrong constant name load_from_binary_extra_data
|
4019
|
+
# wrong constant name of
|
4020
|
+
# wrong constant name stat
|
4021
|
+
# wrong constant name ==
|
4022
|
+
# wrong constant name ===
|
4023
|
+
# wrong constant name compare_by_identity
|
4024
|
+
# wrong constant name compare_by_identity?
|
4025
|
+
# wrong constant name divide
|
4026
|
+
# wrong constant name eql?
|
4027
|
+
# wrong constant name flatten_merge
|
4028
|
+
# wrong constant name pretty_print
|
4029
|
+
# wrong constant name pretty_print_cycle
|
4030
|
+
# wrong constant name reset
|
4031
|
+
# wrong constant name <static-init>
|
4032
|
+
# wrong constant name escape
|
4033
|
+
# wrong constant name join
|
4034
|
+
# wrong constant name shellescape
|
4035
|
+
# wrong constant name shelljoin
|
4036
|
+
# wrong constant name shellsplit
|
4037
|
+
# wrong constant name shellwords
|
4038
|
+
# wrong constant name split
|
4039
|
+
# wrong constant name signm
|
4040
|
+
# wrong constant name signo
|
4041
|
+
# uninitialized constant SingleForwardable
|
4042
|
+
# uninitialized constant SingleForwardable
|
4043
|
+
# wrong constant name _dump
|
4044
|
+
# wrong constant name clone
|
4045
|
+
# wrong constant name dup
|
4046
|
+
# wrong constant name _load
|
4047
|
+
# wrong constant name clone
|
4048
|
+
# wrong constant name __init__
|
4049
|
+
# wrong constant name <Class:ConstantEntry>
|
4050
|
+
# wrong constant name all_module_aliases
|
4051
|
+
# wrong constant name all_module_names
|
4052
|
+
# wrong constant name all_named_modules
|
4053
|
+
# wrong constant name class_by_name
|
4054
|
+
# wrong constant name name_by_class
|
4055
|
+
# uninitialized constant Sorbet::Private::ConstantLookupCache::ConstantEntry::Elem
|
4056
|
+
# wrong constant name aliases
|
4057
|
+
# wrong constant name aliases=
|
4058
|
+
# wrong constant name const
|
4059
|
+
# wrong constant name const=
|
4060
|
+
# wrong constant name const_name
|
4061
|
+
# wrong constant name const_name=
|
4062
|
+
# wrong constant name found_name
|
4063
|
+
# wrong constant name found_name=
|
4064
|
+
# wrong constant name owner
|
4065
|
+
# wrong constant name owner=
|
4066
|
+
# wrong constant name primary_name
|
4067
|
+
# wrong constant name primary_name=
|
4068
|
+
# wrong constant name <static-init>
|
4069
|
+
# wrong constant name []
|
4070
|
+
# wrong constant name members
|
4071
|
+
# wrong constant name <static-init>
|
4072
|
+
# wrong constant name <static-init>
|
4073
|
+
# wrong constant name main
|
4074
|
+
# wrong constant name output_file
|
4075
|
+
# wrong constant name <static-init>
|
4076
|
+
# wrong constant name fetch_sorbet_typed
|
4077
|
+
# wrong constant name main
|
4078
|
+
# wrong constant name matching_version_directories
|
4079
|
+
# wrong constant name output_file
|
4080
|
+
# wrong constant name paths_for_gem_version
|
4081
|
+
# wrong constant name paths_for_ruby_version
|
4082
|
+
# wrong constant name vendor_rbis_within_paths
|
4083
|
+
# wrong constant name <static-init>
|
4084
|
+
# wrong constant name main
|
4085
|
+
# wrong constant name output_file
|
4086
|
+
# wrong constant name paths_within_gem_sources
|
4087
|
+
# wrong constant name <Class:ClassDefinition>
|
4088
|
+
# wrong constant name <Class:TracepointSerializer>
|
4089
|
+
# wrong constant name <Class:Tracer>
|
4090
|
+
# uninitialized constant Sorbet::Private::GemGeneratorTracepoint::ClassDefinition::Elem
|
4091
|
+
# wrong constant name defs
|
4092
|
+
# wrong constant name defs=
|
4093
|
+
# wrong constant name id
|
4094
|
+
# wrong constant name id=
|
4095
|
+
# wrong constant name klass
|
4096
|
+
# wrong constant name klass=
|
4097
|
+
# wrong constant name <static-init>
|
4098
|
+
# wrong constant name []
|
4099
|
+
# wrong constant name members
|
4100
|
+
# wrong constant name initialize
|
4101
|
+
# wrong constant name serialize
|
4102
|
+
# wrong constant name <static-init>
|
4103
|
+
# wrong constant name <static-init>
|
4104
|
+
# wrong constant name add_to_context
|
4105
|
+
# wrong constant name disable_tracepoints
|
4106
|
+
# wrong constant name finish
|
4107
|
+
# wrong constant name install_tracepoints
|
4108
|
+
# wrong constant name method_added
|
4109
|
+
# wrong constant name module_created
|
4110
|
+
# wrong constant name module_extended
|
4111
|
+
# wrong constant name module_included
|
4112
|
+
# wrong constant name pre_cache_module_methods
|
4113
|
+
# wrong constant name register_delegate_class
|
4114
|
+
# wrong constant name start
|
4115
|
+
# wrong constant name trace
|
4116
|
+
# wrong constant name trace_results
|
4117
|
+
# wrong constant name <static-init>
|
4118
|
+
# wrong constant name main
|
4119
|
+
# wrong constant name output_file
|
4120
|
+
# wrong constant name <static-init>
|
4121
|
+
# wrong constant name my_require
|
4122
|
+
# wrong constant name require_all_gems
|
4123
|
+
# wrong constant name require_gem
|
4124
|
+
# wrong constant name all_modules_and_aliases
|
4125
|
+
# wrong constant name capture_stderr
|
4126
|
+
# wrong constant name constant_cache
|
4127
|
+
# wrong constant name gen_source_rbi
|
4128
|
+
# wrong constant name looks_like_stub_name
|
4129
|
+
# wrong constant name main
|
4130
|
+
# wrong constant name mk_dir
|
4131
|
+
# wrong constant name read_constants
|
4132
|
+
# wrong constant name real_name
|
4133
|
+
# wrong constant name require_everything
|
4134
|
+
# wrong constant name rm_dir
|
4135
|
+
# wrong constant name serialize_alias
|
4136
|
+
# wrong constant name serialize_class
|
4137
|
+
# wrong constant name serialize_constants
|
4138
|
+
# wrong constant name symbols_id_to_name
|
4139
|
+
# wrong constant name write_constants
|
4140
|
+
# wrong constant name write_diff
|
4141
|
+
# wrong constant name <static-init>
|
4142
|
+
# wrong constant name main
|
4143
|
+
# wrong constant name output_file
|
4144
|
+
# wrong constant name <static-init>
|
4145
|
+
# wrong constant name cyan
|
4146
|
+
# wrong constant name emojify
|
4147
|
+
# wrong constant name main
|
4148
|
+
# wrong constant name make_step
|
4149
|
+
# wrong constant name parse_command
|
4150
|
+
# wrong constant name yellow
|
4151
|
+
# wrong constant name <static-init>
|
4152
|
+
# wrong constant name real_ancestors
|
4153
|
+
# wrong constant name real_autoload?
|
4154
|
+
# wrong constant name real_const_get
|
4155
|
+
# wrong constant name real_constants
|
4156
|
+
# wrong constant name real_eqeq
|
4157
|
+
# wrong constant name real_hash
|
4158
|
+
# wrong constant name real_instance_methods
|
4159
|
+
# wrong constant name real_is_a?
|
4160
|
+
# wrong constant name real_name
|
4161
|
+
# wrong constant name real_object_id
|
4162
|
+
# wrong constant name real_private_instance_methods
|
4163
|
+
# wrong constant name real_singleton_class
|
4164
|
+
# wrong constant name real_singleton_methods
|
4165
|
+
# wrong constant name real_spaceship
|
4166
|
+
# wrong constant name real_superclass
|
4167
|
+
# wrong constant name <static-init>
|
4168
|
+
# wrong constant name excluded_rails_files
|
4169
|
+
# wrong constant name load_bundler
|
4170
|
+
# wrong constant name load_rails
|
4171
|
+
# wrong constant name my_require
|
4172
|
+
# wrong constant name patch_kernel
|
4173
|
+
# wrong constant name rails?
|
4174
|
+
# wrong constant name require_all_files
|
4175
|
+
# wrong constant name require_everything
|
4176
|
+
# wrong constant name alias
|
4177
|
+
# wrong constant name ancestor_has_method
|
4178
|
+
# wrong constant name blacklisted_method
|
4179
|
+
# wrong constant name class_or_module
|
4180
|
+
# wrong constant name comparable?
|
4181
|
+
# wrong constant name constant
|
4182
|
+
# wrong constant name from_method
|
4183
|
+
# wrong constant name initialize
|
4184
|
+
# wrong constant name serialize_method
|
4185
|
+
# wrong constant name serialize_sig
|
4186
|
+
# wrong constant name to_sig
|
4187
|
+
# wrong constant name valid_class_name
|
4188
|
+
# wrong constant name valid_method_name
|
4189
|
+
# wrong constant name <static-init>
|
4190
|
+
# wrong constant name header
|
4191
|
+
# uninitialized constant Sorbet::Private::Static
|
4192
|
+
# Did you mean? Sorbet::Private::Status
|
4193
|
+
# uninitialized constant Sorbet::Private::Static
|
4194
|
+
# Did you mean? Sorbet::Private::Status
|
4195
|
+
# wrong constant name <static-init>
|
4196
|
+
# wrong constant name done
|
4197
|
+
# wrong constant name say
|
4198
|
+
# wrong constant name <static-init>
|
4199
|
+
# wrong constant name main
|
4200
|
+
# wrong constant name output_file
|
4201
|
+
# wrong constant name <static-init>
|
4202
|
+
# wrong constant name main
|
4203
|
+
# wrong constant name output_file
|
4204
|
+
# wrong constant name suggest_typed
|
4205
|
+
# wrong constant name <static-init>
|
4206
|
+
# wrong constant name main
|
4207
|
+
# wrong constant name output_file
|
4208
|
+
# wrong constant name <static-init>
|
4209
|
+
# uninitialized constant SortedSet::InspectKey
|
4210
|
+
# Did you mean? SortedSet::InspectKey
|
4211
|
+
# wrong constant name initialize
|
4212
|
+
# wrong constant name setup
|
4213
|
+
# wrong constant name result
|
4214
|
+
# undefined method `[]$2' for class `String'
|
4215
|
+
# undefined method `byteslice$2' for class `String'
|
4216
|
+
# undefined method `capitalize$1' for class `String'
|
4217
|
+
# undefined method `capitalize!$1' for class `String'
|
4218
|
+
# undefined method `center$1' for class `String'
|
4219
|
+
# undefined method `chomp$1' for class `String'
|
4220
|
+
# undefined method `chomp!$1' for class `String'
|
4221
|
+
# undefined method `concat$1' for class `String'
|
4222
|
+
# undefined method `count$1' for class `String'
|
4223
|
+
# undefined method `delete$1' for class `String'
|
4224
|
+
# Did you mean? DelegateClass
|
4225
|
+
# undefined method `delete!$1' for class `String'
|
4226
|
+
# undefined method `downcase$1' for class `String'
|
4227
|
+
# undefined method `downcase!$1' for class `String'
|
4228
|
+
# undefined method `each_line$2' for class `String'
|
4229
|
+
# undefined method `gsub$2' for class `String'
|
4230
|
+
# undefined method `gsub!$2' for class `String'
|
4231
|
+
# undefined method `index$1' for class `String'
|
4232
|
+
# undefined method `initialize$1' for class `String'
|
4233
|
+
# Did you mean? initialize
|
4234
|
+
# undefined method `lines$1' for class `String'
|
4235
|
+
# undefined method `ljust$1' for class `String'
|
4236
|
+
# undefined method `match$2' for class `String'
|
4237
|
+
# undefined method `prepend$1' for class `String'
|
4238
|
+
# Did you mean? prepend
|
4239
|
+
# prepended
|
4240
|
+
# undefined method `rindex$1' for class `String'
|
4241
|
+
# undefined method `rjust$1' for class `String'
|
4242
|
+
# undefined method `scrub$2' for class `String'
|
4243
|
+
# undefined method `scrub!$2' for class `String'
|
4244
|
+
# undefined method `slice$2' for class `String'
|
4245
|
+
# undefined method `slice!$2' for class `String'
|
4246
|
+
# undefined method `split$2' for class `String'
|
4247
|
+
# undefined method `squeeze$1' for class `String'
|
4248
|
+
# undefined method `squeeze!$1' for class `String'
|
4249
|
+
# undefined method `sub$2' for class `String'
|
4250
|
+
# undefined method `sub!$2' for class `String'
|
4251
|
+
# undefined method `sum$1' for class `String'
|
4252
|
+
# undefined method `swapcase$1' for class `String'
|
4253
|
+
# undefined method `swapcase!$1' for class `String'
|
4254
|
+
# undefined method `to_i$1' for class `String'
|
4255
|
+
# undefined method `upcase$1' for class `String'
|
4256
|
+
# undefined method `upcase!$1' for class `String'
|
4257
|
+
# undefined method `upto$2' for class `String'
|
4258
|
+
# wrong constant name +@
|
4259
|
+
# wrong constant name -@
|
4260
|
+
# wrong constant name []$2
|
4261
|
+
# wrong constant name []=
|
4262
|
+
# wrong constant name byteslice$2
|
4263
|
+
# wrong constant name capitalize$1
|
4264
|
+
# wrong constant name capitalize!$1
|
4265
|
+
# wrong constant name casecmp?
|
4266
|
+
# wrong constant name center$1
|
4267
|
+
# wrong constant name chomp$1
|
4268
|
+
# wrong constant name chomp!$1
|
4269
|
+
# wrong constant name concat$1
|
4270
|
+
# wrong constant name count$1
|
4271
|
+
# wrong constant name delete$1
|
4272
|
+
# wrong constant name delete!$1
|
4273
|
+
# wrong constant name delete_prefix
|
4274
|
+
# wrong constant name delete_prefix!
|
4275
|
+
# wrong constant name delete_suffix
|
4276
|
+
# wrong constant name delete_suffix!
|
4277
|
+
# wrong constant name downcase$1
|
4278
|
+
# wrong constant name downcase!$1
|
4279
|
+
# wrong constant name each_grapheme_cluster
|
4280
|
+
# wrong constant name each_line$2
|
4281
|
+
# wrong constant name encode
|
4282
|
+
# wrong constant name encode!
|
4283
|
+
# wrong constant name grapheme_clusters
|
4284
|
+
# wrong constant name gsub$2
|
4285
|
+
# wrong constant name gsub!$2
|
4286
|
+
# wrong constant name index$1
|
4287
|
+
# wrong constant name initialize$1
|
4288
|
+
# wrong constant name lines$1
|
4289
|
+
# wrong constant name ljust$1
|
4290
|
+
# wrong constant name match$2
|
4291
|
+
# wrong constant name match?
|
4292
|
+
# wrong constant name prepend$1
|
4293
|
+
# wrong constant name reverse!
|
4294
|
+
# wrong constant name rindex$1
|
4295
|
+
# wrong constant name rjust$1
|
4296
|
+
# wrong constant name scrub$2
|
4297
|
+
# wrong constant name scrub!$2
|
4298
|
+
# wrong constant name shellescape
|
4299
|
+
# wrong constant name shellsplit
|
4300
|
+
# wrong constant name slice$2
|
4301
|
+
# wrong constant name slice!$2
|
4302
|
+
# wrong constant name split$2
|
4303
|
+
# wrong constant name squeeze$1
|
4304
|
+
# wrong constant name squeeze!$1
|
4305
|
+
# wrong constant name sub$2
|
4306
|
+
# wrong constant name sub!$2
|
4307
|
+
# wrong constant name succ!
|
4308
|
+
# wrong constant name sum$1
|
4309
|
+
# wrong constant name swapcase$1
|
4310
|
+
# wrong constant name swapcase!$1
|
4311
|
+
# wrong constant name to_i$1
|
4312
|
+
# wrong constant name undump
|
4313
|
+
# wrong constant name unicode_normalize
|
4314
|
+
# wrong constant name unicode_normalize!
|
4315
|
+
# wrong constant name unicode_normalized?
|
4316
|
+
# wrong constant name unpack1
|
4317
|
+
# wrong constant name upcase$1
|
4318
|
+
# wrong constant name upcase!$1
|
4319
|
+
# wrong constant name upto$2
|
4320
|
+
# undefined method `each$2' for class `StringIO'
|
4321
|
+
# undefined method `each_line$2' for class `StringIO'
|
4322
|
+
# undefined method `fcntl$1' for class `StringIO'
|
4323
|
+
# undefined method `initialize$1' for class `StringIO'
|
4324
|
+
# Did you mean? initialize
|
4325
|
+
# undefined method `lines$2' for class `StringIO'
|
4326
|
+
# undefined method `read$1' for class `StringIO'
|
4327
|
+
# undefined method `reopen$2' for class `StringIO'
|
4328
|
+
# undefined method `seek$1' for class `StringIO'
|
4329
|
+
# undefined method `set_encoding$2' for class `StringIO'
|
4330
|
+
# undefined method `write$1' for class `StringIO'
|
4331
|
+
# wrong constant name each$2
|
4332
|
+
# wrong constant name each_line$2
|
4333
|
+
# wrong constant name fcntl$1
|
4334
|
+
# wrong constant name initialize$1
|
4335
|
+
# wrong constant name length
|
4336
|
+
# wrong constant name lines$2
|
4337
|
+
# wrong constant name read$1
|
4338
|
+
# wrong constant name reopen$2
|
4339
|
+
# wrong constant name seek$1
|
4340
|
+
# wrong constant name set_encoding$2
|
4341
|
+
# wrong constant name truncate
|
4342
|
+
# wrong constant name write$1
|
4343
|
+
# wrong constant name <<
|
4344
|
+
# wrong constant name []
|
4345
|
+
# wrong constant name beginning_of_line?
|
4346
|
+
# wrong constant name bol?
|
4347
|
+
# wrong constant name captures
|
4348
|
+
# wrong constant name charpos
|
4349
|
+
# wrong constant name check
|
4350
|
+
# wrong constant name check_until
|
4351
|
+
# wrong constant name clear
|
4352
|
+
# wrong constant name concat
|
4353
|
+
# wrong constant name empty?
|
4354
|
+
# wrong constant name exist?
|
4355
|
+
# wrong constant name get_byte
|
4356
|
+
# wrong constant name getbyte
|
4357
|
+
# wrong constant name initialize
|
4358
|
+
# wrong constant name match?
|
4359
|
+
# wrong constant name matched
|
4360
|
+
# wrong constant name matched?
|
4361
|
+
# wrong constant name matched_size
|
4362
|
+
# wrong constant name peek
|
4363
|
+
# wrong constant name peep
|
4364
|
+
# wrong constant name pointer
|
4365
|
+
# wrong constant name pointer=
|
4366
|
+
# wrong constant name pos
|
4367
|
+
# wrong constant name pos=
|
4368
|
+
# wrong constant name post_match
|
4369
|
+
# wrong constant name pre_match
|
4370
|
+
# wrong constant name reset
|
4371
|
+
# wrong constant name rest
|
4372
|
+
# wrong constant name rest?
|
4373
|
+
# wrong constant name rest_size
|
4374
|
+
# wrong constant name restsize
|
4375
|
+
# wrong constant name scan_full
|
4376
|
+
# wrong constant name scan_until
|
4377
|
+
# wrong constant name search_full
|
4378
|
+
# wrong constant name size
|
4379
|
+
# wrong constant name skip
|
4380
|
+
# wrong constant name skip_until
|
4381
|
+
# wrong constant name string
|
4382
|
+
# wrong constant name string=
|
4383
|
+
# wrong constant name terminate
|
4384
|
+
# wrong constant name unscan
|
4385
|
+
# wrong constant name values_at
|
4386
|
+
# wrong constant name must_C_version
|
4387
|
+
# undefined method `initialize$1' for class `Struct'
|
4388
|
+
# Did you mean? initialize
|
4389
|
+
# wrong constant name []
|
4390
|
+
# wrong constant name []=
|
4391
|
+
# wrong constant name dig
|
4392
|
+
# wrong constant name each_pair
|
4393
|
+
# wrong constant name initialize$1
|
4394
|
+
# wrong constant name length
|
4395
|
+
# wrong constant name members
|
4396
|
+
# wrong constant name select
|
4397
|
+
# wrong constant name size
|
4398
|
+
# wrong constant name to_a
|
4399
|
+
# wrong constant name to_h
|
4400
|
+
# wrong constant name values
|
4401
|
+
# wrong constant name values_at
|
4402
|
+
# undefined method `[]$2' for class `Symbol'
|
4403
|
+
# undefined method `capitalize$1' for class `Symbol'
|
4404
|
+
# undefined method `downcase$1' for class `Symbol'
|
4405
|
+
# undefined method `match$1' for class `Symbol'
|
4406
|
+
# undefined method `slice$2' for class `Symbol'
|
4407
|
+
# undefined method `swapcase$1' for class `Symbol'
|
4408
|
+
# undefined method `upcase$1' for class `Symbol'
|
4409
|
+
# wrong constant name []$2
|
4410
|
+
# wrong constant name capitalize$1
|
4411
|
+
# wrong constant name casecmp?
|
4412
|
+
# wrong constant name downcase$1
|
4413
|
+
# wrong constant name match$1
|
4414
|
+
# wrong constant name match?
|
4415
|
+
# wrong constant name next
|
4416
|
+
# wrong constant name slice$2
|
4417
|
+
# wrong constant name swapcase$1
|
4418
|
+
# wrong constant name upcase$1
|
4419
|
+
# wrong constant name errno
|
4420
|
+
# wrong constant name status
|
4421
|
+
# wrong constant name success?
|
4422
|
+
# wrong constant name T.noreturn
|
4423
|
+
# wrong constant name T.noreturn
|
4424
|
+
# wrong constant name T.untyped
|
4425
|
+
# wrong constant name abort_on_exception
|
4426
|
+
# wrong constant name abort_on_exception=
|
4427
|
+
# wrong constant name add_trace_func
|
4428
|
+
# wrong constant name backtrace
|
4429
|
+
# wrong constant name backtrace_locations
|
4430
|
+
# wrong constant name exit
|
4431
|
+
# wrong constant name fetch
|
4432
|
+
# wrong constant name group
|
4433
|
+
# wrong constant name initialize
|
4434
|
+
# wrong constant name join
|
4435
|
+
# wrong constant name key?
|
4436
|
+
# wrong constant name keys
|
4437
|
+
# wrong constant name name
|
4438
|
+
# wrong constant name name=
|
4439
|
+
# wrong constant name pending_interrupt?
|
4440
|
+
# wrong constant name priority
|
4441
|
+
# wrong constant name priority=
|
4442
|
+
# wrong constant name report_on_exception
|
4443
|
+
# wrong constant name report_on_exception=
|
4444
|
+
# wrong constant name run
|
4445
|
+
# wrong constant name safe_level
|
4446
|
+
# wrong constant name status
|
4447
|
+
# wrong constant name stop?
|
4448
|
+
# wrong constant name terminate
|
4449
|
+
# wrong constant name thread_variable?
|
4450
|
+
# wrong constant name thread_variable_get
|
4451
|
+
# wrong constant name thread_variable_set
|
4452
|
+
# wrong constant name thread_variables
|
4453
|
+
# wrong constant name value
|
4454
|
+
# wrong constant name wakeup
|
4455
|
+
# wrong constant name broadcast
|
4456
|
+
# wrong constant name marshal_dump
|
4457
|
+
# wrong constant name signal
|
4458
|
+
# wrong constant name wait
|
4459
|
+
# wrong constant name lock
|
4460
|
+
# wrong constant name locked?
|
4461
|
+
# wrong constant name owned?
|
4462
|
+
# wrong constant name synchronize
|
4463
|
+
# wrong constant name try_lock
|
4464
|
+
# wrong constant name unlock
|
4465
|
+
# wrong constant name <<
|
4466
|
+
# wrong constant name clear
|
4467
|
+
# wrong constant name close
|
4468
|
+
# wrong constant name closed?
|
4469
|
+
# wrong constant name deq
|
4470
|
+
# wrong constant name empty?
|
4471
|
+
# wrong constant name enq
|
4472
|
+
# wrong constant name length
|
4473
|
+
# wrong constant name marshal_dump
|
4474
|
+
# wrong constant name num_waiting
|
4475
|
+
# wrong constant name pop
|
4476
|
+
# wrong constant name push
|
4477
|
+
# wrong constant name shift
|
4478
|
+
# wrong constant name size
|
4479
|
+
# wrong constant name <<
|
4480
|
+
# wrong constant name enq
|
4481
|
+
# wrong constant name initialize
|
4482
|
+
# wrong constant name max
|
4483
|
+
# wrong constant name max=
|
4484
|
+
# wrong constant name push
|
4485
|
+
# wrong constant name abort_on_exception
|
4486
|
+
# wrong constant name abort_on_exception=
|
4487
|
+
# wrong constant name exclusive
|
4488
|
+
# wrong constant name exit
|
4489
|
+
# wrong constant name fork
|
4490
|
+
# wrong constant name handle_interrupt
|
4491
|
+
# wrong constant name kill
|
4492
|
+
# wrong constant name list
|
4493
|
+
# wrong constant name pass
|
4494
|
+
# wrong constant name pending_interrupt?
|
4495
|
+
# wrong constant name report_on_exception
|
4496
|
+
# wrong constant name report_on_exception=
|
4497
|
+
# wrong constant name start
|
4498
|
+
# wrong constant name stop
|
4499
|
+
# wrong constant name add
|
4500
|
+
# wrong constant name enclose
|
4501
|
+
# wrong constant name enclosed?
|
4502
|
+
# wrong constant name list
|
4503
|
+
# undefined singleton method `at$2' for `Time'
|
4504
|
+
# undefined singleton method `gm$1' for `Time'
|
4505
|
+
# undefined singleton method `local$1' for `Time'
|
4506
|
+
# undefined singleton method `mktime$1' for `Time'
|
4507
|
+
# undefined singleton method `utc$1' for `Time'
|
4508
|
+
# undefined singleton method `zone_offset$1' for `Time'
|
4509
|
+
# wrong constant name at$2
|
4510
|
+
# wrong constant name gm$1
|
4511
|
+
# wrong constant name local$1
|
4512
|
+
# wrong constant name mktime$1
|
4513
|
+
# wrong constant name utc$1
|
4514
|
+
# wrong constant name zone_offset$1
|
4515
|
+
# wrong constant name event
|
4516
|
+
# wrong constant name decode
|
4517
|
+
# wrong constant name encode
|
4518
|
+
# wrong constant name escape
|
4519
|
+
# wrong constant name unescape
|
4520
|
+
# wrong constant name set_typecode
|
4521
|
+
# wrong constant name typecode
|
4522
|
+
# wrong constant name typecode=
|
4523
|
+
# wrong constant name new2
|
4524
|
+
# wrong constant name +
|
4525
|
+
# wrong constant name -
|
4526
|
+
# wrong constant name ==
|
4527
|
+
# wrong constant name absolute
|
4528
|
+
# wrong constant name absolute?
|
4529
|
+
# wrong constant name coerce
|
4530
|
+
# wrong constant name component
|
4531
|
+
# wrong constant name component_ary
|
4532
|
+
# wrong constant name default_port
|
4533
|
+
# wrong constant name eql?
|
4534
|
+
# wrong constant name find_proxy
|
4535
|
+
# wrong constant name fragment
|
4536
|
+
# wrong constant name fragment=
|
4537
|
+
# wrong constant name hierarchical?
|
4538
|
+
# wrong constant name host
|
4539
|
+
# wrong constant name host=
|
4540
|
+
# wrong constant name hostname
|
4541
|
+
# wrong constant name hostname=
|
4542
|
+
# wrong constant name initialize
|
4543
|
+
# wrong constant name merge
|
4544
|
+
# wrong constant name merge!
|
4545
|
+
# wrong constant name normalize
|
4546
|
+
# wrong constant name normalize!
|
4547
|
+
# wrong constant name opaque
|
4548
|
+
# wrong constant name opaque=
|
4549
|
+
# wrong constant name parser
|
4550
|
+
# wrong constant name password
|
4551
|
+
# wrong constant name password=
|
4552
|
+
# wrong constant name path
|
4553
|
+
# wrong constant name path=
|
4554
|
+
# wrong constant name port
|
4555
|
+
# wrong constant name port=
|
4556
|
+
# wrong constant name query
|
4557
|
+
# wrong constant name query=
|
4558
|
+
# wrong constant name registry
|
4559
|
+
# wrong constant name registry=
|
4560
|
+
# wrong constant name relative?
|
4561
|
+
# wrong constant name route_from
|
4562
|
+
# wrong constant name route_to
|
4563
|
+
# wrong constant name scheme
|
4564
|
+
# wrong constant name scheme=
|
4565
|
+
# wrong constant name select
|
4566
|
+
# wrong constant name set_host
|
4567
|
+
# wrong constant name set_opaque
|
4568
|
+
# wrong constant name set_password
|
4569
|
+
# wrong constant name set_path
|
4570
|
+
# wrong constant name set_port
|
4571
|
+
# wrong constant name set_registry
|
4572
|
+
# wrong constant name set_scheme
|
4573
|
+
# wrong constant name set_user
|
4574
|
+
# wrong constant name set_userinfo
|
4575
|
+
# wrong constant name user
|
4576
|
+
# wrong constant name user=
|
4577
|
+
# wrong constant name userinfo
|
4578
|
+
# wrong constant name userinfo=
|
4579
|
+
# wrong constant name build
|
4580
|
+
# wrong constant name build2
|
4581
|
+
# wrong constant name component
|
4582
|
+
# wrong constant name default_port
|
4583
|
+
# wrong constant name use_proxy?
|
4584
|
+
# wrong constant name use_registry
|
4585
|
+
# wrong constant name request_uri
|
4586
|
+
# wrong constant name attributes
|
4587
|
+
# wrong constant name attributes=
|
4588
|
+
# wrong constant name dn
|
4589
|
+
# wrong constant name dn=
|
4590
|
+
# wrong constant name extensions
|
4591
|
+
# wrong constant name extensions=
|
4592
|
+
# wrong constant name filter
|
4593
|
+
# wrong constant name filter=
|
4594
|
+
# wrong constant name initialize
|
4595
|
+
# wrong constant name scope
|
4596
|
+
# wrong constant name scope=
|
4597
|
+
# wrong constant name set_attributes
|
4598
|
+
# wrong constant name set_dn
|
4599
|
+
# wrong constant name set_extensions
|
4600
|
+
# wrong constant name set_filter
|
4601
|
+
# wrong constant name set_scope
|
4602
|
+
# wrong constant name headers
|
4603
|
+
# wrong constant name headers=
|
4604
|
+
# wrong constant name initialize
|
4605
|
+
# wrong constant name set_headers
|
4606
|
+
# wrong constant name set_to
|
4607
|
+
# wrong constant name to
|
4608
|
+
# wrong constant name to=
|
4609
|
+
# wrong constant name to_mailtext
|
4610
|
+
# wrong constant name to_rfc822text
|
4611
|
+
# wrong constant name escape
|
4612
|
+
# wrong constant name extract
|
4613
|
+
# wrong constant name initialize
|
4614
|
+
# wrong constant name join
|
4615
|
+
# wrong constant name make_regexp
|
4616
|
+
# wrong constant name parse
|
4617
|
+
# wrong constant name pattern
|
4618
|
+
# wrong constant name regexp
|
4619
|
+
# wrong constant name split
|
4620
|
+
# wrong constant name unescape
|
4621
|
+
# wrong constant name join
|
4622
|
+
# wrong constant name parse
|
4623
|
+
# wrong constant name regexp
|
4624
|
+
# wrong constant name split
|
4625
|
+
# wrong constant name make_components_hash
|
4626
|
+
# wrong constant name decode_www_form
|
4627
|
+
# wrong constant name encode_www_form
|
4628
|
+
# wrong constant name encode_www_form_component
|
4629
|
+
# wrong constant name get_encoding
|
4630
|
+
# wrong constant name clone
|
4631
|
+
# wrong constant name original_name
|
4632
|
+
# wrong constant name tag
|
4633
|
+
# wrong constant name value
|
4634
|
+
# wrong constant name <static-init>
|
4635
|
+
# uninitialized constant WEBrick
|
4636
|
+
# uninitialized constant WEBrick
|
4637
|
+
# wrong constant name warn
|