muina 0.2.7
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 +7 -0
- data/.github/workflows/main.yml +16 -0
- data/.gitignore +5 -0
- data/.mutant.yml +38 -0
- data/.rspec +4 -0
- data/.rubocop.yml +172 -0
- data/.ruby-version +1 -0
- data/.simplecov +14 -0
- data/CHANGELOG.md +38 -0
- data/Gemfile +34 -0
- data/Gemfile.lock +265 -0
- data/Guardfile +24 -0
- data/README.md +36 -0
- data/Rakefile +13 -0
- data/SECURITY.md +14 -0
- data/bin/bundle +114 -0
- data/bin/console +15 -0
- data/bin/flay +29 -0
- data/bin/flog +29 -0
- data/bin/guard +29 -0
- data/bin/irb +29 -0
- data/bin/lefthook +29 -0
- data/bin/mutant +29 -0
- data/bin/parlour +29 -0
- data/bin/rake +29 -0
- data/bin/rspec +29 -0
- data/bin/rubocop +29 -0
- data/bin/setup +8 -0
- data/bin/srb +29 -0
- data/bin/srb-rbi +29 -0
- data/bin/tapioca +29 -0
- data/exe/muina +11 -0
- data/lefthook.yml +39 -0
- data/lib/muina/action/params_factory.rb +17 -0
- data/lib/muina/action/step/command.rb +31 -0
- data/lib/muina/action/step/failure.rb +18 -0
- data/lib/muina/action/step/query.rb +31 -0
- data/lib/muina/action/step/result.rb +51 -0
- data/lib/muina/action/step.rb +13 -0
- data/lib/muina/action.rb +73 -0
- data/lib/muina/any.rb +7 -0
- data/lib/muina/classes.rb +7 -0
- data/lib/muina/module.rb +6 -0
- data/lib/muina/parameters.rb +7 -0
- data/lib/muina/params.rb +19 -0
- data/lib/muina/private_creation.rb +12 -0
- data/lib/muina/result/factory.rb +37 -0
- data/lib/muina/result/failure.rb +31 -0
- data/lib/muina/result/null.rb +25 -0
- data/lib/muina/result/success.rb +31 -0
- data/lib/muina/result.rb +17 -0
- data/lib/muina/service.rb +37 -0
- data/lib/muina/symbol_hash.rb +7 -0
- data/lib/muina/unit.rb +10 -0
- data/lib/muina/untyped_array.rb +7 -0
- data/lib/muina/untyped_hash.rb +7 -0
- data/lib/muina/value.rb +16 -0
- data/lib/muina/version.rb +7 -0
- data/lib/muina.rb +42 -0
- data/muina.gemspec +35 -0
- data/rbi/muina.rbi +268 -0
- data/sorbet/config +2 -0
- data/sorbet/rbi/gems/actionpack@6.1.4.rbi +5045 -0
- data/sorbet/rbi/gems/actionview@6.1.4.rbi +2416 -0
- data/sorbet/rbi/gems/activesupport@6.1.4.rbi +3778 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +54 -0
- data/sorbet/rbi/gems/awesome_print@1.9.2.rbi +322 -0
- data/sorbet/rbi/gems/builder@3.2.4.rbi +8 -0
- data/sorbet/rbi/gems/byebug@11.1.3.rbi +18 -0
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +8 -0
- data/sorbet/rbi/gems/colorize@0.8.1.rbi +39 -0
- data/sorbet/rbi/gems/commander@4.6.0.rbi +8 -0
- data/sorbet/rbi/gems/concurrent-ruby@1.1.9.rbi +2403 -0
- data/sorbet/rbi/gems/crass@1.0.6.rbi +123 -0
- data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +185 -0
- data/sorbet/rbi/gems/docile@1.4.0.rbi +54 -0
- data/sorbet/rbi/gems/erubi@1.10.0.rbi +36 -0
- data/sorbet/rbi/gems/erubis@2.7.0.rbi +8 -0
- data/sorbet/rbi/gems/faker@2.18.0.rbi +2469 -0
- data/sorbet/rbi/gems/ffi@1.15.3.rbi +8 -0
- data/sorbet/rbi/gems/flay@2.12.1.rbi +178 -0
- data/sorbet/rbi/gems/flog@4.6.4.rbi +70 -0
- data/sorbet/rbi/gems/formatador@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/guard-compat@1.2.1.rbi +49 -0
- data/sorbet/rbi/gems/guard-rspec@4.7.3.rbi +233 -0
- data/sorbet/rbi/gems/guard-rubocop@1.4.0.rbi +66 -0
- data/sorbet/rbi/gems/guard-shell@0.7.2.rbi +69 -0
- data/sorbet/rbi/gems/guard@2.18.0.rbi +617 -0
- data/sorbet/rbi/gems/highline@2.0.3.rbi +8 -0
- data/sorbet/rbi/gems/i18n@1.8.10.rbi +616 -0
- data/sorbet/rbi/gems/io-console@0.5.9.rbi +8 -0
- data/sorbet/rbi/gems/irb@1.3.6.rbi +452 -0
- data/sorbet/rbi/gems/lefthook@0.7.6.rbi +8 -0
- data/sorbet/rbi/gems/listen@3.6.0.rbi +476 -0
- data/sorbet/rbi/gems/loofah@2.10.0.rbi +223 -0
- data/sorbet/rbi/gems/lumberjack@1.2.8.rbi +431 -0
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +8 -0
- data/sorbet/rbi/gems/minitest@5.14.4.rbi +344 -0
- data/sorbet/rbi/gems/mutant-license@0.1.1.1.4043027289354708743625974235631451632228.0.rbi +8 -0
- data/sorbet/rbi/gems/mutant-rspec@0.10.32.rbi +8 -0
- data/sorbet/rbi/gems/mutant@0.10.32.rbi +4154 -0
- data/sorbet/rbi/gems/nenv@0.3.0.rbi +88 -0
- data/sorbet/rbi/gems/nokogiri@1.11.7.rbi +1422 -0
- data/sorbet/rbi/gems/notiffany@0.1.3.rbi +331 -0
- data/sorbet/rbi/gems/parallel@1.20.1.rbi +113 -0
- data/sorbet/rbi/gems/parlour@6.0.1.rbi +1726 -0
- data/sorbet/rbi/gems/parser@3.0.2.0.rbi +1683 -0
- data/sorbet/rbi/gems/path_expander@1.1.0.rbi +24 -0
- data/sorbet/rbi/gems/polyfill@1.9.0.rbi +393 -0
- data/sorbet/rbi/gems/pry@0.14.1.rbi +8 -0
- data/sorbet/rbi/gems/racc@1.5.2.rbi +47 -0
- data/sorbet/rbi/gems/rack-test@1.1.0.rbi +272 -0
- data/sorbet/rbi/gems/rack@2.2.3.rbi +1618 -0
- data/sorbet/rbi/gems/rails-dom-testing@2.0.3.rbi +92 -0
- data/sorbet/rbi/gems/rails-html-sanitizer@1.3.0.rbi +183 -0
- data/sorbet/rbi/gems/rainbow@3.0.0.rbi +153 -0
- data/sorbet/rbi/gems/rake@13.0.6.rbi +808 -0
- data/sorbet/rbi/gems/rb-fsevent@0.11.0.rbi +8 -0
- data/sorbet/rbi/gems/rb-inotify@0.10.1.rbi +8 -0
- data/sorbet/rbi/gems/regexp_parser@2.1.1.rbi +1120 -0
- data/sorbet/rbi/gems/reline@0.2.6.rbi +662 -0
- data/sorbet/rbi/gems/rexml@3.2.5.rbi +672 -0
- data/sorbet/rbi/gems/rspec-core@3.10.1.rbi +2509 -0
- data/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi +1574 -0
- data/sorbet/rbi/gems/rspec-mocks@3.10.2.rbi +1462 -0
- data/sorbet/rbi/gems/rspec-support@3.10.2.rbi +509 -0
- data/sorbet/rbi/gems/rspec@3.10.0.rbi +38 -0
- data/sorbet/rbi/gems/rubocop-ast@1.8.0.rbi +2194 -0
- data/sorbet/rbi/gems/rubocop-performance@1.11.4.rbi +899 -0
- data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +118 -0
- data/sorbet/rbi/gems/rubocop-rspec@2.4.0.rbi +1805 -0
- data/sorbet/rbi/gems/rubocop-sorbet@0.6.2.rbi +288 -0
- data/sorbet/rbi/gems/rubocop@1.18.4.rbi +13197 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +405 -0
- data/sorbet/rbi/gems/ruby_parser@3.16.0.rbi +4528 -0
- data/sorbet/rbi/gems/safe_type@1.1.1.rbi +157 -0
- data/sorbet/rbi/gems/sexp_processor@4.15.3.rbi +359 -0
- data/sorbet/rbi/gems/shellany@0.0.1.rbi +28 -0
- data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +89 -0
- data/sorbet/rbi/gems/simplecov@0.21.2.rbi +577 -0
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.3.rbi +8 -0
- data/sorbet/rbi/gems/sorbet-coerce@0.5.0.rbi +42 -0
- data/sorbet/rbi/gems/sorbet-rails@0.7.4.rbi +8 -0
- data/sorbet/rbi/gems/sorbet-struct-comparable@1.1.0.rbi +17 -0
- data/sorbet/rbi/gems/spoom@1.1.1.rbi +1193 -0
- data/sorbet/rbi/gems/tapioca@0.4.23.rbi +1826 -0
- data/sorbet/rbi/gems/thor@1.1.0.rbi +838 -0
- data/sorbet/rbi/gems/tzinfo@2.0.4.rbi +856 -0
- data/sorbet/rbi/gems/unicode-display_width@2.0.0.rbi +26 -0
- data/sorbet/rbi/gems/unparser@0.6.0.rbi +2037 -0
- data/sorbet/rbi/gems/zeitwerk@2.4.2.rbi +173 -0
- data/sorbet/rbi/todo.rbi +8 -0
- data/sorbet/rbi/typed_params.rbi +7 -0
- data/sorbet/tapioca/require.rb +16 -0
- metadata +269 -0
|
@@ -0,0 +1,4154 @@
|
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
|
2
|
+
# This is an autogenerated file for types exported from the `mutant` gem.
|
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
|
4
|
+
|
|
5
|
+
# typed: true
|
|
6
|
+
|
|
7
|
+
module Mutant
|
|
8
|
+
class << self
|
|
9
|
+
def traverse(action, values); end
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
|
|
13
|
+
module Mutant::AST
|
|
14
|
+
class << self
|
|
15
|
+
def find_last_path(node, &predicate); end
|
|
16
|
+
|
|
17
|
+
private
|
|
18
|
+
|
|
19
|
+
def walk(node, stack, &block); end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
class Mutant::AST::FindMetaclassContaining
|
|
24
|
+
include ::Mutant::Procto
|
|
25
|
+
include ::Unparser::Equalizer::Methods
|
|
26
|
+
include ::Mutant::AST::NodePredicates
|
|
27
|
+
extend ::Mutant::Procto::ClassMethods
|
|
28
|
+
|
|
29
|
+
def call; end
|
|
30
|
+
|
|
31
|
+
private
|
|
32
|
+
|
|
33
|
+
def include_exact?(haystack, needle); end
|
|
34
|
+
def metaclass_of?(sclass); end
|
|
35
|
+
def transparently_contains?(body); end
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
Mutant::AST::FindMetaclassContaining::SCLASS_BODY_INDEX = T.let(T.unsafe(nil), Integer)
|
|
39
|
+
module Mutant::AST::Meta; end
|
|
40
|
+
|
|
41
|
+
class Mutant::AST::Meta::Const
|
|
42
|
+
include ::Mutant::AST::NodePredicates
|
|
43
|
+
include ::Unparser::Equalizer::Methods
|
|
44
|
+
include ::Mutant::AST::NamedChildren
|
|
45
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
46
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
47
|
+
|
|
48
|
+
def base; end
|
|
49
|
+
def name; end
|
|
50
|
+
def possible_top_level?; end
|
|
51
|
+
|
|
52
|
+
private
|
|
53
|
+
|
|
54
|
+
def remaining_children; end
|
|
55
|
+
def remaining_children_indices; end
|
|
56
|
+
def remaining_children_with_index; end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
class Mutant::AST::Meta::Optarg
|
|
60
|
+
include ::Unparser::Equalizer::Methods
|
|
61
|
+
include ::Mutant::AST::NamedChildren
|
|
62
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
63
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
64
|
+
|
|
65
|
+
def default_value; end
|
|
66
|
+
def name; end
|
|
67
|
+
def used?; end
|
|
68
|
+
|
|
69
|
+
private
|
|
70
|
+
|
|
71
|
+
def remaining_children; end
|
|
72
|
+
def remaining_children_indices; end
|
|
73
|
+
def remaining_children_with_index; end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
Mutant::AST::Meta::Optarg::UNDERSCORE = T.let(T.unsafe(nil), String)
|
|
77
|
+
|
|
78
|
+
class Mutant::AST::Meta::Resbody
|
|
79
|
+
include ::Unparser::Equalizer::Methods
|
|
80
|
+
include ::Mutant::AST::NamedChildren
|
|
81
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
82
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
83
|
+
|
|
84
|
+
def assignment; end
|
|
85
|
+
def body; end
|
|
86
|
+
def captures; end
|
|
87
|
+
|
|
88
|
+
private
|
|
89
|
+
|
|
90
|
+
def remaining_children; end
|
|
91
|
+
def remaining_children_indices; end
|
|
92
|
+
def remaining_children_with_index; end
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
class Mutant::AST::Meta::Send
|
|
96
|
+
include ::Mutant::AST::NodePredicates
|
|
97
|
+
include ::Unparser::Equalizer::Methods
|
|
98
|
+
include ::Mutant::AST::NamedChildren
|
|
99
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
100
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
101
|
+
|
|
102
|
+
def arguments; end
|
|
103
|
+
def attribute_assignment?; end
|
|
104
|
+
def binary_method_operator?; end
|
|
105
|
+
def proc?; end
|
|
106
|
+
def receiver; end
|
|
107
|
+
def receiver_possible_top_level_const?; end
|
|
108
|
+
def selector; end
|
|
109
|
+
|
|
110
|
+
private
|
|
111
|
+
|
|
112
|
+
def naked_proc?; end
|
|
113
|
+
def proc_new?; end
|
|
114
|
+
def remaining_children; end
|
|
115
|
+
def remaining_children_indices; end
|
|
116
|
+
def remaining_children_with_index; end
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
Mutant::AST::Meta::Send::ATTRIBUTE_ASSIGNMENT_SELECTOR_SUFFIX = T.let(T.unsafe(nil), String)
|
|
120
|
+
|
|
121
|
+
class Mutant::AST::Meta::Symbol
|
|
122
|
+
include ::Unparser::Equalizer::Methods
|
|
123
|
+
include ::Mutant::AST::NamedChildren
|
|
124
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
125
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
126
|
+
|
|
127
|
+
def name; end
|
|
128
|
+
|
|
129
|
+
private
|
|
130
|
+
|
|
131
|
+
def remaining_children; end
|
|
132
|
+
def remaining_children_indices; end
|
|
133
|
+
def remaining_children_with_index; end
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
module Mutant::AST::NamedChildren
|
|
137
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
138
|
+
|
|
139
|
+
mixes_in_class_methods ::Mutant::AST::NamedChildren::ClassMethods
|
|
140
|
+
|
|
141
|
+
class << self
|
|
142
|
+
def included(host); end
|
|
143
|
+
end
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
module Mutant::AST::NamedChildren::ClassMethods
|
|
147
|
+
private
|
|
148
|
+
|
|
149
|
+
def children(*names); end
|
|
150
|
+
def define_named_child(name, index); end
|
|
151
|
+
def define_private_method(name, &block); end
|
|
152
|
+
def define_remaining_children(names); end
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
module Mutant::AST::NamedChildren::InstanceMethods
|
|
156
|
+
private
|
|
157
|
+
|
|
158
|
+
def children; end
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
module Mutant::AST::NodePredicates
|
|
162
|
+
private
|
|
163
|
+
|
|
164
|
+
def n___ENCODING__?(node); end
|
|
165
|
+
def n___FILE__?(node); end
|
|
166
|
+
def n___LINE__?(node); end
|
|
167
|
+
def n_alias?(node); end
|
|
168
|
+
def n_and?(node); end
|
|
169
|
+
def n_and_asgn?(node); end
|
|
170
|
+
def n_arg?(node); end
|
|
171
|
+
def n_arg_expr?(node); end
|
|
172
|
+
def n_args?(node); end
|
|
173
|
+
def n_array?(node); end
|
|
174
|
+
def n_array_pattern?(node); end
|
|
175
|
+
def n_array_pattern_with_tail?(node); end
|
|
176
|
+
def n_back_ref?(node); end
|
|
177
|
+
def n_begin?(node); end
|
|
178
|
+
def n_block?(node); end
|
|
179
|
+
def n_block_pass?(node); end
|
|
180
|
+
def n_blockarg?(node); end
|
|
181
|
+
def n_blockarg_expr?(node); end
|
|
182
|
+
def n_break?(node); end
|
|
183
|
+
def n_case?(node); end
|
|
184
|
+
def n_case_match?(node); end
|
|
185
|
+
def n_casgn?(node); end
|
|
186
|
+
def n_cbase?(node); end
|
|
187
|
+
def n_class?(node); end
|
|
188
|
+
def n_complex?(node); end
|
|
189
|
+
def n_const?(node); end
|
|
190
|
+
def n_const_pattern?(node); end
|
|
191
|
+
def n_csend?(node); end
|
|
192
|
+
def n_cvar?(node); end
|
|
193
|
+
def n_cvasgn?(node); end
|
|
194
|
+
def n_def?(node); end
|
|
195
|
+
def n_defined?(node); end
|
|
196
|
+
def n_defs?(node); end
|
|
197
|
+
def n_dstr?(node); end
|
|
198
|
+
def n_dsym?(node); end
|
|
199
|
+
def n_eflipflop?(node); end
|
|
200
|
+
def n_empty?(node); end
|
|
201
|
+
def n_empty_else?(node); end
|
|
202
|
+
def n_ensure?(node); end
|
|
203
|
+
def n_erange?(node); end
|
|
204
|
+
def n_false?(node); end
|
|
205
|
+
def n_find_pattern?(node); end
|
|
206
|
+
def n_float?(node); end
|
|
207
|
+
def n_for?(node); end
|
|
208
|
+
def n_forward_arg?(node); end
|
|
209
|
+
def n_forward_args?(node); end
|
|
210
|
+
def n_forwarded_args?(node); end
|
|
211
|
+
def n_gvar?(node); end
|
|
212
|
+
def n_gvasgn?(node); end
|
|
213
|
+
def n_hash?(node); end
|
|
214
|
+
def n_hash_pattern?(node); end
|
|
215
|
+
def n_ident?(node); end
|
|
216
|
+
def n_if?(node); end
|
|
217
|
+
def n_if_guard?(node); end
|
|
218
|
+
def n_iflipflop?(node); end
|
|
219
|
+
def n_in_match?(node); end
|
|
220
|
+
def n_in_pattern?(node); end
|
|
221
|
+
def n_index?(node); end
|
|
222
|
+
def n_indexasgn?(node); end
|
|
223
|
+
def n_int?(node); end
|
|
224
|
+
def n_irange?(node); end
|
|
225
|
+
def n_ivar?(node); end
|
|
226
|
+
def n_ivasgn?(node); end
|
|
227
|
+
def n_kwarg?(node); end
|
|
228
|
+
def n_kwargs?(node); end
|
|
229
|
+
def n_kwbegin?(node); end
|
|
230
|
+
def n_kwnilarg?(node); end
|
|
231
|
+
def n_kwoptarg?(node); end
|
|
232
|
+
def n_kwrestarg?(node); end
|
|
233
|
+
def n_kwsplat?(node); end
|
|
234
|
+
def n_lambda?(node); end
|
|
235
|
+
def n_lvar?(node); end
|
|
236
|
+
def n_lvasgn?(node); end
|
|
237
|
+
def n_masgn?(node); end
|
|
238
|
+
def n_match_alt?(node); end
|
|
239
|
+
def n_match_as?(node); end
|
|
240
|
+
def n_match_current_line?(node); end
|
|
241
|
+
def n_match_nil_pattern?(node); end
|
|
242
|
+
def n_match_pattern?(node); end
|
|
243
|
+
def n_match_pattern_p?(node); end
|
|
244
|
+
def n_match_rest?(node); end
|
|
245
|
+
def n_match_var?(node); end
|
|
246
|
+
def n_match_with_lvasgn?(node); end
|
|
247
|
+
def n_match_with_trailing_comma?(node); end
|
|
248
|
+
def n_mlhs?(node); end
|
|
249
|
+
def n_module?(node); end
|
|
250
|
+
def n_next?(node); end
|
|
251
|
+
def n_nil?(node); end
|
|
252
|
+
def n_nth_ref?(node); end
|
|
253
|
+
def n_numargs?(node); end
|
|
254
|
+
def n_numblock?(node); end
|
|
255
|
+
def n_objc_kwarg?(node); end
|
|
256
|
+
def n_objc_restarg?(node); end
|
|
257
|
+
def n_objc_varargs?(node); end
|
|
258
|
+
def n_op_asgn?(node); end
|
|
259
|
+
def n_optarg?(node); end
|
|
260
|
+
def n_or?(node); end
|
|
261
|
+
def n_or_asgn?(node); end
|
|
262
|
+
def n_pair?(node); end
|
|
263
|
+
def n_pin?(node); end
|
|
264
|
+
def n_postexe?(node); end
|
|
265
|
+
def n_preexe?(node); end
|
|
266
|
+
def n_procarg0?(node); end
|
|
267
|
+
def n_rational?(node); end
|
|
268
|
+
def n_redo?(node); end
|
|
269
|
+
def n_regexp?(node); end
|
|
270
|
+
def n_regexp_alnum_posixclass?(node); end
|
|
271
|
+
def n_regexp_alpha_posixclass?(node); end
|
|
272
|
+
def n_regexp_alpha_property?(node); end
|
|
273
|
+
def n_regexp_alternation_escape?(node); end
|
|
274
|
+
def n_regexp_alternation_meta?(node); end
|
|
275
|
+
def n_regexp_arabic_property?(node); end
|
|
276
|
+
def n_regexp_ascii_posixclass?(node); end
|
|
277
|
+
def n_regexp_atomic_group?(node); end
|
|
278
|
+
def n_regexp_backslash_escape?(node); end
|
|
279
|
+
def n_regexp_backspace_escape?(node); end
|
|
280
|
+
def n_regexp_bell_escape?(node); end
|
|
281
|
+
def n_regexp_blank_posixclass?(node); end
|
|
282
|
+
def n_regexp_bol_anchor?(node); end
|
|
283
|
+
def n_regexp_bol_escape?(node); end
|
|
284
|
+
def n_regexp_bos_anchor?(node); end
|
|
285
|
+
def n_regexp_capture_group?(node); end
|
|
286
|
+
def n_regexp_carriage_escape?(node); end
|
|
287
|
+
def n_regexp_character_set?(node); end
|
|
288
|
+
def n_regexp_cntrl_posixclass?(node); end
|
|
289
|
+
def n_regexp_codepoint_escape?(node); end
|
|
290
|
+
def n_regexp_codepoint_list_escape?(node); end
|
|
291
|
+
def n_regexp_comment_free_space?(node); end
|
|
292
|
+
def n_regexp_comment_group?(node); end
|
|
293
|
+
def n_regexp_condition_conditional?(node); end
|
|
294
|
+
def n_regexp_control_escape?(node); end
|
|
295
|
+
def n_regexp_digit_posixclass?(node); end
|
|
296
|
+
def n_regexp_digit_type?(node); end
|
|
297
|
+
def n_regexp_dot_escape?(node); end
|
|
298
|
+
def n_regexp_dot_meta?(node); end
|
|
299
|
+
def n_regexp_eol_anchor?(node); end
|
|
300
|
+
def n_regexp_eol_escape?(node); end
|
|
301
|
+
def n_regexp_eos_anchor?(node); end
|
|
302
|
+
def n_regexp_eos_ob_eol_anchor?(node); end
|
|
303
|
+
def n_regexp_escape_escape?(node); end
|
|
304
|
+
def n_regexp_form_feed_escape?(node); end
|
|
305
|
+
def n_regexp_graph_posixclass?(node); end
|
|
306
|
+
def n_regexp_greedy_interval?(node); end
|
|
307
|
+
def n_regexp_greedy_one_or_more?(node); end
|
|
308
|
+
def n_regexp_greedy_zero_or_more?(node); end
|
|
309
|
+
def n_regexp_greedy_zero_or_one?(node); end
|
|
310
|
+
def n_regexp_group_close_escape?(node); end
|
|
311
|
+
def n_regexp_group_open_escape?(node); end
|
|
312
|
+
def n_regexp_han_property?(node); end
|
|
313
|
+
def n_regexp_hangul_property?(node); end
|
|
314
|
+
def n_regexp_hex_escape?(node); end
|
|
315
|
+
def n_regexp_hex_type?(node); end
|
|
316
|
+
def n_regexp_hiragana_property?(node); end
|
|
317
|
+
def n_regexp_intersection_set?(node); end
|
|
318
|
+
def n_regexp_interval_close_escape?(node); end
|
|
319
|
+
def n_regexp_interval_open_escape?(node); end
|
|
320
|
+
def n_regexp_katakana_property?(node); end
|
|
321
|
+
def n_regexp_latin_property?(node); end
|
|
322
|
+
def n_regexp_letter_property?(node); end
|
|
323
|
+
def n_regexp_linebreak_type?(node); end
|
|
324
|
+
def n_regexp_literal_escape?(node); end
|
|
325
|
+
def n_regexp_literal_literal?(node); end
|
|
326
|
+
def n_regexp_lookahead_assertion?(node); end
|
|
327
|
+
def n_regexp_lookbehind_assertion?(node); end
|
|
328
|
+
def n_regexp_lower_posixclass?(node); end
|
|
329
|
+
def n_regexp_mark_keep?(node); end
|
|
330
|
+
def n_regexp_match_start_anchor?(node); end
|
|
331
|
+
def n_regexp_meta_sequence_escape?(node); end
|
|
332
|
+
def n_regexp_name_call_backref?(node); end
|
|
333
|
+
def n_regexp_named_group?(node); end
|
|
334
|
+
def n_regexp_newline_escape?(node); end
|
|
335
|
+
def n_regexp_nlookahead_assertion?(node); end
|
|
336
|
+
def n_regexp_nlookbehind_assertion?(node); end
|
|
337
|
+
def n_regexp_nondigit_type?(node); end
|
|
338
|
+
def n_regexp_nonhex_type?(node); end
|
|
339
|
+
def n_regexp_nonspace_type?(node); end
|
|
340
|
+
def n_regexp_nonword_boundary_anchor?(node); end
|
|
341
|
+
def n_regexp_nonword_type?(node); end
|
|
342
|
+
def n_regexp_number_backref?(node); end
|
|
343
|
+
def n_regexp_octal_escape?(node); end
|
|
344
|
+
def n_regexp_one_or_more_escape?(node); end
|
|
345
|
+
def n_regexp_open_conditional?(node); end
|
|
346
|
+
def n_regexp_options_group?(node); end
|
|
347
|
+
def n_regexp_options_switch_group?(node); end
|
|
348
|
+
def n_regexp_passive_group?(node); end
|
|
349
|
+
def n_regexp_possessive_interval?(node); end
|
|
350
|
+
def n_regexp_possessive_one_or_more?(node); end
|
|
351
|
+
def n_regexp_possessive_zero_or_more?(node); end
|
|
352
|
+
def n_regexp_possessive_zero_or_one?(node); end
|
|
353
|
+
def n_regexp_print_nonposixclass?(node); end
|
|
354
|
+
def n_regexp_print_nonproperty?(node); end
|
|
355
|
+
def n_regexp_print_posixclass?(node); end
|
|
356
|
+
def n_regexp_print_property?(node); end
|
|
357
|
+
def n_regexp_punct_posixclass?(node); end
|
|
358
|
+
def n_regexp_range_set?(node); end
|
|
359
|
+
def n_regexp_reluctant_interval?(node); end
|
|
360
|
+
def n_regexp_reluctant_one_or_more?(node); end
|
|
361
|
+
def n_regexp_reluctant_zero_or_more?(node); end
|
|
362
|
+
def n_regexp_root_expression?(node); end
|
|
363
|
+
def n_regexp_sequence_expression?(node); end
|
|
364
|
+
def n_regexp_set_close_escape?(node); end
|
|
365
|
+
def n_regexp_set_open_escape?(node); end
|
|
366
|
+
def n_regexp_space_posixclass?(node); end
|
|
367
|
+
def n_regexp_space_type?(node); end
|
|
368
|
+
def n_regexp_tab_escape?(node); end
|
|
369
|
+
def n_regexp_upper_posixclass?(node); end
|
|
370
|
+
def n_regexp_vertical_tab_escape?(node); end
|
|
371
|
+
def n_regexp_whitespace_free_space?(node); end
|
|
372
|
+
def n_regexp_word_boundary_anchor?(node); end
|
|
373
|
+
def n_regexp_word_posixclass?(node); end
|
|
374
|
+
def n_regexp_word_type?(node); end
|
|
375
|
+
def n_regexp_xdigit_posixclass?(node); end
|
|
376
|
+
def n_regexp_xgrapheme_type?(node); end
|
|
377
|
+
def n_regexp_zero_or_more_escape?(node); end
|
|
378
|
+
def n_regexp_zero_or_one_escape?(node); end
|
|
379
|
+
def n_regopt?(node); end
|
|
380
|
+
def n_resbody?(node); end
|
|
381
|
+
def n_rescue?(node); end
|
|
382
|
+
def n_restarg?(node); end
|
|
383
|
+
def n_restarg_expr?(node); end
|
|
384
|
+
def n_retry?(node); end
|
|
385
|
+
def n_return?(node); end
|
|
386
|
+
def n_sclass?(node); end
|
|
387
|
+
def n_self?(node); end
|
|
388
|
+
def n_send?(node); end
|
|
389
|
+
def n_shadowarg?(node); end
|
|
390
|
+
def n_splat?(node); end
|
|
391
|
+
def n_str?(node); end
|
|
392
|
+
def n_super?(node); end
|
|
393
|
+
def n_sym?(node); end
|
|
394
|
+
def n_true?(node); end
|
|
395
|
+
def n_undef?(node); end
|
|
396
|
+
def n_unless_guard?(node); end
|
|
397
|
+
def n_until?(node); end
|
|
398
|
+
def n_until_post?(node); end
|
|
399
|
+
def n_when?(node); end
|
|
400
|
+
def n_while?(node); end
|
|
401
|
+
def n_while_post?(node); end
|
|
402
|
+
def n_xstr?(node); end
|
|
403
|
+
def n_yield?(node); end
|
|
404
|
+
def n_zsuper?(node); end
|
|
405
|
+
end
|
|
406
|
+
|
|
407
|
+
module Mutant::AST::Nodes
|
|
408
|
+
extend ::Mutant::AST::Sexp
|
|
409
|
+
end
|
|
410
|
+
|
|
411
|
+
Mutant::AST::Nodes::N_EMPTY = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
412
|
+
Mutant::AST::Nodes::N_EMPTY_SUPER = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
413
|
+
Mutant::AST::Nodes::N_FALSE = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
414
|
+
Mutant::AST::Nodes::N_INFINITY = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
415
|
+
Mutant::AST::Nodes::N_NAN = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
416
|
+
Mutant::AST::Nodes::N_NEGATIVE_INFINITY = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
417
|
+
Mutant::AST::Nodes::N_NIL = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
418
|
+
Mutant::AST::Nodes::N_RAISE = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
419
|
+
Mutant::AST::Nodes::N_SELF = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
420
|
+
Mutant::AST::Nodes::N_TRUE = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
421
|
+
Mutant::AST::Nodes::N_ZSUPER = T.let(T.unsafe(nil), Parser::AST::Node)
|
|
422
|
+
|
|
423
|
+
module Mutant::AST::Regexp
|
|
424
|
+
class << self
|
|
425
|
+
def expand_regexp_ast(node); end
|
|
426
|
+
def parse(regexp); end
|
|
427
|
+
def to_ast(expression); end
|
|
428
|
+
def to_expression(node); end
|
|
429
|
+
end
|
|
430
|
+
end
|
|
431
|
+
|
|
432
|
+
class Mutant::AST::Regexp::Transformer
|
|
433
|
+
include ::Unparser::AbstractType
|
|
434
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
435
|
+
|
|
436
|
+
class << self
|
|
437
|
+
def lookup(type); end
|
|
438
|
+
def new(*args, &block); end
|
|
439
|
+
def to_ast(expression); end
|
|
440
|
+
def to_expression(node); end
|
|
441
|
+
|
|
442
|
+
private
|
|
443
|
+
|
|
444
|
+
def register(type); end
|
|
445
|
+
end
|
|
446
|
+
end
|
|
447
|
+
|
|
448
|
+
class Mutant::AST::Regexp::Transformer::ASTToExpression
|
|
449
|
+
extend ::Mutant::Procto::ClassMethods
|
|
450
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
451
|
+
include ::Unparser::AbstractType
|
|
452
|
+
include ::Mutant::Procto
|
|
453
|
+
include ::Unparser::Equalizer::Methods
|
|
454
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
455
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
456
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
457
|
+
include ::Unparser::Adamantium
|
|
458
|
+
|
|
459
|
+
def call; end
|
|
460
|
+
def transform(*_arg0); end
|
|
461
|
+
|
|
462
|
+
private
|
|
463
|
+
|
|
464
|
+
def subexpressions; end
|
|
465
|
+
|
|
466
|
+
class << self
|
|
467
|
+
def new(*args, &block); end
|
|
468
|
+
end
|
|
469
|
+
end
|
|
470
|
+
|
|
471
|
+
class Mutant::AST::Regexp::Transformer::Direct < ::Mutant::AST::Regexp::Transformer; end
|
|
472
|
+
|
|
473
|
+
class Mutant::AST::Regexp::Transformer::Direct::ASTToExpression < ::Mutant::AST::Regexp::Transformer::ASTToExpression
|
|
474
|
+
include ::Mutant::AST::Regexp::Transformer::LookupTable
|
|
475
|
+
|
|
476
|
+
private
|
|
477
|
+
|
|
478
|
+
def transform; end
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
Mutant::AST::Regexp::Transformer::Direct::ASTToExpression::TABLE = T.let(T.unsafe(nil), Mutant::AST::Regexp::Transformer::LookupTable::Table)
|
|
482
|
+
|
|
483
|
+
class Mutant::AST::Regexp::Transformer::Direct::ExpressionToAST < ::Mutant::AST::Regexp::Transformer::ExpressionToAST
|
|
484
|
+
def call; end
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class Mutant::AST::Regexp::Transformer::ExpressionToAST
|
|
488
|
+
extend ::Mutant::Procto::ClassMethods
|
|
489
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
490
|
+
include ::Unparser::AbstractType
|
|
491
|
+
include ::Mutant::AST::Sexp
|
|
492
|
+
include ::Mutant::Procto
|
|
493
|
+
include ::Unparser::Equalizer::Methods
|
|
494
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
495
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
496
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
497
|
+
include ::Unparser::Adamantium
|
|
498
|
+
|
|
499
|
+
private
|
|
500
|
+
|
|
501
|
+
def ast(*children); end
|
|
502
|
+
def children; end
|
|
503
|
+
def quantify(node); end
|
|
504
|
+
def type; end
|
|
505
|
+
|
|
506
|
+
class << self
|
|
507
|
+
def new(*args, &block); end
|
|
508
|
+
end
|
|
509
|
+
end
|
|
510
|
+
|
|
511
|
+
Mutant::AST::Regexp::Transformer::ExpressionToAST::PREFIX = T.let(T.unsafe(nil), Symbol)
|
|
512
|
+
|
|
513
|
+
module Mutant::AST::Regexp::Transformer::LookupTable
|
|
514
|
+
private
|
|
515
|
+
|
|
516
|
+
def expression_class; end
|
|
517
|
+
def expression_token; end
|
|
518
|
+
end
|
|
519
|
+
|
|
520
|
+
class Mutant::AST::Regexp::Transformer::LookupTable::Mapping
|
|
521
|
+
include ::Unparser::Equalizer::Methods
|
|
522
|
+
end
|
|
523
|
+
|
|
524
|
+
class Mutant::AST::Regexp::Transformer::LookupTable::Table
|
|
525
|
+
include ::Unparser::Adamantium
|
|
526
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
527
|
+
include ::Unparser::Equalizer::Methods
|
|
528
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
529
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
530
|
+
|
|
531
|
+
def lookup(type); end
|
|
532
|
+
def types; end
|
|
533
|
+
|
|
534
|
+
class << self
|
|
535
|
+
def create(*rows); end
|
|
536
|
+
end
|
|
537
|
+
end
|
|
538
|
+
|
|
539
|
+
class Mutant::AST::Regexp::Transformer::NamedGroup < ::Mutant::AST::Regexp::Transformer; end
|
|
540
|
+
|
|
541
|
+
class Mutant::AST::Regexp::Transformer::NamedGroup::ASTToExpression < ::Mutant::AST::Regexp::Transformer::ASTToExpression
|
|
542
|
+
include ::Mutant::AST::NamedChildren
|
|
543
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
544
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
545
|
+
|
|
546
|
+
private
|
|
547
|
+
|
|
548
|
+
def name; end
|
|
549
|
+
def named_group; end
|
|
550
|
+
def remaining_children; end
|
|
551
|
+
def remaining_children_indices; end
|
|
552
|
+
def remaining_children_with_index; end
|
|
553
|
+
def subexpressions; end
|
|
554
|
+
def transform; end
|
|
555
|
+
end
|
|
556
|
+
|
|
557
|
+
class Mutant::AST::Regexp::Transformer::NamedGroup::ExpressionToAST < ::Mutant::AST::Regexp::Transformer::ExpressionToAST
|
|
558
|
+
def call; end
|
|
559
|
+
end
|
|
560
|
+
|
|
561
|
+
class Mutant::AST::Regexp::Transformer::OptionsGroup < ::Mutant::AST::Regexp::Transformer; end
|
|
562
|
+
|
|
563
|
+
class Mutant::AST::Regexp::Transformer::OptionsGroup::ASTToExpression < ::Mutant::AST::Regexp::Transformer::ASTToExpression
|
|
564
|
+
include ::Mutant::AST::NamedChildren
|
|
565
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
566
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
567
|
+
|
|
568
|
+
private
|
|
569
|
+
|
|
570
|
+
def option_changes; end
|
|
571
|
+
def options_group; end
|
|
572
|
+
def remaining_children; end
|
|
573
|
+
def remaining_children_indices; end
|
|
574
|
+
def remaining_children_with_index; end
|
|
575
|
+
def subexpressions; end
|
|
576
|
+
def text; end
|
|
577
|
+
def transform; end
|
|
578
|
+
def type; end
|
|
579
|
+
end
|
|
580
|
+
|
|
581
|
+
class Mutant::AST::Regexp::Transformer::OptionsGroup::ExpressionToAST < ::Mutant::AST::Regexp::Transformer::ExpressionToAST
|
|
582
|
+
def call; end
|
|
583
|
+
end
|
|
584
|
+
|
|
585
|
+
class Mutant::AST::Regexp::Transformer::Quantifier < ::Mutant::AST::Regexp::Transformer; end
|
|
586
|
+
|
|
587
|
+
class Mutant::AST::Regexp::Transformer::Quantifier::ASTToExpression < ::Mutant::AST::Regexp::Transformer::ASTToExpression
|
|
588
|
+
include ::Mutant::AST::NamedChildren
|
|
589
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
590
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
591
|
+
|
|
592
|
+
private
|
|
593
|
+
|
|
594
|
+
def interval_text; end
|
|
595
|
+
def max; end
|
|
596
|
+
def min; end
|
|
597
|
+
def mode; end
|
|
598
|
+
def quantifier; end
|
|
599
|
+
def remaining_children; end
|
|
600
|
+
def remaining_children_indices; end
|
|
601
|
+
def remaining_children_with_index; end
|
|
602
|
+
def subject; end
|
|
603
|
+
def suffix; end
|
|
604
|
+
def text; end
|
|
605
|
+
def transform; end
|
|
606
|
+
def type; end
|
|
607
|
+
end
|
|
608
|
+
|
|
609
|
+
Mutant::AST::Regexp::Transformer::Quantifier::ASTToExpression::QUANTIFIER_MAP = T.let(T.unsafe(nil), Hash)
|
|
610
|
+
|
|
611
|
+
class Mutant::AST::Regexp::Transformer::Quantifier::ASTToExpression::Quantifier
|
|
612
|
+
include ::Unparser::Equalizer::Methods
|
|
613
|
+
end
|
|
614
|
+
|
|
615
|
+
class Mutant::AST::Regexp::Transformer::Quantifier::ExpressionToAST < ::Mutant::AST::Regexp::Transformer::ExpressionToAST
|
|
616
|
+
def call; end
|
|
617
|
+
|
|
618
|
+
private
|
|
619
|
+
|
|
620
|
+
def type; end
|
|
621
|
+
end
|
|
622
|
+
|
|
623
|
+
Mutant::AST::Regexp::Transformer::REGISTRY = T.let(T.unsafe(nil), Mutant::Registry)
|
|
624
|
+
class Mutant::AST::Regexp::Transformer::Recursive < ::Mutant::AST::Regexp::Transformer; end
|
|
625
|
+
|
|
626
|
+
class Mutant::AST::Regexp::Transformer::Recursive::ASTToExpression < ::Mutant::AST::Regexp::Transformer::ASTToExpression
|
|
627
|
+
include ::Mutant::AST::Regexp::Transformer::LookupTable
|
|
628
|
+
|
|
629
|
+
private
|
|
630
|
+
|
|
631
|
+
def transform; end
|
|
632
|
+
end
|
|
633
|
+
|
|
634
|
+
Mutant::AST::Regexp::Transformer::Recursive::ASTToExpression::TABLE = T.let(T.unsafe(nil), Mutant::AST::Regexp::Transformer::LookupTable::Table)
|
|
635
|
+
|
|
636
|
+
class Mutant::AST::Regexp::Transformer::Recursive::ExpressionToAST < ::Mutant::AST::Regexp::Transformer::ExpressionToAST
|
|
637
|
+
def call; end
|
|
638
|
+
end
|
|
639
|
+
|
|
640
|
+
class Mutant::AST::Regexp::Transformer::Root < ::Mutant::AST::Regexp::Transformer; end
|
|
641
|
+
|
|
642
|
+
class Mutant::AST::Regexp::Transformer::Root::ASTToExpression < ::Mutant::AST::Regexp::Transformer::ASTToExpression
|
|
643
|
+
private
|
|
644
|
+
|
|
645
|
+
def transform; end
|
|
646
|
+
end
|
|
647
|
+
|
|
648
|
+
class Mutant::AST::Regexp::Transformer::Root::ExpressionToAST < ::Mutant::AST::Regexp::Transformer::Recursive::ExpressionToAST; end
|
|
649
|
+
class Mutant::AST::Regexp::Transformer::Text < ::Mutant::AST::Regexp::Transformer; end
|
|
650
|
+
|
|
651
|
+
class Mutant::AST::Regexp::Transformer::Text::ASTToExpression < ::Mutant::AST::Regexp::Transformer::ASTToExpression
|
|
652
|
+
include ::Mutant::AST::Regexp::Transformer::LookupTable
|
|
653
|
+
|
|
654
|
+
private
|
|
655
|
+
|
|
656
|
+
def transform; end
|
|
657
|
+
end
|
|
658
|
+
|
|
659
|
+
Mutant::AST::Regexp::Transformer::Text::ASTToExpression::TABLE = T.let(T.unsafe(nil), Mutant::AST::Regexp::Transformer::LookupTable::Table)
|
|
660
|
+
|
|
661
|
+
class Mutant::AST::Regexp::Transformer::Text::ExpressionToAST < ::Mutant::AST::Regexp::Transformer::ExpressionToAST
|
|
662
|
+
def call; end
|
|
663
|
+
end
|
|
664
|
+
|
|
665
|
+
module Mutant::AST::Sexp
|
|
666
|
+
private
|
|
667
|
+
|
|
668
|
+
def n_not(node); end
|
|
669
|
+
def s(type, *children); end
|
|
670
|
+
end
|
|
671
|
+
|
|
672
|
+
module Mutant::AST::Types; end
|
|
673
|
+
Mutant::AST::Types::ALL = T.let(T.unsafe(nil), Set)
|
|
674
|
+
Mutant::AST::Types::ASSIGNABLE_VARIABLES = T.let(T.unsafe(nil), Set)
|
|
675
|
+
Mutant::AST::Types::BINARY_METHOD_OPERATORS = T.let(T.unsafe(nil), Set)
|
|
676
|
+
Mutant::AST::Types::BLACKLIST = T.let(T.unsafe(nil), Set)
|
|
677
|
+
Mutant::AST::Types::GENERATED = T.let(T.unsafe(nil), Set)
|
|
678
|
+
Mutant::AST::Types::INDEX_OPERATORS = T.let(T.unsafe(nil), Set)
|
|
679
|
+
Mutant::AST::Types::METHOD_OPERATORS = T.let(T.unsafe(nil), Set)
|
|
680
|
+
Mutant::AST::Types::NOT_STANDALONE = T.let(T.unsafe(nil), Set)
|
|
681
|
+
Mutant::AST::Types::OP_ASSIGN = T.let(T.unsafe(nil), Set)
|
|
682
|
+
Mutant::AST::Types::REGEXP = T.let(T.unsafe(nil), Set)
|
|
683
|
+
Mutant::AST::Types::UNARY_METHOD_OPERATORS = T.let(T.unsafe(nil), Set)
|
|
684
|
+
Mutant::AbstractType = Unparser::AbstractType
|
|
685
|
+
Mutant::Adamantium = Unparser::Adamantium
|
|
686
|
+
Mutant::Anima = Unparser::Anima
|
|
687
|
+
|
|
688
|
+
module Mutant::Bootstrap
|
|
689
|
+
include ::Unparser::Anima::InstanceMethods
|
|
690
|
+
include ::Unparser::Equalizer::Methods
|
|
691
|
+
include ::Unparser::Adamantium
|
|
692
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
693
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
694
|
+
|
|
695
|
+
def config; end
|
|
696
|
+
def parser; end
|
|
697
|
+
def world; end
|
|
698
|
+
|
|
699
|
+
class << self
|
|
700
|
+
def anima; end
|
|
701
|
+
def call(world, config); end
|
|
702
|
+
|
|
703
|
+
private
|
|
704
|
+
|
|
705
|
+
def expression(reporter, expression_parser, scope); end
|
|
706
|
+
def infect(env); end
|
|
707
|
+
def load_hooks(env); end
|
|
708
|
+
def matchable_scopes(world, config); end
|
|
709
|
+
def scope_name(reporter, scope); end
|
|
710
|
+
def semantics_warning(reporter, format, options); end
|
|
711
|
+
def start_subject(env, subjects); end
|
|
712
|
+
end
|
|
713
|
+
end
|
|
714
|
+
|
|
715
|
+
Mutant::Bootstrap::CLASS_NAME_RAISED_EXCEPTION = T.let(T.unsafe(nil), String)
|
|
716
|
+
Mutant::Bootstrap::CLASS_NAME_TYPE_MISMATCH_FORMAT = T.let(T.unsafe(nil), String)
|
|
717
|
+
Mutant::Bootstrap::SEMANTICS_MESSAGE_FORMAT = T.let(T.unsafe(nil), String)
|
|
718
|
+
|
|
719
|
+
module Mutant::CLI
|
|
720
|
+
class << self
|
|
721
|
+
def parse(world:, **attributes); end
|
|
722
|
+
end
|
|
723
|
+
end
|
|
724
|
+
|
|
725
|
+
class Mutant::CLI::Command
|
|
726
|
+
include ::Unparser::Anima::InstanceMethods
|
|
727
|
+
include ::Unparser::Equalizer::Methods
|
|
728
|
+
include ::Unparser::AbstractType
|
|
729
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
730
|
+
|
|
731
|
+
def arguments; end
|
|
732
|
+
def call; end
|
|
733
|
+
def full_name; end
|
|
734
|
+
def main; end
|
|
735
|
+
def parent; end
|
|
736
|
+
def world; end
|
|
737
|
+
def zombie?; end
|
|
738
|
+
|
|
739
|
+
private
|
|
740
|
+
|
|
741
|
+
def add_global_options(parser); end
|
|
742
|
+
def add_subcommands(parser); end
|
|
743
|
+
def add_summary(parser); end
|
|
744
|
+
def banner; end
|
|
745
|
+
def capture_main(&block); end
|
|
746
|
+
def execute; end
|
|
747
|
+
def fail_message(message); end
|
|
748
|
+
def find_command(name); end
|
|
749
|
+
def format_subcommands; end
|
|
750
|
+
def parse; end
|
|
751
|
+
def parse_remaining(remaining); end
|
|
752
|
+
def parse_remaining_arguments(remaining); end
|
|
753
|
+
def parse_subcommand(arguments); end
|
|
754
|
+
def parser; end
|
|
755
|
+
def print(message); end
|
|
756
|
+
def subcommands; end
|
|
757
|
+
def with_help(message); end
|
|
758
|
+
|
|
759
|
+
class << self
|
|
760
|
+
def anima; end
|
|
761
|
+
def command_name; end
|
|
762
|
+
def new(*args, &block); end
|
|
763
|
+
def parse(**attributes); end
|
|
764
|
+
def short_description; end
|
|
765
|
+
end
|
|
766
|
+
end
|
|
767
|
+
|
|
768
|
+
class Mutant::CLI::Command::Environment < ::Mutant::CLI::Command
|
|
769
|
+
def initialize(attributes); end
|
|
770
|
+
|
|
771
|
+
private
|
|
772
|
+
|
|
773
|
+
def add(attribute, value); end
|
|
774
|
+
def add_environment_options(parser); end
|
|
775
|
+
def add_integration_options(parser); end
|
|
776
|
+
def add_matcher(attribute, value); end
|
|
777
|
+
def add_matcher_options(parser); end
|
|
778
|
+
def add_runner_options(parser); end
|
|
779
|
+
def bootstrap; end
|
|
780
|
+
def expand(file_config); end
|
|
781
|
+
def matcher(**attributes); end
|
|
782
|
+
def parse_remaining_arguments(arguments); end
|
|
783
|
+
def set(**attributes); end
|
|
784
|
+
end
|
|
785
|
+
|
|
786
|
+
Mutant::CLI::Command::Environment::NAME = T.let(T.unsafe(nil), String)
|
|
787
|
+
Mutant::CLI::Command::Environment::OPTIONS = T.let(T.unsafe(nil), Array)
|
|
788
|
+
|
|
789
|
+
class Mutant::CLI::Command::Environment::Run < ::Mutant::CLI::Command::Environment
|
|
790
|
+
def zombie?; end
|
|
791
|
+
|
|
792
|
+
private
|
|
793
|
+
|
|
794
|
+
def action; end
|
|
795
|
+
def from_result(result); end
|
|
796
|
+
def soft_fail(result); end
|
|
797
|
+
def unlicensed(message); end
|
|
798
|
+
end
|
|
799
|
+
|
|
800
|
+
Mutant::CLI::Command::Environment::Run::NAME = T.let(T.unsafe(nil), String)
|
|
801
|
+
Mutant::CLI::Command::Environment::Run::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
802
|
+
Mutant::CLI::Command::Environment::Run::SLEEP = T.let(T.unsafe(nil), Integer)
|
|
803
|
+
Mutant::CLI::Command::Environment::Run::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
804
|
+
Mutant::CLI::Command::Environment::Run::UNLICENSED = T.let(T.unsafe(nil), Array)
|
|
805
|
+
Mutant::CLI::Command::Environment::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
806
|
+
Mutant::CLI::Command::Environment::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
807
|
+
|
|
808
|
+
class Mutant::CLI::Command::Environment::Show < ::Mutant::CLI::Command::Environment
|
|
809
|
+
private
|
|
810
|
+
|
|
811
|
+
def action; end
|
|
812
|
+
def report_env(env); end
|
|
813
|
+
end
|
|
814
|
+
|
|
815
|
+
Mutant::CLI::Command::Environment::Show::NAME = T.let(T.unsafe(nil), String)
|
|
816
|
+
Mutant::CLI::Command::Environment::Show::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
817
|
+
Mutant::CLI::Command::Environment::Show::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
818
|
+
class Mutant::CLI::Command::Environment::Subject < ::Mutant::CLI::Command::Environment; end
|
|
819
|
+
|
|
820
|
+
class Mutant::CLI::Command::Environment::Subject::List < ::Mutant::CLI::Command::Environment::Subject
|
|
821
|
+
private
|
|
822
|
+
|
|
823
|
+
def action; end
|
|
824
|
+
def list_subjects(env); end
|
|
825
|
+
end
|
|
826
|
+
|
|
827
|
+
Mutant::CLI::Command::Environment::Subject::List::NAME = T.let(T.unsafe(nil), String)
|
|
828
|
+
Mutant::CLI::Command::Environment::Subject::List::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
829
|
+
Mutant::CLI::Command::Environment::Subject::List::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
830
|
+
Mutant::CLI::Command::Environment::Subject::NAME = T.let(T.unsafe(nil), String)
|
|
831
|
+
Mutant::CLI::Command::Environment::Subject::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
832
|
+
Mutant::CLI::Command::Environment::Subject::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
833
|
+
class Mutant::CLI::Command::Environment::Test < ::Mutant::CLI::Command::Environment; end
|
|
834
|
+
|
|
835
|
+
class Mutant::CLI::Command::Environment::Test::List < ::Mutant::CLI::Command::Environment::Test
|
|
836
|
+
private
|
|
837
|
+
|
|
838
|
+
def action; end
|
|
839
|
+
def list_tests(env); end
|
|
840
|
+
end
|
|
841
|
+
|
|
842
|
+
Mutant::CLI::Command::Environment::Test::List::NAME = T.let(T.unsafe(nil), String)
|
|
843
|
+
Mutant::CLI::Command::Environment::Test::List::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
844
|
+
Mutant::CLI::Command::Environment::Test::List::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
845
|
+
Mutant::CLI::Command::Environment::Test::NAME = T.let(T.unsafe(nil), String)
|
|
846
|
+
Mutant::CLI::Command::Environment::Test::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
847
|
+
Mutant::CLI::Command::Environment::Test::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
848
|
+
|
|
849
|
+
class Mutant::CLI::Command::FailParse < ::Mutant::CLI::Command
|
|
850
|
+
def call; end
|
|
851
|
+
end
|
|
852
|
+
|
|
853
|
+
Mutant::CLI::Command::OPTIONS = T.let(T.unsafe(nil), Array)
|
|
854
|
+
|
|
855
|
+
class Mutant::CLI::Command::OptionParser < ::OptionParser
|
|
856
|
+
def add_officious; end
|
|
857
|
+
end
|
|
858
|
+
|
|
859
|
+
class Mutant::CLI::Command::Root < ::Mutant::CLI::Command; end
|
|
860
|
+
Mutant::CLI::Command::Root::NAME = T.let(T.unsafe(nil), String)
|
|
861
|
+
Mutant::CLI::Command::Root::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
862
|
+
Mutant::CLI::Command::Root::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
863
|
+
Mutant::CLI::Command::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
864
|
+
|
|
865
|
+
class Mutant::CLI::Command::Subscription < ::Mutant::CLI::Command
|
|
866
|
+
private
|
|
867
|
+
|
|
868
|
+
def license; end
|
|
869
|
+
end
|
|
870
|
+
|
|
871
|
+
Mutant::CLI::Command::Subscription::NAME = T.let(T.unsafe(nil), String)
|
|
872
|
+
Mutant::CLI::Command::Subscription::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
873
|
+
Mutant::CLI::Command::Subscription::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
874
|
+
|
|
875
|
+
class Mutant::CLI::Command::Subscription::Show < ::Mutant::CLI::Command::Subscription
|
|
876
|
+
private
|
|
877
|
+
|
|
878
|
+
def execute; end
|
|
879
|
+
def licensed(subscription); end
|
|
880
|
+
def unlicensed(message); end
|
|
881
|
+
end
|
|
882
|
+
|
|
883
|
+
Mutant::CLI::Command::Subscription::Show::NAME = T.let(T.unsafe(nil), String)
|
|
884
|
+
Mutant::CLI::Command::Subscription::Show::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
885
|
+
Mutant::CLI::Command::Subscription::Show::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
886
|
+
|
|
887
|
+
class Mutant::CLI::Command::Subscription::Test < ::Mutant::CLI::Command::Subscription
|
|
888
|
+
private
|
|
889
|
+
|
|
890
|
+
def execute; end
|
|
891
|
+
end
|
|
892
|
+
|
|
893
|
+
Mutant::CLI::Command::Subscription::Test::NAME = T.let(T.unsafe(nil), String)
|
|
894
|
+
Mutant::CLI::Command::Subscription::Test::SHORT_DESCRIPTION = T.let(T.unsafe(nil), String)
|
|
895
|
+
Mutant::CLI::Command::Subscription::Test::SUBCOMMANDS = T.let(T.unsafe(nil), Array)
|
|
896
|
+
Mutant::Concord = Unparser::Concord
|
|
897
|
+
|
|
898
|
+
class Mutant::Config
|
|
899
|
+
include ::Unparser::Anima::InstanceMethods
|
|
900
|
+
include ::Unparser::Equalizer::Methods
|
|
901
|
+
include ::Unparser::Adamantium
|
|
902
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
903
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
904
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
905
|
+
|
|
906
|
+
def coverage_criteria; end
|
|
907
|
+
def expand_defaults; end
|
|
908
|
+
def expression_parser; end
|
|
909
|
+
def fail_fast; end
|
|
910
|
+
def fail_fast?; end
|
|
911
|
+
def hooks; end
|
|
912
|
+
def includes; end
|
|
913
|
+
def integration; end
|
|
914
|
+
def isolation; end
|
|
915
|
+
def jobs; end
|
|
916
|
+
def matcher; end
|
|
917
|
+
def merge(other); end
|
|
918
|
+
def mutation_timeout; end
|
|
919
|
+
def reporter; end
|
|
920
|
+
def requires; end
|
|
921
|
+
def zombie; end
|
|
922
|
+
def zombie?; end
|
|
923
|
+
|
|
924
|
+
class << self
|
|
925
|
+
def anima; end
|
|
926
|
+
def env; end
|
|
927
|
+
def load_config_file(world); end
|
|
928
|
+
|
|
929
|
+
private
|
|
930
|
+
|
|
931
|
+
def load_contents(path); end
|
|
932
|
+
end
|
|
933
|
+
end
|
|
934
|
+
|
|
935
|
+
Mutant::Config::CANDIDATES = T.let(T.unsafe(nil), Array)
|
|
936
|
+
|
|
937
|
+
class Mutant::Config::CoverageCriteria
|
|
938
|
+
include ::Unparser::Anima::InstanceMethods
|
|
939
|
+
include ::Unparser::Equalizer::Methods
|
|
940
|
+
|
|
941
|
+
def merge(other); end
|
|
942
|
+
def process_abort; end
|
|
943
|
+
def test_result; end
|
|
944
|
+
def timeout; end
|
|
945
|
+
|
|
946
|
+
private
|
|
947
|
+
|
|
948
|
+
def overwrite(other, attribute_name); end
|
|
949
|
+
|
|
950
|
+
class << self
|
|
951
|
+
def anima; end
|
|
952
|
+
end
|
|
953
|
+
end
|
|
954
|
+
|
|
955
|
+
Mutant::Config::CoverageCriteria::DEFAULT = T.let(T.unsafe(nil), Mutant::Config::CoverageCriteria)
|
|
956
|
+
Mutant::Config::CoverageCriteria::EMPTY = T.let(T.unsafe(nil), Mutant::Config::CoverageCriteria)
|
|
957
|
+
Mutant::Config::CoverageCriteria::TRANSFORM = T.let(T.unsafe(nil), Mutant::Transform::Sequence)
|
|
958
|
+
Mutant::Config::DEFAULT = T.let(T.unsafe(nil), Mutant::Config)
|
|
959
|
+
Mutant::Config::MORE_THAN_ONE_CONFIG_FILE = T.let(T.unsafe(nil), String)
|
|
960
|
+
Mutant::Config::PATHNAME_ARRAY = T.let(T.unsafe(nil), Mutant::Transform::Array)
|
|
961
|
+
Mutant::Config::TRANSFORM = T.let(T.unsafe(nil), Mutant::Transform::Sequence)
|
|
962
|
+
|
|
963
|
+
class Mutant::Context
|
|
964
|
+
include ::Unparser::Equalizer::Methods
|
|
965
|
+
include ::Unparser::Adamantium
|
|
966
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
967
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
968
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
969
|
+
extend ::Mutant::AST::Sexp
|
|
970
|
+
|
|
971
|
+
def identification; end
|
|
972
|
+
def match_expressions(&block); end
|
|
973
|
+
def nesting(&block); end
|
|
974
|
+
def root(node); end
|
|
975
|
+
def scope; end
|
|
976
|
+
def unqualified_name; end
|
|
977
|
+
|
|
978
|
+
private
|
|
979
|
+
|
|
980
|
+
def name_nesting(&block); end
|
|
981
|
+
|
|
982
|
+
class << self
|
|
983
|
+
def wrap(scope, node); end
|
|
984
|
+
end
|
|
985
|
+
end
|
|
986
|
+
|
|
987
|
+
Mutant::Context::NAMESPACE_DELIMITER = T.let(T.unsafe(nil), String)
|
|
988
|
+
Mutant::EMPTY_ARRAY = T.let(T.unsafe(nil), Array)
|
|
989
|
+
Mutant::EMPTY_HASH = T.let(T.unsafe(nil), Hash)
|
|
990
|
+
Mutant::EMPTY_STRING = T.let(T.unsafe(nil), String)
|
|
991
|
+
Mutant::Either = Unparser::Either
|
|
992
|
+
|
|
993
|
+
class Mutant::Env
|
|
994
|
+
include ::Unparser::Anima::InstanceMethods
|
|
995
|
+
include ::Unparser::Equalizer::Methods
|
|
996
|
+
include ::Unparser::Adamantium
|
|
997
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
998
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
999
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1000
|
+
|
|
1001
|
+
def amount_mutations(&block); end
|
|
1002
|
+
def amount_selected_tests(&block); end
|
|
1003
|
+
def amount_subjects(&block); end
|
|
1004
|
+
def amount_total_tests(&block); end
|
|
1005
|
+
def config; end
|
|
1006
|
+
def cover_index(mutation_index); end
|
|
1007
|
+
def hooks; end
|
|
1008
|
+
def integration; end
|
|
1009
|
+
def matchable_scopes; end
|
|
1010
|
+
def mutations; end
|
|
1011
|
+
def parser; end
|
|
1012
|
+
def selected_tests(&block); end
|
|
1013
|
+
def selections(&block); end
|
|
1014
|
+
def selector; end
|
|
1015
|
+
def subjects; end
|
|
1016
|
+
def test_subject_ratio(&block); end
|
|
1017
|
+
def warn(message); end
|
|
1018
|
+
def world; end
|
|
1019
|
+
|
|
1020
|
+
private
|
|
1021
|
+
|
|
1022
|
+
def run_mutation_tests(mutation, tests); end
|
|
1023
|
+
def timer; end
|
|
1024
|
+
|
|
1025
|
+
class << self
|
|
1026
|
+
def anima; end
|
|
1027
|
+
def empty(world, config); end
|
|
1028
|
+
end
|
|
1029
|
+
end
|
|
1030
|
+
|
|
1031
|
+
Mutant::Env::SEMANTICS_MESSAGE = T.let(T.unsafe(nil), String)
|
|
1032
|
+
Mutant::Equalizer = Unparser::Equalizer
|
|
1033
|
+
|
|
1034
|
+
class Mutant::Expression
|
|
1035
|
+
def match_length(other); end
|
|
1036
|
+
def prefix?(other); end
|
|
1037
|
+
|
|
1038
|
+
class << self
|
|
1039
|
+
def new(*_arg0); end
|
|
1040
|
+
def try_parse(input); end
|
|
1041
|
+
|
|
1042
|
+
private
|
|
1043
|
+
|
|
1044
|
+
def from_match(match); end
|
|
1045
|
+
end
|
|
1046
|
+
end
|
|
1047
|
+
|
|
1048
|
+
class Mutant::Expression::Method < ::Mutant::Expression
|
|
1049
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1050
|
+
include ::Unparser::Equalizer::Methods
|
|
1051
|
+
extend ::Mutant::AST::Sexp
|
|
1052
|
+
|
|
1053
|
+
def initialize(*_arg0); end
|
|
1054
|
+
|
|
1055
|
+
def matcher; end
|
|
1056
|
+
def syntax; end
|
|
1057
|
+
|
|
1058
|
+
private
|
|
1059
|
+
|
|
1060
|
+
def method_name; end
|
|
1061
|
+
def scope; end
|
|
1062
|
+
def scope_name; end
|
|
1063
|
+
def scope_symbol; end
|
|
1064
|
+
|
|
1065
|
+
class << self
|
|
1066
|
+
def anima; end
|
|
1067
|
+
def try_parse(input); end
|
|
1068
|
+
|
|
1069
|
+
private
|
|
1070
|
+
|
|
1071
|
+
def valid_method_name?(name); end
|
|
1072
|
+
end
|
|
1073
|
+
end
|
|
1074
|
+
|
|
1075
|
+
Mutant::Expression::Method::MATCHERS = T.let(T.unsafe(nil), Hash)
|
|
1076
|
+
Mutant::Expression::Method::METHOD_NAME_PATTERN = T.let(T.unsafe(nil), Regexp)
|
|
1077
|
+
Mutant::Expression::Method::REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
1078
|
+
|
|
1079
|
+
class Mutant::Expression::Methods < ::Mutant::Expression
|
|
1080
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1081
|
+
include ::Unparser::Equalizer::Methods
|
|
1082
|
+
|
|
1083
|
+
def initialize(*_arg0); end
|
|
1084
|
+
|
|
1085
|
+
def match_length(expression); end
|
|
1086
|
+
def matcher; end
|
|
1087
|
+
def syntax; end
|
|
1088
|
+
|
|
1089
|
+
private
|
|
1090
|
+
|
|
1091
|
+
def scope; end
|
|
1092
|
+
def scope_name; end
|
|
1093
|
+
def scope_symbol; end
|
|
1094
|
+
|
|
1095
|
+
class << self
|
|
1096
|
+
def anima; end
|
|
1097
|
+
end
|
|
1098
|
+
end
|
|
1099
|
+
|
|
1100
|
+
Mutant::Expression::Methods::MATCHERS = T.let(T.unsafe(nil), Hash)
|
|
1101
|
+
Mutant::Expression::Methods::REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
1102
|
+
|
|
1103
|
+
class Mutant::Expression::Namespace < ::Mutant::Expression
|
|
1104
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1105
|
+
include ::Unparser::Equalizer::Methods
|
|
1106
|
+
include ::Unparser::AbstractType
|
|
1107
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
1108
|
+
|
|
1109
|
+
private
|
|
1110
|
+
|
|
1111
|
+
def scope_name; end
|
|
1112
|
+
|
|
1113
|
+
class << self
|
|
1114
|
+
def anima; end
|
|
1115
|
+
def new(*args, &block); end
|
|
1116
|
+
end
|
|
1117
|
+
end
|
|
1118
|
+
|
|
1119
|
+
class Mutant::Expression::Namespace::Exact < ::Mutant::Expression::Namespace
|
|
1120
|
+
def matcher; end
|
|
1121
|
+
def syntax; end
|
|
1122
|
+
|
|
1123
|
+
private
|
|
1124
|
+
|
|
1125
|
+
def find_scope; end
|
|
1126
|
+
end
|
|
1127
|
+
|
|
1128
|
+
Mutant::Expression::Namespace::Exact::MATCHER = Mutant::Matcher::Scope
|
|
1129
|
+
Mutant::Expression::Namespace::Exact::REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
1130
|
+
|
|
1131
|
+
class Mutant::Expression::Namespace::Recursive < ::Mutant::Expression::Namespace
|
|
1132
|
+
def initialize(*_arg0); end
|
|
1133
|
+
|
|
1134
|
+
def match_length(expression); end
|
|
1135
|
+
def matcher; end
|
|
1136
|
+
def syntax; end
|
|
1137
|
+
end
|
|
1138
|
+
|
|
1139
|
+
Mutant::Expression::Namespace::Recursive::REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
1140
|
+
|
|
1141
|
+
class Mutant::Expression::Parser
|
|
1142
|
+
include ::Unparser::Equalizer::Methods
|
|
1143
|
+
|
|
1144
|
+
def call(input); end
|
|
1145
|
+
|
|
1146
|
+
private
|
|
1147
|
+
|
|
1148
|
+
def expressions(input); end
|
|
1149
|
+
end
|
|
1150
|
+
|
|
1151
|
+
Mutant::Expression::SCOPE_NAME_PATTERN = T.let(T.unsafe(nil), Regexp)
|
|
1152
|
+
Mutant::Expression::SCOPE_SYMBOL_PATTERN = T.let(T.unsafe(nil), String)
|
|
1153
|
+
|
|
1154
|
+
class Mutant::Hooks
|
|
1155
|
+
include ::Unparser::Equalizer::Methods
|
|
1156
|
+
include ::Unparser::Adamantium
|
|
1157
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1158
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1159
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1160
|
+
|
|
1161
|
+
def merge(other); end
|
|
1162
|
+
def run(name, payload); end
|
|
1163
|
+
|
|
1164
|
+
class << self
|
|
1165
|
+
def assert_name(name); end
|
|
1166
|
+
def empty; end
|
|
1167
|
+
def load_config(config); end
|
|
1168
|
+
def load_pathname(pathname); end
|
|
1169
|
+
end
|
|
1170
|
+
end
|
|
1171
|
+
|
|
1172
|
+
class Mutant::Hooks::Builder
|
|
1173
|
+
def initialize; end
|
|
1174
|
+
|
|
1175
|
+
def register(name, &block); end
|
|
1176
|
+
def to_hooks; end
|
|
1177
|
+
end
|
|
1178
|
+
|
|
1179
|
+
Mutant::Hooks::DEFAULTS = T.let(T.unsafe(nil), Hash)
|
|
1180
|
+
Mutant::Hooks::MESSAGE = T.let(T.unsafe(nil), String)
|
|
1181
|
+
class Mutant::Hooks::UnknownHook < ::RuntimeError; end
|
|
1182
|
+
|
|
1183
|
+
class Mutant::Integration
|
|
1184
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
1185
|
+
include ::Unparser::Equalizer::Methods
|
|
1186
|
+
include ::Unparser::Adamantium
|
|
1187
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1188
|
+
include ::Unparser::AbstractType
|
|
1189
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1190
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1191
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1192
|
+
|
|
1193
|
+
def all_tests(*_arg0); end
|
|
1194
|
+
def call(*_arg0); end
|
|
1195
|
+
def expression_parser; end
|
|
1196
|
+
def setup; end
|
|
1197
|
+
def world; end
|
|
1198
|
+
|
|
1199
|
+
private
|
|
1200
|
+
|
|
1201
|
+
def timer; end
|
|
1202
|
+
|
|
1203
|
+
class << self
|
|
1204
|
+
def anima; end
|
|
1205
|
+
def new(*args, &block); end
|
|
1206
|
+
def setup(env); end
|
|
1207
|
+
|
|
1208
|
+
private
|
|
1209
|
+
|
|
1210
|
+
def attempt_const_get(env); end
|
|
1211
|
+
def attempt_require(env); end
|
|
1212
|
+
end
|
|
1213
|
+
end
|
|
1214
|
+
|
|
1215
|
+
Mutant::Integration::CONST_MESSAGE = T.let(T.unsafe(nil), String)
|
|
1216
|
+
Mutant::Integration::INTEGRATION_MISSING = T.let(T.unsafe(nil), String)
|
|
1217
|
+
Mutant::Integration::LOAD_MESSAGE = T.let(T.unsafe(nil), String)
|
|
1218
|
+
|
|
1219
|
+
class Mutant::Integration::Null < ::Mutant::Integration
|
|
1220
|
+
def all_tests; end
|
|
1221
|
+
def call(_tests); end
|
|
1222
|
+
end
|
|
1223
|
+
|
|
1224
|
+
class Mutant::Isolation
|
|
1225
|
+
include ::Unparser::AbstractType
|
|
1226
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
1227
|
+
|
|
1228
|
+
def call(*_arg0); end
|
|
1229
|
+
|
|
1230
|
+
class << self
|
|
1231
|
+
def new(*args, &block); end
|
|
1232
|
+
end
|
|
1233
|
+
end
|
|
1234
|
+
|
|
1235
|
+
class Mutant::Isolation::Exception
|
|
1236
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1237
|
+
include ::Unparser::Equalizer::Methods
|
|
1238
|
+
|
|
1239
|
+
def backtrace; end
|
|
1240
|
+
def message; end
|
|
1241
|
+
def original_class; end
|
|
1242
|
+
|
|
1243
|
+
class << self
|
|
1244
|
+
def anima; end
|
|
1245
|
+
end
|
|
1246
|
+
end
|
|
1247
|
+
|
|
1248
|
+
class Mutant::Isolation::Fork < ::Mutant::Isolation
|
|
1249
|
+
include ::Unparser::Equalizer::Methods
|
|
1250
|
+
include ::Unparser::Adamantium
|
|
1251
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1252
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1253
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1254
|
+
|
|
1255
|
+
def call(timeout, &block); end
|
|
1256
|
+
end
|
|
1257
|
+
|
|
1258
|
+
Mutant::Isolation::Fork::ATTRIBUTES = T.let(T.unsafe(nil), Array)
|
|
1259
|
+
|
|
1260
|
+
class Mutant::Isolation::Fork::Child
|
|
1261
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1262
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1263
|
+
include ::Unparser::Equalizer::Methods
|
|
1264
|
+
include ::Unparser::Adamantium
|
|
1265
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1266
|
+
extend ::Mutant::Procto::ClassMethods
|
|
1267
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1268
|
+
include ::Mutant::Procto
|
|
1269
|
+
|
|
1270
|
+
def block; end
|
|
1271
|
+
def call; end
|
|
1272
|
+
def deadline; end
|
|
1273
|
+
def log_pipe; end
|
|
1274
|
+
def result_pipe; end
|
|
1275
|
+
def world; end
|
|
1276
|
+
|
|
1277
|
+
class << self
|
|
1278
|
+
def anima; end
|
|
1279
|
+
end
|
|
1280
|
+
end
|
|
1281
|
+
|
|
1282
|
+
class Mutant::Isolation::Fork::Parent
|
|
1283
|
+
include ::Mutant::Procto
|
|
1284
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1285
|
+
include ::Unparser::Equalizer::Methods
|
|
1286
|
+
extend ::Mutant::Procto::ClassMethods
|
|
1287
|
+
|
|
1288
|
+
def block; end
|
|
1289
|
+
def call; end
|
|
1290
|
+
def deadline; end
|
|
1291
|
+
def log_pipe; end
|
|
1292
|
+
def result_pipe; end
|
|
1293
|
+
def world; end
|
|
1294
|
+
|
|
1295
|
+
private
|
|
1296
|
+
|
|
1297
|
+
def add_result(result); end
|
|
1298
|
+
def handle_status(status); end
|
|
1299
|
+
def load_result(result_fragments); end
|
|
1300
|
+
def peek_child; end
|
|
1301
|
+
def read_child_result; end
|
|
1302
|
+
def read_fragment(target, fragments); end
|
|
1303
|
+
def read_targets(targets); end
|
|
1304
|
+
def result; end
|
|
1305
|
+
def start_child; end
|
|
1306
|
+
def terminate_graceful; end
|
|
1307
|
+
def terminate_ungraceful; end
|
|
1308
|
+
|
|
1309
|
+
class << self
|
|
1310
|
+
def anima; end
|
|
1311
|
+
end
|
|
1312
|
+
end
|
|
1313
|
+
|
|
1314
|
+
class Mutant::Isolation::Fork::Pipe
|
|
1315
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1316
|
+
include ::Unparser::Equalizer::Methods
|
|
1317
|
+
include ::Unparser::Adamantium
|
|
1318
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1319
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1320
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1321
|
+
|
|
1322
|
+
def child; end
|
|
1323
|
+
def parent; end
|
|
1324
|
+
def reader; end
|
|
1325
|
+
def writer; end
|
|
1326
|
+
|
|
1327
|
+
class << self
|
|
1328
|
+
def anima; end
|
|
1329
|
+
def with(io); end
|
|
1330
|
+
end
|
|
1331
|
+
end
|
|
1332
|
+
|
|
1333
|
+
Mutant::Isolation::Fork::READ_SIZE = T.let(T.unsafe(nil), Integer)
|
|
1334
|
+
|
|
1335
|
+
class Mutant::Isolation::None < ::Mutant::Isolation
|
|
1336
|
+
def call(_timeout); end
|
|
1337
|
+
end
|
|
1338
|
+
|
|
1339
|
+
class Mutant::Isolation::Result
|
|
1340
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1341
|
+
include ::Unparser::Equalizer::Methods
|
|
1342
|
+
|
|
1343
|
+
def exception; end
|
|
1344
|
+
def log; end
|
|
1345
|
+
def process_status; end
|
|
1346
|
+
def timeout; end
|
|
1347
|
+
def valid_value?; end
|
|
1348
|
+
def value; end
|
|
1349
|
+
|
|
1350
|
+
class << self
|
|
1351
|
+
def anima; end
|
|
1352
|
+
end
|
|
1353
|
+
end
|
|
1354
|
+
|
|
1355
|
+
module Mutant::License
|
|
1356
|
+
class << self
|
|
1357
|
+
def call(world); end
|
|
1358
|
+
|
|
1359
|
+
private
|
|
1360
|
+
|
|
1361
|
+
def check_for_rubygems_mutant_license(message); end
|
|
1362
|
+
def license_path(world); end
|
|
1363
|
+
def load_mutant_license(world); end
|
|
1364
|
+
end
|
|
1365
|
+
end
|
|
1366
|
+
|
|
1367
|
+
Mutant::License::NAME = T.let(T.unsafe(nil), String)
|
|
1368
|
+
|
|
1369
|
+
class Mutant::License::Subscription
|
|
1370
|
+
include ::Unparser::Equalizer::Methods
|
|
1371
|
+
|
|
1372
|
+
def description; end
|
|
1373
|
+
|
|
1374
|
+
private
|
|
1375
|
+
|
|
1376
|
+
def failure(expected, actual); end
|
|
1377
|
+
def failure_message(expected, actual); end
|
|
1378
|
+
def subscription_name; end
|
|
1379
|
+
def success; end
|
|
1380
|
+
|
|
1381
|
+
class << self
|
|
1382
|
+
def load(world, value); end
|
|
1383
|
+
end
|
|
1384
|
+
end
|
|
1385
|
+
|
|
1386
|
+
class Mutant::License::Subscription::Commercial < ::Mutant::License::Subscription
|
|
1387
|
+
def call(world); end
|
|
1388
|
+
|
|
1389
|
+
private
|
|
1390
|
+
|
|
1391
|
+
def candidates(world); end
|
|
1392
|
+
def capture(world, command); end
|
|
1393
|
+
def commit_author(world); end
|
|
1394
|
+
def git_author(world); end
|
|
1395
|
+
|
|
1396
|
+
class << self
|
|
1397
|
+
def from_json(value); end
|
|
1398
|
+
end
|
|
1399
|
+
end
|
|
1400
|
+
|
|
1401
|
+
class Mutant::License::Subscription::Commercial::Author
|
|
1402
|
+
include ::Unparser::Equalizer::Methods
|
|
1403
|
+
|
|
1404
|
+
def to_s; end
|
|
1405
|
+
end
|
|
1406
|
+
|
|
1407
|
+
Mutant::License::Subscription::FAILURE_FORMAT = T.let(T.unsafe(nil), String)
|
|
1408
|
+
Mutant::License::Subscription::FORMAT = T.let(T.unsafe(nil), String)
|
|
1409
|
+
|
|
1410
|
+
class Mutant::License::Subscription::Opensource < ::Mutant::License::Subscription
|
|
1411
|
+
def call(world); end
|
|
1412
|
+
|
|
1413
|
+
private
|
|
1414
|
+
|
|
1415
|
+
def check_subscription(actual); end
|
|
1416
|
+
def parse_remotes(input); end
|
|
1417
|
+
|
|
1418
|
+
class << self
|
|
1419
|
+
def from_json(value); end
|
|
1420
|
+
end
|
|
1421
|
+
end
|
|
1422
|
+
|
|
1423
|
+
class Mutant::License::Subscription::Opensource::Repository
|
|
1424
|
+
include ::Unparser::Equalizer::Methods
|
|
1425
|
+
|
|
1426
|
+
def to_s; end
|
|
1427
|
+
|
|
1428
|
+
class << self
|
|
1429
|
+
def parse(input); end
|
|
1430
|
+
|
|
1431
|
+
private
|
|
1432
|
+
|
|
1433
|
+
def parse_remote(input); end
|
|
1434
|
+
def parse_url(input); end
|
|
1435
|
+
end
|
|
1436
|
+
end
|
|
1437
|
+
|
|
1438
|
+
Mutant::License::Subscription::Opensource::Repository::GIT_HTTPS_REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
1439
|
+
Mutant::License::Subscription::Opensource::Repository::GIT_SSH_REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
1440
|
+
Mutant::License::Subscription::Opensource::Repository::REMOTE_REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
1441
|
+
Mutant::License::VERSION = T.let(T.unsafe(nil), Array)
|
|
1442
|
+
|
|
1443
|
+
class Mutant::Loader
|
|
1444
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1445
|
+
include ::Unparser::Equalizer::Methods
|
|
1446
|
+
|
|
1447
|
+
def binding; end
|
|
1448
|
+
def call; end
|
|
1449
|
+
def kernel; end
|
|
1450
|
+
def source; end
|
|
1451
|
+
def subject; end
|
|
1452
|
+
|
|
1453
|
+
class << self
|
|
1454
|
+
def anima; end
|
|
1455
|
+
def call(*arguments); end
|
|
1456
|
+
end
|
|
1457
|
+
end
|
|
1458
|
+
|
|
1459
|
+
Mutant::Loader::FROZEN_STRING_FORMAT = T.let(T.unsafe(nil), String)
|
|
1460
|
+
|
|
1461
|
+
class Mutant::Loader::Result
|
|
1462
|
+
include ::Singleton
|
|
1463
|
+
extend ::Singleton::SingletonClassMethods
|
|
1464
|
+
|
|
1465
|
+
class << self
|
|
1466
|
+
def instance; end
|
|
1467
|
+
end
|
|
1468
|
+
end
|
|
1469
|
+
|
|
1470
|
+
class Mutant::Loader::Result::Success < ::Mutant::Loader::Result
|
|
1471
|
+
class << self
|
|
1472
|
+
def instance; end
|
|
1473
|
+
end
|
|
1474
|
+
end
|
|
1475
|
+
|
|
1476
|
+
class Mutant::Loader::Result::VoidValue < ::Mutant::Loader::Result
|
|
1477
|
+
class << self
|
|
1478
|
+
def instance; end
|
|
1479
|
+
end
|
|
1480
|
+
end
|
|
1481
|
+
|
|
1482
|
+
Mutant::Loader::VOID_VALUE_REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
1483
|
+
|
|
1484
|
+
class Mutant::Matcher
|
|
1485
|
+
include ::Unparser::AbstractType
|
|
1486
|
+
include ::Unparser::Adamantium
|
|
1487
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1488
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
1489
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1490
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1491
|
+
|
|
1492
|
+
def call(*_arg0); end
|
|
1493
|
+
|
|
1494
|
+
class << self
|
|
1495
|
+
def from_config(config); end
|
|
1496
|
+
def ignore_subject?(config, subject); end
|
|
1497
|
+
def new(*args, &block); end
|
|
1498
|
+
|
|
1499
|
+
private
|
|
1500
|
+
|
|
1501
|
+
def allowed_subject?(config, subject); end
|
|
1502
|
+
def select_subject?(config, subject); end
|
|
1503
|
+
end
|
|
1504
|
+
end
|
|
1505
|
+
|
|
1506
|
+
class Mutant::Matcher::Chain < ::Mutant::Matcher
|
|
1507
|
+
include ::Unparser::Equalizer::Methods
|
|
1508
|
+
|
|
1509
|
+
def call(env); end
|
|
1510
|
+
end
|
|
1511
|
+
|
|
1512
|
+
class Mutant::Matcher::Config
|
|
1513
|
+
include ::Unparser::Anima::InstanceMethods
|
|
1514
|
+
include ::Unparser::Equalizer::Methods
|
|
1515
|
+
include ::Unparser::Adamantium
|
|
1516
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1517
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1518
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1519
|
+
|
|
1520
|
+
def add(attribute, value); end
|
|
1521
|
+
def ignore; end
|
|
1522
|
+
def inspect(&block); end
|
|
1523
|
+
def merge(other); end
|
|
1524
|
+
def start_expressions; end
|
|
1525
|
+
def subject_filters; end
|
|
1526
|
+
def subjects; end
|
|
1527
|
+
|
|
1528
|
+
private
|
|
1529
|
+
|
|
1530
|
+
def format_attribute(attribute_name); end
|
|
1531
|
+
def inspect_attributes; end
|
|
1532
|
+
def present_attributes; end
|
|
1533
|
+
|
|
1534
|
+
class << self
|
|
1535
|
+
def anima; end
|
|
1536
|
+
end
|
|
1537
|
+
end
|
|
1538
|
+
|
|
1539
|
+
Mutant::Matcher::Config::ATTRIBUTE_DELIMITER = T.let(T.unsafe(nil), String)
|
|
1540
|
+
Mutant::Matcher::Config::ATTRIBUTE_FORMAT = T.let(T.unsafe(nil), String)
|
|
1541
|
+
Mutant::Matcher::Config::DEFAULT = T.let(T.unsafe(nil), Mutant::Matcher::Config)
|
|
1542
|
+
Mutant::Matcher::Config::EMPTY_ATTRIBUTES = T.let(T.unsafe(nil), String)
|
|
1543
|
+
Mutant::Matcher::Config::ENUM_DELIMITER = T.let(T.unsafe(nil), String)
|
|
1544
|
+
Mutant::Matcher::Config::INSPECT_FORMAT = T.let(T.unsafe(nil), String)
|
|
1545
|
+
Mutant::Matcher::Config::LOADER = T.let(T.unsafe(nil), Mutant::Transform::Sequence)
|
|
1546
|
+
Mutant::Matcher::Config::PRESENTATIONS = T.let(T.unsafe(nil), Hash)
|
|
1547
|
+
|
|
1548
|
+
class Mutant::Matcher::Filter < ::Mutant::Matcher
|
|
1549
|
+
include ::Unparser::Equalizer::Methods
|
|
1550
|
+
|
|
1551
|
+
def call(env); end
|
|
1552
|
+
end
|
|
1553
|
+
|
|
1554
|
+
class Mutant::Matcher::Method < ::Mutant::Matcher
|
|
1555
|
+
include ::Unparser::Equalizer::Methods
|
|
1556
|
+
|
|
1557
|
+
def call(env); end
|
|
1558
|
+
|
|
1559
|
+
class << self
|
|
1560
|
+
def new(*args, &block); end
|
|
1561
|
+
end
|
|
1562
|
+
end
|
|
1563
|
+
|
|
1564
|
+
Mutant::Matcher::Method::CLOSURE_WARNING_FORMAT = T.let(T.unsafe(nil), String)
|
|
1565
|
+
|
|
1566
|
+
class Mutant::Matcher::Method::Evaluator
|
|
1567
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
1568
|
+
include ::Mutant::Procto
|
|
1569
|
+
include ::Unparser::Equalizer::Methods
|
|
1570
|
+
include ::Unparser::Adamantium
|
|
1571
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1572
|
+
include ::Unparser::AbstractType
|
|
1573
|
+
extend ::Mutant::Procto::ClassMethods
|
|
1574
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1575
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1576
|
+
include ::Mutant::AST::NodePredicates
|
|
1577
|
+
|
|
1578
|
+
def call; end
|
|
1579
|
+
|
|
1580
|
+
private
|
|
1581
|
+
|
|
1582
|
+
def ast; end
|
|
1583
|
+
def context; end
|
|
1584
|
+
def matched_node_path(&block); end
|
|
1585
|
+
def method_name; end
|
|
1586
|
+
def skip?; end
|
|
1587
|
+
def source_line; end
|
|
1588
|
+
def source_location; end
|
|
1589
|
+
def source_path(&block); end
|
|
1590
|
+
def subject(&block); end
|
|
1591
|
+
|
|
1592
|
+
class << self
|
|
1593
|
+
def new(*args, &block); end
|
|
1594
|
+
end
|
|
1595
|
+
end
|
|
1596
|
+
|
|
1597
|
+
class Mutant::Matcher::Method::Instance < ::Mutant::Matcher::Method
|
|
1598
|
+
class << self
|
|
1599
|
+
def new(scope, target_method); end
|
|
1600
|
+
|
|
1601
|
+
private
|
|
1602
|
+
|
|
1603
|
+
def memoized_method?(scope, method_name); end
|
|
1604
|
+
end
|
|
1605
|
+
end
|
|
1606
|
+
|
|
1607
|
+
class Mutant::Matcher::Method::Instance::Evaluator < ::Mutant::Matcher::Method::Evaluator
|
|
1608
|
+
private
|
|
1609
|
+
|
|
1610
|
+
def match?(node); end
|
|
1611
|
+
end
|
|
1612
|
+
|
|
1613
|
+
class Mutant::Matcher::Method::Instance::Evaluator::Memoized < ::Mutant::Matcher::Method::Instance::Evaluator
|
|
1614
|
+
private
|
|
1615
|
+
|
|
1616
|
+
def source_location; end
|
|
1617
|
+
end
|
|
1618
|
+
|
|
1619
|
+
Mutant::Matcher::Method::Instance::Evaluator::Memoized::SUBJECT_CLASS = Mutant::Subject::Method::Instance::Memoized
|
|
1620
|
+
Mutant::Matcher::Method::Instance::Evaluator::NAME_INDEX = T.let(T.unsafe(nil), Integer)
|
|
1621
|
+
Mutant::Matcher::Method::Instance::Evaluator::SUBJECT_CLASS = Mutant::Subject::Method::Instance
|
|
1622
|
+
|
|
1623
|
+
class Mutant::Matcher::Method::Metaclass < ::Mutant::Matcher::Method
|
|
1624
|
+
class << self
|
|
1625
|
+
def new(scope, method_name); end
|
|
1626
|
+
end
|
|
1627
|
+
end
|
|
1628
|
+
|
|
1629
|
+
class Mutant::Matcher::Method::Metaclass::Evaluator < ::Mutant::Matcher::Method::Evaluator
|
|
1630
|
+
private
|
|
1631
|
+
|
|
1632
|
+
def line?(node); end
|
|
1633
|
+
def match?(node); end
|
|
1634
|
+
def metaclass_containing(node); end
|
|
1635
|
+
def metaclass_receiver?(node); end
|
|
1636
|
+
def metaclass_target?(node); end
|
|
1637
|
+
def name?(node); end
|
|
1638
|
+
def sclass_const_name?(node); end
|
|
1639
|
+
end
|
|
1640
|
+
|
|
1641
|
+
Mutant::Matcher::Method::Metaclass::Evaluator::CONST_NAME_INDEX = T.let(T.unsafe(nil), Integer)
|
|
1642
|
+
Mutant::Matcher::Method::Metaclass::Evaluator::NAME_INDEX = T.let(T.unsafe(nil), Integer)
|
|
1643
|
+
Mutant::Matcher::Method::Metaclass::Evaluator::RECEIVER_WARNING = T.let(T.unsafe(nil), String)
|
|
1644
|
+
Mutant::Matcher::Method::Metaclass::Evaluator::SCLASS_RECEIVER_INDEX = T.let(T.unsafe(nil), Integer)
|
|
1645
|
+
Mutant::Matcher::Method::Metaclass::Evaluator::SUBJECT_CLASS = Mutant::Subject::Method::Metaclass
|
|
1646
|
+
Mutant::Matcher::Method::SOURCE_LOCATION_WARNING_FORMAT = T.let(T.unsafe(nil), String)
|
|
1647
|
+
|
|
1648
|
+
class Mutant::Matcher::Method::Singleton < ::Mutant::Matcher::Method
|
|
1649
|
+
class << self
|
|
1650
|
+
def new(scope, method_name); end
|
|
1651
|
+
end
|
|
1652
|
+
end
|
|
1653
|
+
|
|
1654
|
+
class Mutant::Matcher::Method::Singleton::Evaluator < ::Mutant::Matcher::Method::Evaluator
|
|
1655
|
+
private
|
|
1656
|
+
|
|
1657
|
+
def line?(node); end
|
|
1658
|
+
def match?(node); end
|
|
1659
|
+
def name?(node); end
|
|
1660
|
+
def receiver?(node); end
|
|
1661
|
+
def receiver_name?(node); end
|
|
1662
|
+
end
|
|
1663
|
+
|
|
1664
|
+
Mutant::Matcher::Method::Singleton::Evaluator::NAME_INDEX = T.let(T.unsafe(nil), Integer)
|
|
1665
|
+
Mutant::Matcher::Method::Singleton::Evaluator::RECEIVER_INDEX = T.let(T.unsafe(nil), Integer)
|
|
1666
|
+
Mutant::Matcher::Method::Singleton::Evaluator::RECEIVER_WARNING = T.let(T.unsafe(nil), String)
|
|
1667
|
+
Mutant::Matcher::Method::Singleton::Evaluator::SUBJECT_CLASS = Mutant::Subject::Method::Singleton
|
|
1668
|
+
|
|
1669
|
+
class Mutant::Matcher::Methods < ::Mutant::Matcher
|
|
1670
|
+
include ::Unparser::Equalizer::Methods
|
|
1671
|
+
|
|
1672
|
+
def call(env); end
|
|
1673
|
+
|
|
1674
|
+
private
|
|
1675
|
+
|
|
1676
|
+
def candidate_names; end
|
|
1677
|
+
def candidate_scope(*_arg0); end
|
|
1678
|
+
def matcher; end
|
|
1679
|
+
def methods(&block); end
|
|
1680
|
+
|
|
1681
|
+
class << self
|
|
1682
|
+
def new(*args, &block); end
|
|
1683
|
+
end
|
|
1684
|
+
end
|
|
1685
|
+
|
|
1686
|
+
Mutant::Matcher::Methods::CANDIDATE_NAMES = T.let(T.unsafe(nil), Array)
|
|
1687
|
+
|
|
1688
|
+
class Mutant::Matcher::Methods::Instance < ::Mutant::Matcher::Methods
|
|
1689
|
+
private
|
|
1690
|
+
|
|
1691
|
+
def access(method_name); end
|
|
1692
|
+
def candidate_scope; end
|
|
1693
|
+
end
|
|
1694
|
+
|
|
1695
|
+
Mutant::Matcher::Methods::Instance::MATCHER = Mutant::Matcher::Method::Instance
|
|
1696
|
+
|
|
1697
|
+
class Mutant::Matcher::Methods::Metaclass < ::Mutant::Matcher::Methods
|
|
1698
|
+
private
|
|
1699
|
+
|
|
1700
|
+
def access(method_name); end
|
|
1701
|
+
def candidate_scope; end
|
|
1702
|
+
end
|
|
1703
|
+
|
|
1704
|
+
Mutant::Matcher::Methods::Metaclass::MATCHER = Mutant::Matcher::Method::Metaclass
|
|
1705
|
+
|
|
1706
|
+
class Mutant::Matcher::Methods::Singleton < ::Mutant::Matcher::Methods
|
|
1707
|
+
private
|
|
1708
|
+
|
|
1709
|
+
def access(method_name); end
|
|
1710
|
+
def candidate_scope; end
|
|
1711
|
+
end
|
|
1712
|
+
|
|
1713
|
+
Mutant::Matcher::Methods::Singleton::MATCHER = Mutant::Matcher::Method::Singleton
|
|
1714
|
+
|
|
1715
|
+
class Mutant::Matcher::Namespace < ::Mutant::Matcher
|
|
1716
|
+
include ::Unparser::Equalizer::Methods
|
|
1717
|
+
|
|
1718
|
+
def call(env); end
|
|
1719
|
+
|
|
1720
|
+
private
|
|
1721
|
+
|
|
1722
|
+
def match?(scope); end
|
|
1723
|
+
def matched_scopes(env); end
|
|
1724
|
+
end
|
|
1725
|
+
|
|
1726
|
+
class Mutant::Matcher::Null < ::Mutant::Matcher
|
|
1727
|
+
include ::Unparser::Equalizer::Methods
|
|
1728
|
+
|
|
1729
|
+
def call(_env); end
|
|
1730
|
+
end
|
|
1731
|
+
|
|
1732
|
+
class Mutant::Matcher::Scope < ::Mutant::Matcher
|
|
1733
|
+
include ::Unparser::Equalizer::Methods
|
|
1734
|
+
|
|
1735
|
+
def call(env); end
|
|
1736
|
+
|
|
1737
|
+
private
|
|
1738
|
+
|
|
1739
|
+
def effective_matchers; end
|
|
1740
|
+
end
|
|
1741
|
+
|
|
1742
|
+
Mutant::Matcher::Scope::MATCHERS = T.let(T.unsafe(nil), Array)
|
|
1743
|
+
|
|
1744
|
+
class Mutant::Matcher::Static
|
|
1745
|
+
include ::Unparser::Equalizer::Methods
|
|
1746
|
+
|
|
1747
|
+
def call(_env); end
|
|
1748
|
+
end
|
|
1749
|
+
|
|
1750
|
+
class Mutant::Mutation
|
|
1751
|
+
include ::Unparser::Adamantium
|
|
1752
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1753
|
+
include ::Unparser::AbstractType
|
|
1754
|
+
include ::Unparser::Equalizer::Methods
|
|
1755
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1756
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1757
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
1758
|
+
|
|
1759
|
+
def code(&block); end
|
|
1760
|
+
def identification(&block); end
|
|
1761
|
+
def insert(kernel); end
|
|
1762
|
+
def monkeypatch(&block); end
|
|
1763
|
+
def original_source; end
|
|
1764
|
+
def source(&block); end
|
|
1765
|
+
|
|
1766
|
+
private
|
|
1767
|
+
|
|
1768
|
+
def sha1; end
|
|
1769
|
+
|
|
1770
|
+
class << self
|
|
1771
|
+
def new(*args, &block); end
|
|
1772
|
+
def success?(test_result); end
|
|
1773
|
+
end
|
|
1774
|
+
end
|
|
1775
|
+
|
|
1776
|
+
Mutant::Mutation::CODE_DELIMITER = T.let(T.unsafe(nil), String)
|
|
1777
|
+
Mutant::Mutation::CODE_RANGE = T.let(T.unsafe(nil), Range)
|
|
1778
|
+
class Mutant::Mutation::Evil < ::Mutant::Mutation; end
|
|
1779
|
+
Mutant::Mutation::Evil::SYMBOL = T.let(T.unsafe(nil), String)
|
|
1780
|
+
class Mutant::Mutation::Neutral < ::Mutant::Mutation; end
|
|
1781
|
+
Mutant::Mutation::Neutral::SYMBOL = T.let(T.unsafe(nil), String)
|
|
1782
|
+
Mutant::Mutation::Neutral::TEST_PASS_SUCCESS = T.let(T.unsafe(nil), TrueClass)
|
|
1783
|
+
class Mutant::Mutation::Noop < ::Mutant::Mutation::Neutral; end
|
|
1784
|
+
Mutant::Mutation::Noop::SYMBOL = T.let(T.unsafe(nil), String)
|
|
1785
|
+
Mutant::Mutation::Noop::TEST_PASS_SUCCESS = T.let(T.unsafe(nil), TrueClass)
|
|
1786
|
+
|
|
1787
|
+
class Mutant::Mutator
|
|
1788
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
1789
|
+
include ::Unparser::AbstractType
|
|
1790
|
+
include ::Unparser::Equalizer::Methods
|
|
1791
|
+
include ::Unparser::Adamantium
|
|
1792
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
1793
|
+
extend ::Mutant::Procto::ClassMethods
|
|
1794
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
1795
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
1796
|
+
include ::Mutant::Procto
|
|
1797
|
+
|
|
1798
|
+
def initialize(_input, _parent = T.unsafe(nil)); end
|
|
1799
|
+
|
|
1800
|
+
def call; end
|
|
1801
|
+
def output; end
|
|
1802
|
+
|
|
1803
|
+
private
|
|
1804
|
+
|
|
1805
|
+
def dispatch(*_arg0); end
|
|
1806
|
+
def dup_input; end
|
|
1807
|
+
def emit(object); end
|
|
1808
|
+
def new?(object); end
|
|
1809
|
+
def run(mutator); end
|
|
1810
|
+
|
|
1811
|
+
class << self
|
|
1812
|
+
def mutate(node, parent = T.unsafe(nil)); end
|
|
1813
|
+
def new(*args, &block); end
|
|
1814
|
+
|
|
1815
|
+
private
|
|
1816
|
+
|
|
1817
|
+
def handle(*types); end
|
|
1818
|
+
end
|
|
1819
|
+
end
|
|
1820
|
+
|
|
1821
|
+
class Mutant::Mutator::Node < ::Mutant::Mutator
|
|
1822
|
+
include ::Unparser::Constants
|
|
1823
|
+
include ::Mutant::AST::Nodes
|
|
1824
|
+
include ::Mutant::AST::Sexp
|
|
1825
|
+
include ::Mutant::AST::NodePredicates
|
|
1826
|
+
include ::Mutant::AST::NamedChildren
|
|
1827
|
+
include ::Mutant::AST::NamedChildren::InstanceMethods
|
|
1828
|
+
extend ::Mutant::AST::NamedChildren::ClassMethods
|
|
1829
|
+
|
|
1830
|
+
protected
|
|
1831
|
+
|
|
1832
|
+
def node; end
|
|
1833
|
+
|
|
1834
|
+
private
|
|
1835
|
+
|
|
1836
|
+
def children_indices(range); end
|
|
1837
|
+
def delete_child(index); end
|
|
1838
|
+
def dup_node; end
|
|
1839
|
+
def emit_child_update(index, node); end
|
|
1840
|
+
def emit_nil; end
|
|
1841
|
+
def emit_propagation(node); end
|
|
1842
|
+
def emit_singletons; end
|
|
1843
|
+
def emit_type(*children); end
|
|
1844
|
+
def left_op_assignment?; end
|
|
1845
|
+
def mutate_child(index, &block); end
|
|
1846
|
+
def mutate_single_child; end
|
|
1847
|
+
def parent_node; end
|
|
1848
|
+
def parent_type; end
|
|
1849
|
+
|
|
1850
|
+
class << self
|
|
1851
|
+
def new(*args, &block); end
|
|
1852
|
+
|
|
1853
|
+
private
|
|
1854
|
+
|
|
1855
|
+
def define_named_child(name, index); end
|
|
1856
|
+
end
|
|
1857
|
+
end
|
|
1858
|
+
|
|
1859
|
+
class Mutant::Mutator::Node::AndAsgn < ::Mutant::Mutator::Node
|
|
1860
|
+
def emit_left(node); end
|
|
1861
|
+
def emit_left_mutations(&block); end
|
|
1862
|
+
def emit_right(node); end
|
|
1863
|
+
def emit_right_mutations(&block); end
|
|
1864
|
+
|
|
1865
|
+
private
|
|
1866
|
+
|
|
1867
|
+
def dispatch; end
|
|
1868
|
+
def left; end
|
|
1869
|
+
def remaining_children; end
|
|
1870
|
+
def remaining_children_indices; end
|
|
1871
|
+
def remaining_children_with_index; end
|
|
1872
|
+
def right; end
|
|
1873
|
+
end
|
|
1874
|
+
|
|
1875
|
+
class Mutant::Mutator::Node::Argument < ::Mutant::Mutator::Node
|
|
1876
|
+
def emit_name(node); end
|
|
1877
|
+
def emit_name_mutations(&block); end
|
|
1878
|
+
|
|
1879
|
+
private
|
|
1880
|
+
|
|
1881
|
+
def dispatch; end
|
|
1882
|
+
def emit_name_mutation; end
|
|
1883
|
+
def name; end
|
|
1884
|
+
def remaining_children; end
|
|
1885
|
+
def remaining_children_indices; end
|
|
1886
|
+
def remaining_children_with_index; end
|
|
1887
|
+
def skip?; end
|
|
1888
|
+
end
|
|
1889
|
+
|
|
1890
|
+
class Mutant::Mutator::Node::Argument::Optional < ::Mutant::Mutator::Node::Argument
|
|
1891
|
+
def emit_default(node); end
|
|
1892
|
+
def emit_default_mutations(&block); end
|
|
1893
|
+
def emit_name(node); end
|
|
1894
|
+
def emit_name_mutations(&block); end
|
|
1895
|
+
|
|
1896
|
+
private
|
|
1897
|
+
|
|
1898
|
+
def default; end
|
|
1899
|
+
def dispatch; end
|
|
1900
|
+
def emit_required_mutation; end
|
|
1901
|
+
def name; end
|
|
1902
|
+
def remaining_children; end
|
|
1903
|
+
def remaining_children_indices; end
|
|
1904
|
+
def remaining_children_with_index; end
|
|
1905
|
+
end
|
|
1906
|
+
|
|
1907
|
+
Mutant::Mutator::Node::Argument::Optional::TYPE_MAP = T.let(T.unsafe(nil), Hash)
|
|
1908
|
+
Mutant::Mutator::Node::Argument::UNDERSCORE = T.let(T.unsafe(nil), String)
|
|
1909
|
+
|
|
1910
|
+
class Mutant::Mutator::Node::Arguments < ::Mutant::Mutator::Node
|
|
1911
|
+
private
|
|
1912
|
+
|
|
1913
|
+
def dispatch; end
|
|
1914
|
+
def emit_argument_mutations; end
|
|
1915
|
+
def emit_argument_presence; end
|
|
1916
|
+
def emit_mlhs_expansion; end
|
|
1917
|
+
def invalid_argument_replacement?(mutant, index); end
|
|
1918
|
+
def mlhs_childs_with_index; end
|
|
1919
|
+
end
|
|
1920
|
+
|
|
1921
|
+
class Mutant::Mutator::Node::Begin < ::Mutant::Mutator::Node
|
|
1922
|
+
private
|
|
1923
|
+
|
|
1924
|
+
def dispatch; end
|
|
1925
|
+
end
|
|
1926
|
+
|
|
1927
|
+
class Mutant::Mutator::Node::Binary < ::Mutant::Mutator::Node
|
|
1928
|
+
def emit_left(node); end
|
|
1929
|
+
def emit_left_mutations(&block); end
|
|
1930
|
+
def emit_right(node); end
|
|
1931
|
+
def emit_right_mutations(&block); end
|
|
1932
|
+
|
|
1933
|
+
private
|
|
1934
|
+
|
|
1935
|
+
def dispatch; end
|
|
1936
|
+
def emit_left_negation; end
|
|
1937
|
+
def emit_operator_mutations; end
|
|
1938
|
+
def emit_promotions; end
|
|
1939
|
+
def left; end
|
|
1940
|
+
def remaining_children; end
|
|
1941
|
+
def remaining_children_indices; end
|
|
1942
|
+
def remaining_children_with_index; end
|
|
1943
|
+
def right; end
|
|
1944
|
+
end
|
|
1945
|
+
|
|
1946
|
+
Mutant::Mutator::Node::Binary::INVERSE = T.let(T.unsafe(nil), Hash)
|
|
1947
|
+
|
|
1948
|
+
class Mutant::Mutator::Node::Block < ::Mutant::Mutator::Node
|
|
1949
|
+
def emit_arguments(node); end
|
|
1950
|
+
def emit_arguments_mutations(&block); end
|
|
1951
|
+
def emit_body(node); end
|
|
1952
|
+
def emit_body_mutations(&block); end
|
|
1953
|
+
def emit_send(node); end
|
|
1954
|
+
def emit_send_mutations(&block); end
|
|
1955
|
+
|
|
1956
|
+
private
|
|
1957
|
+
|
|
1958
|
+
def arguments; end
|
|
1959
|
+
def body; end
|
|
1960
|
+
def body_has_control?; end
|
|
1961
|
+
def dispatch; end
|
|
1962
|
+
def mutate_body; end
|
|
1963
|
+
def mutate_body_receiver; end
|
|
1964
|
+
def remaining_children; end
|
|
1965
|
+
def remaining_children_indices; end
|
|
1966
|
+
def remaining_children_with_index; end
|
|
1967
|
+
def send; end
|
|
1968
|
+
def unconditional_loop?; end
|
|
1969
|
+
def valid_send_mutation?(node); end
|
|
1970
|
+
end
|
|
1971
|
+
|
|
1972
|
+
class Mutant::Mutator::Node::BlockPass < ::Mutant::Mutator::Node
|
|
1973
|
+
def emit_argument(node); end
|
|
1974
|
+
def emit_argument_mutations(&block); end
|
|
1975
|
+
|
|
1976
|
+
private
|
|
1977
|
+
|
|
1978
|
+
def argument; end
|
|
1979
|
+
def dispatch; end
|
|
1980
|
+
def emit_symbol_to_proc_mutations; end
|
|
1981
|
+
def remaining_children; end
|
|
1982
|
+
def remaining_children_indices; end
|
|
1983
|
+
def remaining_children_with_index; end
|
|
1984
|
+
end
|
|
1985
|
+
|
|
1986
|
+
class Mutant::Mutator::Node::Break < ::Mutant::Mutator::Node::Generic
|
|
1987
|
+
private
|
|
1988
|
+
|
|
1989
|
+
def dispatch; end
|
|
1990
|
+
end
|
|
1991
|
+
|
|
1992
|
+
class Mutant::Mutator::Node::Case < ::Mutant::Mutator::Node
|
|
1993
|
+
def emit_condition(node); end
|
|
1994
|
+
def emit_condition_mutations(&block); end
|
|
1995
|
+
|
|
1996
|
+
private
|
|
1997
|
+
|
|
1998
|
+
def condition; end
|
|
1999
|
+
def dispatch; end
|
|
2000
|
+
def emit_else_mutations; end
|
|
2001
|
+
def emit_when_mutations; end
|
|
2002
|
+
def remaining_children; end
|
|
2003
|
+
def remaining_children_indices; end
|
|
2004
|
+
def remaining_children_with_index; end
|
|
2005
|
+
end
|
|
2006
|
+
|
|
2007
|
+
class Mutant::Mutator::Node::Class < ::Mutant::Mutator::Node
|
|
2008
|
+
def emit_body(node); end
|
|
2009
|
+
def emit_body_mutations(&block); end
|
|
2010
|
+
def emit_klass(node); end
|
|
2011
|
+
def emit_klass_mutations(&block); end
|
|
2012
|
+
def emit_parent(node); end
|
|
2013
|
+
def emit_parent_mutations(&block); end
|
|
2014
|
+
|
|
2015
|
+
private
|
|
2016
|
+
|
|
2017
|
+
def body; end
|
|
2018
|
+
def dispatch; end
|
|
2019
|
+
def klass; end
|
|
2020
|
+
def parent; end
|
|
2021
|
+
def remaining_children; end
|
|
2022
|
+
def remaining_children_indices; end
|
|
2023
|
+
def remaining_children_with_index; end
|
|
2024
|
+
end
|
|
2025
|
+
|
|
2026
|
+
class Mutant::Mutator::Node::ConditionalLoop < ::Mutant::Mutator::Node
|
|
2027
|
+
def emit_body(node); end
|
|
2028
|
+
def emit_body_mutations(&block); end
|
|
2029
|
+
def emit_condition(node); end
|
|
2030
|
+
def emit_condition_mutations(&block); end
|
|
2031
|
+
|
|
2032
|
+
private
|
|
2033
|
+
|
|
2034
|
+
def body; end
|
|
2035
|
+
def condition; end
|
|
2036
|
+
def dispatch; end
|
|
2037
|
+
def remaining_children; end
|
|
2038
|
+
def remaining_children_indices; end
|
|
2039
|
+
def remaining_children_with_index; end
|
|
2040
|
+
end
|
|
2041
|
+
|
|
2042
|
+
class Mutant::Mutator::Node::Const < ::Mutant::Mutator::Node
|
|
2043
|
+
private
|
|
2044
|
+
|
|
2045
|
+
def dispatch; end
|
|
2046
|
+
end
|
|
2047
|
+
|
|
2048
|
+
class Mutant::Mutator::Node::Define < ::Mutant::Mutator::Node
|
|
2049
|
+
private
|
|
2050
|
+
|
|
2051
|
+
def dispatch; end
|
|
2052
|
+
def emit_body_prepend(node); end
|
|
2053
|
+
def emit_optarg_body_assignments; end
|
|
2054
|
+
end
|
|
2055
|
+
|
|
2056
|
+
class Mutant::Mutator::Node::Define::Instance < ::Mutant::Mutator::Node::Define
|
|
2057
|
+
def emit_arguments(node); end
|
|
2058
|
+
def emit_arguments_mutations(&block); end
|
|
2059
|
+
def emit_body(node); end
|
|
2060
|
+
def emit_body_mutations(&block); end
|
|
2061
|
+
def emit_name(node); end
|
|
2062
|
+
def emit_name_mutations(&block); end
|
|
2063
|
+
|
|
2064
|
+
private
|
|
2065
|
+
|
|
2066
|
+
def arguments; end
|
|
2067
|
+
def body; end
|
|
2068
|
+
def name; end
|
|
2069
|
+
def remaining_children; end
|
|
2070
|
+
def remaining_children_indices; end
|
|
2071
|
+
def remaining_children_with_index; end
|
|
2072
|
+
end
|
|
2073
|
+
|
|
2074
|
+
class Mutant::Mutator::Node::Define::Singleton < ::Mutant::Mutator::Node::Define
|
|
2075
|
+
def emit_arguments(node); end
|
|
2076
|
+
def emit_arguments_mutations(&block); end
|
|
2077
|
+
def emit_body(node); end
|
|
2078
|
+
def emit_body_mutations(&block); end
|
|
2079
|
+
def emit_name(node); end
|
|
2080
|
+
def emit_name_mutations(&block); end
|
|
2081
|
+
def emit_subject(node); end
|
|
2082
|
+
def emit_subject_mutations(&block); end
|
|
2083
|
+
|
|
2084
|
+
private
|
|
2085
|
+
|
|
2086
|
+
def arguments; end
|
|
2087
|
+
def body; end
|
|
2088
|
+
def name; end
|
|
2089
|
+
def remaining_children; end
|
|
2090
|
+
def remaining_children_indices; end
|
|
2091
|
+
def remaining_children_with_index; end
|
|
2092
|
+
def subject; end
|
|
2093
|
+
end
|
|
2094
|
+
|
|
2095
|
+
class Mutant::Mutator::Node::Defined < ::Mutant::Mutator::Node
|
|
2096
|
+
def emit_expression(node); end
|
|
2097
|
+
def emit_expression_mutations(&block); end
|
|
2098
|
+
|
|
2099
|
+
private
|
|
2100
|
+
|
|
2101
|
+
def dispatch; end
|
|
2102
|
+
def emit_instance_variable_mutation; end
|
|
2103
|
+
def expression; end
|
|
2104
|
+
def remaining_children; end
|
|
2105
|
+
def remaining_children_indices; end
|
|
2106
|
+
def remaining_children_with_index; end
|
|
2107
|
+
end
|
|
2108
|
+
|
|
2109
|
+
class Mutant::Mutator::Node::DynamicLiteral < ::Mutant::Mutator::Node
|
|
2110
|
+
private
|
|
2111
|
+
|
|
2112
|
+
def dispatch; end
|
|
2113
|
+
end
|
|
2114
|
+
|
|
2115
|
+
class Mutant::Mutator::Node::Generic < ::Mutant::Mutator::Node
|
|
2116
|
+
private
|
|
2117
|
+
|
|
2118
|
+
def dispatch; end
|
|
2119
|
+
end
|
|
2120
|
+
|
|
2121
|
+
class Mutant::Mutator::Node::If < ::Mutant::Mutator::Node
|
|
2122
|
+
def emit_condition(node); end
|
|
2123
|
+
def emit_condition_mutations(&block); end
|
|
2124
|
+
def emit_else_branch(node); end
|
|
2125
|
+
def emit_else_branch_mutations(&block); end
|
|
2126
|
+
def emit_if_branch(node); end
|
|
2127
|
+
def emit_if_branch_mutations(&block); end
|
|
2128
|
+
|
|
2129
|
+
private
|
|
2130
|
+
|
|
2131
|
+
def condition; end
|
|
2132
|
+
def dispatch; end
|
|
2133
|
+
def else_branch; end
|
|
2134
|
+
def if_branch; end
|
|
2135
|
+
def mutate_condition; end
|
|
2136
|
+
def mutate_else_branch; end
|
|
2137
|
+
def mutate_if_branch; end
|
|
2138
|
+
def remaining_children; end
|
|
2139
|
+
def remaining_children_indices; end
|
|
2140
|
+
def remaining_children_with_index; end
|
|
2141
|
+
end
|
|
2142
|
+
|
|
2143
|
+
class Mutant::Mutator::Node::Index < ::Mutant::Mutator::Node
|
|
2144
|
+
def emit_receiver(node); end
|
|
2145
|
+
def emit_receiver_mutations(&block); end
|
|
2146
|
+
|
|
2147
|
+
private
|
|
2148
|
+
|
|
2149
|
+
def dispatch; end
|
|
2150
|
+
def emit_drop_mutation; end
|
|
2151
|
+
def emit_send_forms; end
|
|
2152
|
+
def indices; end
|
|
2153
|
+
def mutate_indices; end
|
|
2154
|
+
def receiver; end
|
|
2155
|
+
def remaining_children; end
|
|
2156
|
+
def remaining_children_indices; end
|
|
2157
|
+
def remaining_children_with_index; end
|
|
2158
|
+
end
|
|
2159
|
+
|
|
2160
|
+
class Mutant::Mutator::Node::Index::Assign < ::Mutant::Mutator::Node::Index
|
|
2161
|
+
private
|
|
2162
|
+
|
|
2163
|
+
def dispatch; end
|
|
2164
|
+
def emit_index_read; end
|
|
2165
|
+
def index_range; end
|
|
2166
|
+
end
|
|
2167
|
+
|
|
2168
|
+
Mutant::Mutator::Node::Index::Assign::REGULAR_RANGE = T.let(T.unsafe(nil), Range)
|
|
2169
|
+
Mutant::Mutator::Node::Index::NO_VALUE_RANGE = T.let(T.unsafe(nil), Range)
|
|
2170
|
+
|
|
2171
|
+
class Mutant::Mutator::Node::Index::Read < ::Mutant::Mutator::Node::Index
|
|
2172
|
+
private
|
|
2173
|
+
|
|
2174
|
+
def index_range; end
|
|
2175
|
+
end
|
|
2176
|
+
|
|
2177
|
+
Mutant::Mutator::Node::Index::SEND_REPLACEMENTS = T.let(T.unsafe(nil), Array)
|
|
2178
|
+
|
|
2179
|
+
class Mutant::Mutator::Node::Kwargs < ::Mutant::Mutator::Node
|
|
2180
|
+
private
|
|
2181
|
+
|
|
2182
|
+
def dispatch; end
|
|
2183
|
+
def emit_argument_mutations; end
|
|
2184
|
+
def emit_argument_presence; end
|
|
2185
|
+
def forbid_argument?(node); end
|
|
2186
|
+
end
|
|
2187
|
+
|
|
2188
|
+
Mutant::Mutator::Node::Kwargs::DISALLOW = T.let(T.unsafe(nil), Array)
|
|
2189
|
+
|
|
2190
|
+
class Mutant::Mutator::Node::Kwbegin < ::Mutant::Mutator::Node::Generic
|
|
2191
|
+
private
|
|
2192
|
+
|
|
2193
|
+
def dispatch; end
|
|
2194
|
+
end
|
|
2195
|
+
|
|
2196
|
+
class Mutant::Mutator::Node::Literal < ::Mutant::Mutator::Node
|
|
2197
|
+
private
|
|
2198
|
+
|
|
2199
|
+
def emit_values; end
|
|
2200
|
+
|
|
2201
|
+
class << self
|
|
2202
|
+
def new(*args, &block); end
|
|
2203
|
+
end
|
|
2204
|
+
end
|
|
2205
|
+
|
|
2206
|
+
class Mutant::Mutator::Node::Literal::Array < ::Mutant::Mutator::Node::Literal
|
|
2207
|
+
def emit_first(node); end
|
|
2208
|
+
def emit_first_mutations(&block); end
|
|
2209
|
+
|
|
2210
|
+
private
|
|
2211
|
+
|
|
2212
|
+
def dispatch; end
|
|
2213
|
+
def first; end
|
|
2214
|
+
def mutate_body; end
|
|
2215
|
+
def remaining_children; end
|
|
2216
|
+
def remaining_children_indices; end
|
|
2217
|
+
def remaining_children_with_index; end
|
|
2218
|
+
end
|
|
2219
|
+
|
|
2220
|
+
class Mutant::Mutator::Node::Literal::Boolean < ::Mutant::Mutator::Node::Literal
|
|
2221
|
+
private
|
|
2222
|
+
|
|
2223
|
+
def dispatch; end
|
|
2224
|
+
end
|
|
2225
|
+
|
|
2226
|
+
Mutant::Mutator::Node::Literal::Boolean::MAP = T.let(T.unsafe(nil), Hash)
|
|
2227
|
+
|
|
2228
|
+
class Mutant::Mutator::Node::Literal::Float < ::Mutant::Mutator::Node::Literal
|
|
2229
|
+
private
|
|
2230
|
+
|
|
2231
|
+
def dispatch; end
|
|
2232
|
+
def emit_special_cases; end
|
|
2233
|
+
def values; end
|
|
2234
|
+
end
|
|
2235
|
+
|
|
2236
|
+
Mutant::Mutator::Node::Literal::Float::SPECIAL = T.let(T.unsafe(nil), Array)
|
|
2237
|
+
|
|
2238
|
+
class Mutant::Mutator::Node::Literal::Hash < ::Mutant::Mutator::Node::Literal
|
|
2239
|
+
private
|
|
2240
|
+
|
|
2241
|
+
def dispatch; end
|
|
2242
|
+
def mutate_body; end
|
|
2243
|
+
end
|
|
2244
|
+
|
|
2245
|
+
class Mutant::Mutator::Node::Literal::Hash::Pair < ::Mutant::Mutator::Node
|
|
2246
|
+
def emit_key(node); end
|
|
2247
|
+
def emit_key_mutations(&block); end
|
|
2248
|
+
def emit_value(node); end
|
|
2249
|
+
def emit_value_mutations(&block); end
|
|
2250
|
+
|
|
2251
|
+
private
|
|
2252
|
+
|
|
2253
|
+
def dispatch; end
|
|
2254
|
+
def key; end
|
|
2255
|
+
def remaining_children; end
|
|
2256
|
+
def remaining_children_indices; end
|
|
2257
|
+
def remaining_children_with_index; end
|
|
2258
|
+
def value; end
|
|
2259
|
+
end
|
|
2260
|
+
|
|
2261
|
+
class Mutant::Mutator::Node::Literal::Integer < ::Mutant::Mutator::Node::Literal
|
|
2262
|
+
def emit_value(node); end
|
|
2263
|
+
def emit_value_mutations(&block); end
|
|
2264
|
+
|
|
2265
|
+
private
|
|
2266
|
+
|
|
2267
|
+
def dispatch; end
|
|
2268
|
+
def remaining_children; end
|
|
2269
|
+
def remaining_children_indices; end
|
|
2270
|
+
def remaining_children_with_index; end
|
|
2271
|
+
def value; end
|
|
2272
|
+
def values; end
|
|
2273
|
+
end
|
|
2274
|
+
|
|
2275
|
+
class Mutant::Mutator::Node::Literal::Nil < ::Mutant::Mutator::Node::Literal
|
|
2276
|
+
private
|
|
2277
|
+
|
|
2278
|
+
def dispatch; end
|
|
2279
|
+
end
|
|
2280
|
+
|
|
2281
|
+
class Mutant::Mutator::Node::Literal::Range < ::Mutant::Mutator::Node::Literal
|
|
2282
|
+
def emit_lower_bound(node); end
|
|
2283
|
+
def emit_lower_bound_mutations(&block); end
|
|
2284
|
+
def emit_upper_bound(node); end
|
|
2285
|
+
def emit_upper_bound_mutations(&block); end
|
|
2286
|
+
|
|
2287
|
+
private
|
|
2288
|
+
|
|
2289
|
+
def dispatch; end
|
|
2290
|
+
def emit_inverse; end
|
|
2291
|
+
def lower_bound; end
|
|
2292
|
+
def remaining_children; end
|
|
2293
|
+
def remaining_children_indices; end
|
|
2294
|
+
def remaining_children_with_index; end
|
|
2295
|
+
def upper_bound; end
|
|
2296
|
+
end
|
|
2297
|
+
|
|
2298
|
+
Mutant::Mutator::Node::Literal::Range::MAP = T.let(T.unsafe(nil), Hash)
|
|
2299
|
+
|
|
2300
|
+
class Mutant::Mutator::Node::Literal::Regex < ::Mutant::Mutator::Node::Literal
|
|
2301
|
+
private
|
|
2302
|
+
|
|
2303
|
+
def dispatch; end
|
|
2304
|
+
def mutate_body; end
|
|
2305
|
+
def options; end
|
|
2306
|
+
end
|
|
2307
|
+
|
|
2308
|
+
Mutant::Mutator::Node::Literal::Regex::NULL_REGEXP_SOURCE = T.let(T.unsafe(nil), String)
|
|
2309
|
+
|
|
2310
|
+
class Mutant::Mutator::Node::Literal::String < ::Mutant::Mutator::Node::Literal
|
|
2311
|
+
private
|
|
2312
|
+
|
|
2313
|
+
def dispatch; end
|
|
2314
|
+
end
|
|
2315
|
+
|
|
2316
|
+
class Mutant::Mutator::Node::Literal::Symbol < ::Mutant::Mutator::Node::Literal
|
|
2317
|
+
def emit_value(node); end
|
|
2318
|
+
def emit_value_mutations(&block); end
|
|
2319
|
+
|
|
2320
|
+
private
|
|
2321
|
+
|
|
2322
|
+
def dispatch; end
|
|
2323
|
+
def remaining_children; end
|
|
2324
|
+
def remaining_children_indices; end
|
|
2325
|
+
def remaining_children_with_index; end
|
|
2326
|
+
def value; end
|
|
2327
|
+
end
|
|
2328
|
+
|
|
2329
|
+
class Mutant::Mutator::Node::MLHS < ::Mutant::Mutator::Node
|
|
2330
|
+
private
|
|
2331
|
+
|
|
2332
|
+
def dispatch; end
|
|
2333
|
+
end
|
|
2334
|
+
|
|
2335
|
+
class Mutant::Mutator::Node::MatchCurrentLine < ::Mutant::Mutator::Node
|
|
2336
|
+
def emit_regexp(node); end
|
|
2337
|
+
def emit_regexp_mutations(&block); end
|
|
2338
|
+
|
|
2339
|
+
private
|
|
2340
|
+
|
|
2341
|
+
def dispatch; end
|
|
2342
|
+
def regexp; end
|
|
2343
|
+
def remaining_children; end
|
|
2344
|
+
def remaining_children_indices; end
|
|
2345
|
+
def remaining_children_with_index; end
|
|
2346
|
+
end
|
|
2347
|
+
|
|
2348
|
+
class Mutant::Mutator::Node::Module < ::Mutant::Mutator::Node
|
|
2349
|
+
def emit_body(node); end
|
|
2350
|
+
def emit_body_mutations(&block); end
|
|
2351
|
+
def emit_klass(node); end
|
|
2352
|
+
def emit_klass_mutations(&block); end
|
|
2353
|
+
|
|
2354
|
+
private
|
|
2355
|
+
|
|
2356
|
+
def body; end
|
|
2357
|
+
def dispatch; end
|
|
2358
|
+
def klass; end
|
|
2359
|
+
def remaining_children; end
|
|
2360
|
+
def remaining_children_indices; end
|
|
2361
|
+
def remaining_children_with_index; end
|
|
2362
|
+
end
|
|
2363
|
+
|
|
2364
|
+
class Mutant::Mutator::Node::MultipleAssignment < ::Mutant::Mutator::Node
|
|
2365
|
+
def emit_left(node); end
|
|
2366
|
+
def emit_left_mutations(&block); end
|
|
2367
|
+
def emit_right(node); end
|
|
2368
|
+
def emit_right_mutations(&block); end
|
|
2369
|
+
|
|
2370
|
+
private
|
|
2371
|
+
|
|
2372
|
+
def dispatch; end
|
|
2373
|
+
def left; end
|
|
2374
|
+
def remaining_children; end
|
|
2375
|
+
def remaining_children_indices; end
|
|
2376
|
+
def remaining_children_with_index; end
|
|
2377
|
+
def right; end
|
|
2378
|
+
end
|
|
2379
|
+
|
|
2380
|
+
module Mutant::Mutator::Node::NamedValue; end
|
|
2381
|
+
|
|
2382
|
+
class Mutant::Mutator::Node::NamedValue::Access < ::Mutant::Mutator::Node
|
|
2383
|
+
private
|
|
2384
|
+
|
|
2385
|
+
def dispatch; end
|
|
2386
|
+
end
|
|
2387
|
+
|
|
2388
|
+
class Mutant::Mutator::Node::NamedValue::Access::Ivar < ::Mutant::Mutator::Node::NamedValue::Access
|
|
2389
|
+
def emit_name(node); end
|
|
2390
|
+
def emit_name_mutations(&block); end
|
|
2391
|
+
|
|
2392
|
+
private
|
|
2393
|
+
|
|
2394
|
+
def attribute_name; end
|
|
2395
|
+
def dispatch; end
|
|
2396
|
+
def emit_attribute_read; end
|
|
2397
|
+
def name; end
|
|
2398
|
+
def remaining_children; end
|
|
2399
|
+
def remaining_children_indices; end
|
|
2400
|
+
def remaining_children_with_index; end
|
|
2401
|
+
end
|
|
2402
|
+
|
|
2403
|
+
Mutant::Mutator::Node::NamedValue::Access::Ivar::NAME_RANGE = T.let(T.unsafe(nil), Range)
|
|
2404
|
+
|
|
2405
|
+
class Mutant::Mutator::Node::NamedValue::ConstantAssignment < ::Mutant::Mutator::Node
|
|
2406
|
+
def emit_cbase(node); end
|
|
2407
|
+
def emit_cbase_mutations(&block); end
|
|
2408
|
+
def emit_name(node); end
|
|
2409
|
+
def emit_name_mutations(&block); end
|
|
2410
|
+
def emit_value(node); end
|
|
2411
|
+
def emit_value_mutations(&block); end
|
|
2412
|
+
|
|
2413
|
+
private
|
|
2414
|
+
|
|
2415
|
+
def cbase; end
|
|
2416
|
+
def dispatch; end
|
|
2417
|
+
def emit_remove_const; end
|
|
2418
|
+
def mutate_name; end
|
|
2419
|
+
def name; end
|
|
2420
|
+
def remaining_children; end
|
|
2421
|
+
def remaining_children_indices; end
|
|
2422
|
+
def remaining_children_with_index; end
|
|
2423
|
+
def value; end
|
|
2424
|
+
end
|
|
2425
|
+
|
|
2426
|
+
class Mutant::Mutator::Node::NamedValue::VariableAssignment < ::Mutant::Mutator::Node
|
|
2427
|
+
def emit_name(node); end
|
|
2428
|
+
def emit_name_mutations(&block); end
|
|
2429
|
+
def emit_value(node); end
|
|
2430
|
+
def emit_value_mutations(&block); end
|
|
2431
|
+
|
|
2432
|
+
private
|
|
2433
|
+
|
|
2434
|
+
def dispatch; end
|
|
2435
|
+
def mutate_name; end
|
|
2436
|
+
def name; end
|
|
2437
|
+
def remaining_children; end
|
|
2438
|
+
def remaining_children_indices; end
|
|
2439
|
+
def remaining_children_with_index; end
|
|
2440
|
+
def value; end
|
|
2441
|
+
end
|
|
2442
|
+
|
|
2443
|
+
Mutant::Mutator::Node::NamedValue::VariableAssignment::MAP = T.let(T.unsafe(nil), Hash)
|
|
2444
|
+
|
|
2445
|
+
class Mutant::Mutator::Node::Next < ::Mutant::Mutator::Node::Generic
|
|
2446
|
+
private
|
|
2447
|
+
|
|
2448
|
+
def dispatch; end
|
|
2449
|
+
end
|
|
2450
|
+
|
|
2451
|
+
class Mutant::Mutator::Node::Noop < ::Mutant::Mutator::Node
|
|
2452
|
+
private
|
|
2453
|
+
|
|
2454
|
+
def dispatch; end
|
|
2455
|
+
end
|
|
2456
|
+
|
|
2457
|
+
class Mutant::Mutator::Node::NthRef < ::Mutant::Mutator::Node
|
|
2458
|
+
def emit_number(node); end
|
|
2459
|
+
def emit_number_mutations(&block); end
|
|
2460
|
+
|
|
2461
|
+
private
|
|
2462
|
+
|
|
2463
|
+
def dispatch; end
|
|
2464
|
+
def number; end
|
|
2465
|
+
def remaining_children; end
|
|
2466
|
+
def remaining_children_indices; end
|
|
2467
|
+
def remaining_children_with_index; end
|
|
2468
|
+
end
|
|
2469
|
+
|
|
2470
|
+
class Mutant::Mutator::Node::OpAsgn < ::Mutant::Mutator::Node
|
|
2471
|
+
def emit_left(node); end
|
|
2472
|
+
def emit_left_mutations(&block); end
|
|
2473
|
+
def emit_operation(node); end
|
|
2474
|
+
def emit_operation_mutations(&block); end
|
|
2475
|
+
def emit_right(node); end
|
|
2476
|
+
def emit_right_mutations(&block); end
|
|
2477
|
+
|
|
2478
|
+
private
|
|
2479
|
+
|
|
2480
|
+
def dispatch; end
|
|
2481
|
+
def emit_left_promotion; end
|
|
2482
|
+
def left; end
|
|
2483
|
+
def left_mutations; end
|
|
2484
|
+
def operation; end
|
|
2485
|
+
def remaining_children; end
|
|
2486
|
+
def remaining_children_indices; end
|
|
2487
|
+
def remaining_children_with_index; end
|
|
2488
|
+
def right; end
|
|
2489
|
+
end
|
|
2490
|
+
|
|
2491
|
+
class Mutant::Mutator::Node::OrAsgn < ::Mutant::Mutator::Node
|
|
2492
|
+
def emit_left(node); end
|
|
2493
|
+
def emit_left_mutations(&block); end
|
|
2494
|
+
def emit_right(node); end
|
|
2495
|
+
def emit_right_mutations(&block); end
|
|
2496
|
+
|
|
2497
|
+
private
|
|
2498
|
+
|
|
2499
|
+
def dispatch; end
|
|
2500
|
+
def left; end
|
|
2501
|
+
def remaining_children; end
|
|
2502
|
+
def remaining_children_indices; end
|
|
2503
|
+
def remaining_children_with_index; end
|
|
2504
|
+
def right; end
|
|
2505
|
+
end
|
|
2506
|
+
|
|
2507
|
+
class Mutant::Mutator::Node::ProcargZero < ::Mutant::Mutator::Node
|
|
2508
|
+
def emit_argument(node); end
|
|
2509
|
+
def emit_argument_mutations(&block); end
|
|
2510
|
+
|
|
2511
|
+
private
|
|
2512
|
+
|
|
2513
|
+
def argument; end
|
|
2514
|
+
def dispatch; end
|
|
2515
|
+
def remaining_children; end
|
|
2516
|
+
def remaining_children_indices; end
|
|
2517
|
+
def remaining_children_with_index; end
|
|
2518
|
+
end
|
|
2519
|
+
|
|
2520
|
+
module Mutant::Mutator::Node::Regexp; end
|
|
2521
|
+
|
|
2522
|
+
class Mutant::Mutator::Node::Regexp::AlternationMeta < ::Mutant::Mutator::Node
|
|
2523
|
+
private
|
|
2524
|
+
|
|
2525
|
+
def dispatch; end
|
|
2526
|
+
end
|
|
2527
|
+
|
|
2528
|
+
class Mutant::Mutator::Node::Regexp::BeginningOfLineAnchor < ::Mutant::Mutator::Node
|
|
2529
|
+
private
|
|
2530
|
+
|
|
2531
|
+
def dispatch; end
|
|
2532
|
+
end
|
|
2533
|
+
|
|
2534
|
+
class Mutant::Mutator::Node::Regexp::CaptureGroup < ::Mutant::Mutator::Node
|
|
2535
|
+
def emit_group(node); end
|
|
2536
|
+
def emit_group_mutations(&block); end
|
|
2537
|
+
|
|
2538
|
+
private
|
|
2539
|
+
|
|
2540
|
+
def dispatch; end
|
|
2541
|
+
def group; end
|
|
2542
|
+
def remaining_children; end
|
|
2543
|
+
def remaining_children_indices; end
|
|
2544
|
+
def remaining_children_with_index; end
|
|
2545
|
+
end
|
|
2546
|
+
|
|
2547
|
+
class Mutant::Mutator::Node::Regexp::CharacterType < ::Mutant::Mutator::Node
|
|
2548
|
+
private
|
|
2549
|
+
|
|
2550
|
+
def dispatch; end
|
|
2551
|
+
end
|
|
2552
|
+
|
|
2553
|
+
Mutant::Mutator::Node::Regexp::CharacterType::MAP = T.let(T.unsafe(nil), Hash)
|
|
2554
|
+
|
|
2555
|
+
class Mutant::Mutator::Node::Regexp::EndOfLineAnchor < ::Mutant::Mutator::Node
|
|
2556
|
+
private
|
|
2557
|
+
|
|
2558
|
+
def dispatch; end
|
|
2559
|
+
end
|
|
2560
|
+
|
|
2561
|
+
class Mutant::Mutator::Node::Regexp::EndOfStringOrBeforeEndOfLineAnchor < ::Mutant::Mutator::Node
|
|
2562
|
+
private
|
|
2563
|
+
|
|
2564
|
+
def dispatch; end
|
|
2565
|
+
end
|
|
2566
|
+
|
|
2567
|
+
class Mutant::Mutator::Node::Regexp::NamedGroup < ::Mutant::Mutator::Node
|
|
2568
|
+
def emit_group(node); end
|
|
2569
|
+
def emit_group_mutations(&block); end
|
|
2570
|
+
def emit_name(node); end
|
|
2571
|
+
def emit_name_mutations(&block); end
|
|
2572
|
+
|
|
2573
|
+
private
|
|
2574
|
+
|
|
2575
|
+
def dispatch; end
|
|
2576
|
+
def emit_name_underscore_mutation; end
|
|
2577
|
+
def group; end
|
|
2578
|
+
def name; end
|
|
2579
|
+
def name_underscored?; end
|
|
2580
|
+
def remaining_children; end
|
|
2581
|
+
def remaining_children_indices; end
|
|
2582
|
+
def remaining_children_with_index; end
|
|
2583
|
+
end
|
|
2584
|
+
|
|
2585
|
+
class Mutant::Mutator::Node::Regexp::RootExpression < ::Mutant::Mutator::Node
|
|
2586
|
+
private
|
|
2587
|
+
|
|
2588
|
+
def dispatch; end
|
|
2589
|
+
end
|
|
2590
|
+
|
|
2591
|
+
class Mutant::Mutator::Node::Regexp::ZeroOrMore < ::Mutant::Mutator::Node
|
|
2592
|
+
def emit_max(node); end
|
|
2593
|
+
def emit_max_mutations(&block); end
|
|
2594
|
+
def emit_min(node); end
|
|
2595
|
+
def emit_min_mutations(&block); end
|
|
2596
|
+
def emit_subject(node); end
|
|
2597
|
+
def emit_subject_mutations(&block); end
|
|
2598
|
+
|
|
2599
|
+
private
|
|
2600
|
+
|
|
2601
|
+
def dispatch; end
|
|
2602
|
+
def max; end
|
|
2603
|
+
def min; end
|
|
2604
|
+
def remaining_children; end
|
|
2605
|
+
def remaining_children_indices; end
|
|
2606
|
+
def remaining_children_with_index; end
|
|
2607
|
+
def subject; end
|
|
2608
|
+
end
|
|
2609
|
+
|
|
2610
|
+
Mutant::Mutator::Node::Regexp::ZeroOrMore::MAP = T.let(T.unsafe(nil), Hash)
|
|
2611
|
+
|
|
2612
|
+
class Mutant::Mutator::Node::Regopt < ::Mutant::Mutator::Node
|
|
2613
|
+
private
|
|
2614
|
+
|
|
2615
|
+
def dispatch; end
|
|
2616
|
+
def mutated_flags; end
|
|
2617
|
+
end
|
|
2618
|
+
|
|
2619
|
+
Mutant::Mutator::Node::Regopt::MUTATED_FLAGS = T.let(T.unsafe(nil), Array)
|
|
2620
|
+
|
|
2621
|
+
class Mutant::Mutator::Node::Resbody < ::Mutant::Mutator::Node
|
|
2622
|
+
def emit_assignment(node); end
|
|
2623
|
+
def emit_assignment_mutations(&block); end
|
|
2624
|
+
def emit_body(node); end
|
|
2625
|
+
def emit_body_mutations(&block); end
|
|
2626
|
+
def emit_captures(node); end
|
|
2627
|
+
def emit_captures_mutations(&block); end
|
|
2628
|
+
|
|
2629
|
+
private
|
|
2630
|
+
|
|
2631
|
+
def assignment; end
|
|
2632
|
+
def body; end
|
|
2633
|
+
def captures; end
|
|
2634
|
+
def dispatch; end
|
|
2635
|
+
def mutate_captures; end
|
|
2636
|
+
def remaining_children; end
|
|
2637
|
+
def remaining_children_indices; end
|
|
2638
|
+
def remaining_children_with_index; end
|
|
2639
|
+
end
|
|
2640
|
+
|
|
2641
|
+
class Mutant::Mutator::Node::Rescue < ::Mutant::Mutator::Node
|
|
2642
|
+
def emit_body(node); end
|
|
2643
|
+
def emit_body_mutations(&block); end
|
|
2644
|
+
def emit_else_body(node); end
|
|
2645
|
+
def emit_else_body_mutations(&block); end
|
|
2646
|
+
|
|
2647
|
+
private
|
|
2648
|
+
|
|
2649
|
+
def body; end
|
|
2650
|
+
def dispatch; end
|
|
2651
|
+
def else_body; end
|
|
2652
|
+
def emit_concat(child); end
|
|
2653
|
+
def mutate_body; end
|
|
2654
|
+
def mutate_else_body; end
|
|
2655
|
+
def mutate_rescue_bodies; end
|
|
2656
|
+
def remaining_children; end
|
|
2657
|
+
def remaining_children_indices; end
|
|
2658
|
+
def remaining_children_with_index; end
|
|
2659
|
+
end
|
|
2660
|
+
|
|
2661
|
+
Mutant::Mutator::Node::Rescue::RESCUE_INDICES = T.let(T.unsafe(nil), Range)
|
|
2662
|
+
|
|
2663
|
+
class Mutant::Mutator::Node::Return < ::Mutant::Mutator::Node
|
|
2664
|
+
def emit_value(node); end
|
|
2665
|
+
def emit_value_mutations(&block); end
|
|
2666
|
+
|
|
2667
|
+
private
|
|
2668
|
+
|
|
2669
|
+
def dispatch; end
|
|
2670
|
+
def remaining_children; end
|
|
2671
|
+
def remaining_children_indices; end
|
|
2672
|
+
def remaining_children_with_index; end
|
|
2673
|
+
def value; end
|
|
2674
|
+
end
|
|
2675
|
+
|
|
2676
|
+
class Mutant::Mutator::Node::Sclass < ::Mutant::Mutator::Node
|
|
2677
|
+
def emit_body(node); end
|
|
2678
|
+
def emit_body_mutations(&block); end
|
|
2679
|
+
def emit_expr(node); end
|
|
2680
|
+
def emit_expr_mutations(&block); end
|
|
2681
|
+
|
|
2682
|
+
private
|
|
2683
|
+
|
|
2684
|
+
def body; end
|
|
2685
|
+
def dispatch; end
|
|
2686
|
+
def expr; end
|
|
2687
|
+
def remaining_children; end
|
|
2688
|
+
def remaining_children_indices; end
|
|
2689
|
+
def remaining_children_with_index; end
|
|
2690
|
+
end
|
|
2691
|
+
|
|
2692
|
+
class Mutant::Mutator::Node::Send < ::Mutant::Mutator::Node
|
|
2693
|
+
include ::Mutant::AST::Types
|
|
2694
|
+
|
|
2695
|
+
def emit_receiver(node); end
|
|
2696
|
+
def emit_receiver_mutations(&block); end
|
|
2697
|
+
def emit_selector(node); end
|
|
2698
|
+
def emit_selector_mutations(&block); end
|
|
2699
|
+
|
|
2700
|
+
private
|
|
2701
|
+
|
|
2702
|
+
def arguments; end
|
|
2703
|
+
def dispatch; end
|
|
2704
|
+
def emit_argument_propagation; end
|
|
2705
|
+
def emit_array_mutation; end
|
|
2706
|
+
def emit_const_get_mutation; end
|
|
2707
|
+
def emit_dig_mutation; end
|
|
2708
|
+
def emit_double_negation_mutation; end
|
|
2709
|
+
def emit_end_with(regexp_nodes); end
|
|
2710
|
+
def emit_explicit_self; end
|
|
2711
|
+
def emit_implicit_self; end
|
|
2712
|
+
def emit_integer_mutation; end
|
|
2713
|
+
def emit_lambda_mutation; end
|
|
2714
|
+
def emit_naked_receiver; end
|
|
2715
|
+
def emit_predicate_mutations; end
|
|
2716
|
+
def emit_receiver_selector_mutations; end
|
|
2717
|
+
def emit_reduce_to_sum_mutation; end
|
|
2718
|
+
def emit_selector_replacement; end
|
|
2719
|
+
def emit_selector_specific_mutations; end
|
|
2720
|
+
def emit_start_end_with_mutations; end
|
|
2721
|
+
def emit_start_with(regexp_nodes); end
|
|
2722
|
+
def emit_static_send; end
|
|
2723
|
+
def meta(&block); end
|
|
2724
|
+
def mutate_argument_index(index); end
|
|
2725
|
+
def mutate_arguments; end
|
|
2726
|
+
def mutate_receiver; end
|
|
2727
|
+
def normal_dispatch; end
|
|
2728
|
+
def possible_kernel_method?; end
|
|
2729
|
+
def receiver; end
|
|
2730
|
+
def remaining_children; end
|
|
2731
|
+
def remaining_children_indices; end
|
|
2732
|
+
def remaining_children_with_index; end
|
|
2733
|
+
def selector; end
|
|
2734
|
+
end
|
|
2735
|
+
|
|
2736
|
+
class Mutant::Mutator::Node::Send::AttributeAssignment < ::Mutant::Mutator::Node::Send
|
|
2737
|
+
private
|
|
2738
|
+
|
|
2739
|
+
def dispatch; end
|
|
2740
|
+
def emit_attribute_read; end
|
|
2741
|
+
def mutate_arguments; end
|
|
2742
|
+
end
|
|
2743
|
+
|
|
2744
|
+
Mutant::Mutator::Node::Send::AttributeAssignment::ATTRIBUTE_RANGE = T.let(T.unsafe(nil), Range)
|
|
2745
|
+
|
|
2746
|
+
class Mutant::Mutator::Node::Send::Binary < ::Mutant::Mutator::Node::Send
|
|
2747
|
+
def emit_left(node); end
|
|
2748
|
+
def emit_left_mutations(&block); end
|
|
2749
|
+
def emit_operator(node); end
|
|
2750
|
+
def emit_operator_mutations(&block); end
|
|
2751
|
+
def emit_right(node); end
|
|
2752
|
+
def emit_right_mutations(&block); end
|
|
2753
|
+
|
|
2754
|
+
private
|
|
2755
|
+
|
|
2756
|
+
def dispatch; end
|
|
2757
|
+
def emit_not_equality_mutation(new_operator); end
|
|
2758
|
+
def emit_not_equality_mutations; end
|
|
2759
|
+
def left; end
|
|
2760
|
+
def operator; end
|
|
2761
|
+
def remaining_children; end
|
|
2762
|
+
def remaining_children_indices; end
|
|
2763
|
+
def remaining_children_with_index; end
|
|
2764
|
+
def right; end
|
|
2765
|
+
end
|
|
2766
|
+
|
|
2767
|
+
class Mutant::Mutator::Node::Send::Conditional < ::Mutant::Mutator::Node::Send
|
|
2768
|
+
private
|
|
2769
|
+
|
|
2770
|
+
def dispatch; end
|
|
2771
|
+
end
|
|
2772
|
+
|
|
2773
|
+
Mutant::Mutator::Node::Send::RECEIVER_SELECTOR_REPLACEMENTS = T.let(T.unsafe(nil), Hash)
|
|
2774
|
+
Mutant::Mutator::Node::Send::REGEXP_END_WITH_NODES = T.let(T.unsafe(nil), Array)
|
|
2775
|
+
Mutant::Mutator::Node::Send::REGEXP_MATCH_METHODS = T.let(T.unsafe(nil), Array)
|
|
2776
|
+
Mutant::Mutator::Node::Send::REGEXP_START_WITH_NODES = T.let(T.unsafe(nil), Array)
|
|
2777
|
+
Mutant::Mutator::Node::Send::SELECTOR_REPLACEMENTS = T.let(T.unsafe(nil), Hash)
|
|
2778
|
+
|
|
2779
|
+
class Mutant::Mutator::Node::Splat < ::Mutant::Mutator::Node
|
|
2780
|
+
def emit_expression(node); end
|
|
2781
|
+
def emit_expression_mutations(&block); end
|
|
2782
|
+
|
|
2783
|
+
private
|
|
2784
|
+
|
|
2785
|
+
def dispatch; end
|
|
2786
|
+
def expression; end
|
|
2787
|
+
def remaining_children; end
|
|
2788
|
+
def remaining_children_indices; end
|
|
2789
|
+
def remaining_children_with_index; end
|
|
2790
|
+
end
|
|
2791
|
+
|
|
2792
|
+
class Mutant::Mutator::Node::Super < ::Mutant::Mutator::Node
|
|
2793
|
+
private
|
|
2794
|
+
|
|
2795
|
+
def dispatch; end
|
|
2796
|
+
end
|
|
2797
|
+
|
|
2798
|
+
Mutant::Mutator::Node::TAUTOLOGY = T.let(T.unsafe(nil), Proc)
|
|
2799
|
+
|
|
2800
|
+
class Mutant::Mutator::Node::When < ::Mutant::Mutator::Node
|
|
2801
|
+
private
|
|
2802
|
+
|
|
2803
|
+
def body; end
|
|
2804
|
+
def body_index; end
|
|
2805
|
+
def dispatch; end
|
|
2806
|
+
def mutate_body; end
|
|
2807
|
+
def mutate_conditions; end
|
|
2808
|
+
end
|
|
2809
|
+
|
|
2810
|
+
class Mutant::Mutator::Node::Yield < ::Mutant::Mutator::Node::Generic
|
|
2811
|
+
private
|
|
2812
|
+
|
|
2813
|
+
def dispatch; end
|
|
2814
|
+
end
|
|
2815
|
+
|
|
2816
|
+
class Mutant::Mutator::Node::ZSuper < ::Mutant::Mutator::Node
|
|
2817
|
+
private
|
|
2818
|
+
|
|
2819
|
+
def dispatch; end
|
|
2820
|
+
end
|
|
2821
|
+
|
|
2822
|
+
Mutant::Mutator::REGISTRY = T.let(T.unsafe(nil), Mutant::Registry)
|
|
2823
|
+
class Mutant::Mutator::Util < ::Mutant::Mutator; end
|
|
2824
|
+
class Mutant::Mutator::Util::Array < ::Mutant::Mutator::Util; end
|
|
2825
|
+
|
|
2826
|
+
class Mutant::Mutator::Util::Array::Element < ::Mutant::Mutator::Util
|
|
2827
|
+
private
|
|
2828
|
+
|
|
2829
|
+
def dispatch; end
|
|
2830
|
+
end
|
|
2831
|
+
|
|
2832
|
+
class Mutant::Mutator::Util::Array::Presence < ::Mutant::Mutator::Util
|
|
2833
|
+
private
|
|
2834
|
+
|
|
2835
|
+
def dispatch; end
|
|
2836
|
+
end
|
|
2837
|
+
|
|
2838
|
+
class Mutant::Mutator::Util::Symbol < ::Mutant::Mutator::Util
|
|
2839
|
+
private
|
|
2840
|
+
|
|
2841
|
+
def dispatch; end
|
|
2842
|
+
end
|
|
2843
|
+
|
|
2844
|
+
Mutant::Mutator::Util::Symbol::POSTFIX = T.let(T.unsafe(nil), String)
|
|
2845
|
+
|
|
2846
|
+
module Mutant::Parallel
|
|
2847
|
+
class << self
|
|
2848
|
+
def async(world, config); end
|
|
2849
|
+
|
|
2850
|
+
private
|
|
2851
|
+
|
|
2852
|
+
def shared(klass, world, **attributes); end
|
|
2853
|
+
def shared_state(world, config); end
|
|
2854
|
+
def threads(world, config, workers); end
|
|
2855
|
+
def workers(world, config, shared); end
|
|
2856
|
+
end
|
|
2857
|
+
end
|
|
2858
|
+
|
|
2859
|
+
class Mutant::Parallel::Config
|
|
2860
|
+
include ::Unparser::Anima::InstanceMethods
|
|
2861
|
+
include ::Unparser::Equalizer::Methods
|
|
2862
|
+
include ::Unparser::Adamantium
|
|
2863
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
2864
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
2865
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
2866
|
+
|
|
2867
|
+
def block; end
|
|
2868
|
+
def jobs; end
|
|
2869
|
+
def process_name; end
|
|
2870
|
+
def sink; end
|
|
2871
|
+
def source; end
|
|
2872
|
+
def thread_name; end
|
|
2873
|
+
|
|
2874
|
+
class << self
|
|
2875
|
+
def anima; end
|
|
2876
|
+
end
|
|
2877
|
+
end
|
|
2878
|
+
|
|
2879
|
+
class Mutant::Parallel::Driver
|
|
2880
|
+
include ::Unparser::Anima::InstanceMethods
|
|
2881
|
+
include ::Unparser::Equalizer::Methods
|
|
2882
|
+
include ::Unparser::Adamantium
|
|
2883
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
2884
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
2885
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
2886
|
+
|
|
2887
|
+
def wait_timeout(timeout); end
|
|
2888
|
+
|
|
2889
|
+
private
|
|
2890
|
+
|
|
2891
|
+
def finalize(status); end
|
|
2892
|
+
def status; end
|
|
2893
|
+
def threads; end
|
|
2894
|
+
def var_active_jobs; end
|
|
2895
|
+
def var_final; end
|
|
2896
|
+
def var_running; end
|
|
2897
|
+
def var_sink; end
|
|
2898
|
+
def var_source; end
|
|
2899
|
+
def workers; end
|
|
2900
|
+
|
|
2901
|
+
class << self
|
|
2902
|
+
def anima; end
|
|
2903
|
+
end
|
|
2904
|
+
end
|
|
2905
|
+
|
|
2906
|
+
class Mutant::Parallel::Sink
|
|
2907
|
+
include ::Unparser::AbstractType
|
|
2908
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
2909
|
+
|
|
2910
|
+
def result(*_arg0); end
|
|
2911
|
+
def status(*_arg0); end
|
|
2912
|
+
def stop?(*_arg0); end
|
|
2913
|
+
|
|
2914
|
+
class << self
|
|
2915
|
+
def new(*args, &block); end
|
|
2916
|
+
end
|
|
2917
|
+
end
|
|
2918
|
+
|
|
2919
|
+
class Mutant::Parallel::Source
|
|
2920
|
+
include ::Unparser::AbstractType
|
|
2921
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
2922
|
+
|
|
2923
|
+
def next(*_arg0); end
|
|
2924
|
+
def next?(*_arg0); end
|
|
2925
|
+
|
|
2926
|
+
class << self
|
|
2927
|
+
def new(*args, &block); end
|
|
2928
|
+
end
|
|
2929
|
+
end
|
|
2930
|
+
|
|
2931
|
+
class Mutant::Parallel::Source::Array
|
|
2932
|
+
include ::Unparser::Equalizer::Methods
|
|
2933
|
+
|
|
2934
|
+
def initialize(*_arg0); end
|
|
2935
|
+
|
|
2936
|
+
def next; end
|
|
2937
|
+
def next?; end
|
|
2938
|
+
end
|
|
2939
|
+
|
|
2940
|
+
class Mutant::Parallel::Source::Job
|
|
2941
|
+
include ::Unparser::Anima::InstanceMethods
|
|
2942
|
+
include ::Unparser::Equalizer::Methods
|
|
2943
|
+
include ::Unparser::Adamantium
|
|
2944
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
2945
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
2946
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
2947
|
+
|
|
2948
|
+
def index; end
|
|
2949
|
+
def payload; end
|
|
2950
|
+
|
|
2951
|
+
class << self
|
|
2952
|
+
def anima; end
|
|
2953
|
+
end
|
|
2954
|
+
end
|
|
2955
|
+
|
|
2956
|
+
class Mutant::Parallel::Source::NoJobError < ::RuntimeError; end
|
|
2957
|
+
|
|
2958
|
+
class Mutant::Parallel::Status
|
|
2959
|
+
include ::Unparser::Anima::InstanceMethods
|
|
2960
|
+
include ::Unparser::Equalizer::Methods
|
|
2961
|
+
include ::Unparser::Adamantium
|
|
2962
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
2963
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
2964
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
2965
|
+
|
|
2966
|
+
def active_jobs; end
|
|
2967
|
+
def done; end
|
|
2968
|
+
def done?; end
|
|
2969
|
+
def payload; end
|
|
2970
|
+
|
|
2971
|
+
class << self
|
|
2972
|
+
def anima; end
|
|
2973
|
+
end
|
|
2974
|
+
end
|
|
2975
|
+
|
|
2976
|
+
class Mutant::Parallel::Worker
|
|
2977
|
+
include ::Unparser::Anima::InstanceMethods
|
|
2978
|
+
include ::Unparser::Equalizer::Methods
|
|
2979
|
+
include ::Unparser::Adamantium
|
|
2980
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
2981
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
2982
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
2983
|
+
|
|
2984
|
+
def call; end
|
|
2985
|
+
def index; end
|
|
2986
|
+
def join; end
|
|
2987
|
+
|
|
2988
|
+
private
|
|
2989
|
+
|
|
2990
|
+
def add_result(result); end
|
|
2991
|
+
def connection; end
|
|
2992
|
+
def finalize; end
|
|
2993
|
+
def job_done(job); end
|
|
2994
|
+
def job_start(job); end
|
|
2995
|
+
def next_job; end
|
|
2996
|
+
def pid; end
|
|
2997
|
+
def process; end
|
|
2998
|
+
def var_active_jobs; end
|
|
2999
|
+
def var_final; end
|
|
3000
|
+
def var_running; end
|
|
3001
|
+
def var_sink; end
|
|
3002
|
+
def var_source; end
|
|
3003
|
+
|
|
3004
|
+
class << self
|
|
3005
|
+
def anima; end
|
|
3006
|
+
def start(world:, block:, process_name:, **attributes); end
|
|
3007
|
+
end
|
|
3008
|
+
end
|
|
3009
|
+
|
|
3010
|
+
class Mutant::Parallel::Worker::Child
|
|
3011
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3012
|
+
include ::Unparser::Equalizer::Methods
|
|
3013
|
+
|
|
3014
|
+
def block; end
|
|
3015
|
+
def call; end
|
|
3016
|
+
def connection; end
|
|
3017
|
+
|
|
3018
|
+
class << self
|
|
3019
|
+
def anima; end
|
|
3020
|
+
end
|
|
3021
|
+
end
|
|
3022
|
+
|
|
3023
|
+
class Mutant::Parser
|
|
3024
|
+
include ::Unparser::Equalizer::Methods
|
|
3025
|
+
include ::Unparser::Adamantium
|
|
3026
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3027
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3028
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3029
|
+
|
|
3030
|
+
def initialize; end
|
|
3031
|
+
|
|
3032
|
+
def call(path); end
|
|
3033
|
+
end
|
|
3034
|
+
|
|
3035
|
+
class Mutant::Pipe
|
|
3036
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3037
|
+
include ::Unparser::Equalizer::Methods
|
|
3038
|
+
include ::Unparser::Adamantium
|
|
3039
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3040
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3041
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3042
|
+
|
|
3043
|
+
def reader; end
|
|
3044
|
+
def to_reader; end
|
|
3045
|
+
def to_writer; end
|
|
3046
|
+
def writer; end
|
|
3047
|
+
|
|
3048
|
+
class << self
|
|
3049
|
+
def anima; end
|
|
3050
|
+
def from_io(io); end
|
|
3051
|
+
def with(io); end
|
|
3052
|
+
end
|
|
3053
|
+
end
|
|
3054
|
+
|
|
3055
|
+
class Mutant::Pipe::Connection
|
|
3056
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3057
|
+
include ::Unparser::Equalizer::Methods
|
|
3058
|
+
|
|
3059
|
+
def call(payload); end
|
|
3060
|
+
def marshal; end
|
|
3061
|
+
def reader; end
|
|
3062
|
+
def receive_value; end
|
|
3063
|
+
def send_value(value); end
|
|
3064
|
+
def writer; end
|
|
3065
|
+
|
|
3066
|
+
class << self
|
|
3067
|
+
def anima; end
|
|
3068
|
+
def from_pipes(marshal:, reader:, writer:); end
|
|
3069
|
+
end
|
|
3070
|
+
end
|
|
3071
|
+
|
|
3072
|
+
class Mutant::Pipe::Connection::Error < ::RuntimeError; end
|
|
3073
|
+
|
|
3074
|
+
class Mutant::Pipe::Connection::Frame
|
|
3075
|
+
include ::Unparser::Equalizer::Methods
|
|
3076
|
+
|
|
3077
|
+
def receive_value; end
|
|
3078
|
+
def send_value(body); end
|
|
3079
|
+
|
|
3080
|
+
private
|
|
3081
|
+
|
|
3082
|
+
def read(bytes); end
|
|
3083
|
+
end
|
|
3084
|
+
|
|
3085
|
+
Mutant::Pipe::Connection::Frame::HEADER_FORMAT = T.let(T.unsafe(nil), String)
|
|
3086
|
+
Mutant::Pipe::Connection::Frame::HEADER_SIZE = T.let(T.unsafe(nil), Integer)
|
|
3087
|
+
Mutant::Pipe::Connection::Frame::MAX_BYTES = T.let(T.unsafe(nil), Integer)
|
|
3088
|
+
|
|
3089
|
+
module Mutant::Procto
|
|
3090
|
+
mixes_in_class_methods ::Mutant::Procto::ClassMethods
|
|
3091
|
+
|
|
3092
|
+
class << self
|
|
3093
|
+
def included(host); end
|
|
3094
|
+
end
|
|
3095
|
+
end
|
|
3096
|
+
|
|
3097
|
+
module Mutant::Procto::ClassMethods
|
|
3098
|
+
def call(*arguments); end
|
|
3099
|
+
end
|
|
3100
|
+
|
|
3101
|
+
module Mutant::Range
|
|
3102
|
+
class << self
|
|
3103
|
+
def overlap?(left, right); end
|
|
3104
|
+
end
|
|
3105
|
+
end
|
|
3106
|
+
|
|
3107
|
+
class Mutant::Registry
|
|
3108
|
+
include ::Unparser::Equalizer::Methods
|
|
3109
|
+
|
|
3110
|
+
def initialize(default); end
|
|
3111
|
+
|
|
3112
|
+
def lookup(type); end
|
|
3113
|
+
def register(type, klass); end
|
|
3114
|
+
end
|
|
3115
|
+
|
|
3116
|
+
class Mutant::Registry::RegistryError < ::TypeError; end
|
|
3117
|
+
|
|
3118
|
+
class Mutant::Reporter
|
|
3119
|
+
include ::Unparser::AbstractType
|
|
3120
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
3121
|
+
|
|
3122
|
+
def delay(*_arg0); end
|
|
3123
|
+
def progress(*_arg0); end
|
|
3124
|
+
def report(*_arg0); end
|
|
3125
|
+
def start(*_arg0); end
|
|
3126
|
+
def warn(*_arg0); end
|
|
3127
|
+
|
|
3128
|
+
class << self
|
|
3129
|
+
def new(*args, &block); end
|
|
3130
|
+
end
|
|
3131
|
+
end
|
|
3132
|
+
|
|
3133
|
+
class Mutant::Reporter::CLI < ::Mutant::Reporter
|
|
3134
|
+
include ::Unparser::Equalizer::Methods
|
|
3135
|
+
|
|
3136
|
+
def delay; end
|
|
3137
|
+
def progress(status); end
|
|
3138
|
+
def report(env); end
|
|
3139
|
+
def start(env); end
|
|
3140
|
+
def warn(message); end
|
|
3141
|
+
|
|
3142
|
+
private
|
|
3143
|
+
|
|
3144
|
+
def write(frame); end
|
|
3145
|
+
|
|
3146
|
+
class << self
|
|
3147
|
+
def build(output); end
|
|
3148
|
+
end
|
|
3149
|
+
end
|
|
3150
|
+
|
|
3151
|
+
class Mutant::Reporter::CLI::Format
|
|
3152
|
+
include ::Unparser::Equalizer::Methods
|
|
3153
|
+
include ::Unparser::AbstractType
|
|
3154
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
3155
|
+
|
|
3156
|
+
def delay; end
|
|
3157
|
+
def progress(*_arg0); end
|
|
3158
|
+
def start(*_arg0); end
|
|
3159
|
+
|
|
3160
|
+
private
|
|
3161
|
+
|
|
3162
|
+
def format(printer, object); end
|
|
3163
|
+
|
|
3164
|
+
class << self
|
|
3165
|
+
def new(*args, &block); end
|
|
3166
|
+
end
|
|
3167
|
+
end
|
|
3168
|
+
|
|
3169
|
+
class Mutant::Reporter::CLI::Format::Output
|
|
3170
|
+
include ::Unparser::Equalizer::Methods
|
|
3171
|
+
|
|
3172
|
+
def puts(*args, &block); end
|
|
3173
|
+
def tty?; end
|
|
3174
|
+
def write(*args, &block); end
|
|
3175
|
+
end
|
|
3176
|
+
|
|
3177
|
+
class Mutant::Reporter::CLI::Format::Progressive < ::Mutant::Reporter::CLI::Format
|
|
3178
|
+
def progress(status); end
|
|
3179
|
+
def start(env); end
|
|
3180
|
+
|
|
3181
|
+
private
|
|
3182
|
+
|
|
3183
|
+
def new_buffer; end
|
|
3184
|
+
end
|
|
3185
|
+
|
|
3186
|
+
Mutant::Reporter::CLI::Format::Progressive::REPORT_DELAY = T.let(T.unsafe(nil), Float)
|
|
3187
|
+
Mutant::Reporter::CLI::Format::Progressive::REPORT_FREQUENCY = T.let(T.unsafe(nil), Float)
|
|
3188
|
+
|
|
3189
|
+
class Mutant::Reporter::CLI::Printer
|
|
3190
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
3191
|
+
include ::Unparser::Equalizer::Methods
|
|
3192
|
+
include ::Unparser::Adamantium
|
|
3193
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3194
|
+
include ::Unparser::AbstractType
|
|
3195
|
+
extend ::Mutant::Procto::ClassMethods
|
|
3196
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3197
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3198
|
+
include ::Mutant::Procto
|
|
3199
|
+
|
|
3200
|
+
def call; end
|
|
3201
|
+
def run(*_arg0); end
|
|
3202
|
+
|
|
3203
|
+
private
|
|
3204
|
+
|
|
3205
|
+
def color?; end
|
|
3206
|
+
def colorize(color, message); end
|
|
3207
|
+
def info(string, *arguments); end
|
|
3208
|
+
def puts(string); end
|
|
3209
|
+
def status(string, *arguments); end
|
|
3210
|
+
def status_color; end
|
|
3211
|
+
def success?; end
|
|
3212
|
+
def tty?; end
|
|
3213
|
+
def visit(printer, object); end
|
|
3214
|
+
def visit_collection(printer, collection); end
|
|
3215
|
+
|
|
3216
|
+
class << self
|
|
3217
|
+
private
|
|
3218
|
+
|
|
3219
|
+
def define_delegator(name); end
|
|
3220
|
+
def delegate(*names); end
|
|
3221
|
+
def new(*args, &block); end
|
|
3222
|
+
end
|
|
3223
|
+
end
|
|
3224
|
+
|
|
3225
|
+
class Mutant::Reporter::CLI::Printer::Config < ::Mutant::Reporter::CLI::Printer
|
|
3226
|
+
def run; end
|
|
3227
|
+
end
|
|
3228
|
+
|
|
3229
|
+
class Mutant::Reporter::CLI::Printer::CoverageResult < ::Mutant::Reporter::CLI::Printer
|
|
3230
|
+
def run; end
|
|
3231
|
+
end
|
|
3232
|
+
|
|
3233
|
+
class Mutant::Reporter::CLI::Printer::Env < ::Mutant::Reporter::CLI::Printer
|
|
3234
|
+
def run; end
|
|
3235
|
+
|
|
3236
|
+
private
|
|
3237
|
+
|
|
3238
|
+
def amount_mutations; end
|
|
3239
|
+
def amount_selected_tests; end
|
|
3240
|
+
def amount_subjects; end
|
|
3241
|
+
def amount_total_tests; end
|
|
3242
|
+
def config; end
|
|
3243
|
+
def test_subject_ratio; end
|
|
3244
|
+
end
|
|
3245
|
+
|
|
3246
|
+
Mutant::Reporter::CLI::Printer::Env::FORMATS = T.let(T.unsafe(nil), Array)
|
|
3247
|
+
|
|
3248
|
+
class Mutant::Reporter::CLI::Printer::EnvProgress < ::Mutant::Reporter::CLI::Printer
|
|
3249
|
+
def run; end
|
|
3250
|
+
|
|
3251
|
+
private
|
|
3252
|
+
|
|
3253
|
+
def amount_mutation_results; end
|
|
3254
|
+
def amount_mutations_alive; end
|
|
3255
|
+
def amount_mutations_killed; end
|
|
3256
|
+
def amount_timeouts; end
|
|
3257
|
+
def coverage; end
|
|
3258
|
+
def coverage_percent; end
|
|
3259
|
+
def env; end
|
|
3260
|
+
def killtime; end
|
|
3261
|
+
def mutations_per_second; end
|
|
3262
|
+
def overhead; end
|
|
3263
|
+
def overhead_percent; end
|
|
3264
|
+
def runtime; end
|
|
3265
|
+
end
|
|
3266
|
+
|
|
3267
|
+
Mutant::Reporter::CLI::Printer::EnvProgress::FORMATS = T.let(T.unsafe(nil), Array)
|
|
3268
|
+
|
|
3269
|
+
class Mutant::Reporter::CLI::Printer::EnvResult < ::Mutant::Reporter::CLI::Printer
|
|
3270
|
+
def run; end
|
|
3271
|
+
|
|
3272
|
+
private
|
|
3273
|
+
|
|
3274
|
+
def failed_subject_results; end
|
|
3275
|
+
end
|
|
3276
|
+
|
|
3277
|
+
class Mutant::Reporter::CLI::Printer::IsolationResult < ::Mutant::Reporter::CLI::Printer
|
|
3278
|
+
def run; end
|
|
3279
|
+
|
|
3280
|
+
private
|
|
3281
|
+
|
|
3282
|
+
def print_exception; end
|
|
3283
|
+
def print_log_messages; end
|
|
3284
|
+
def print_process_status; end
|
|
3285
|
+
def print_timeout; end
|
|
3286
|
+
end
|
|
3287
|
+
|
|
3288
|
+
Mutant::Reporter::CLI::Printer::IsolationResult::EXCEPTION_ERROR_MESSAGE = T.let(T.unsafe(nil), String)
|
|
3289
|
+
Mutant::Reporter::CLI::Printer::IsolationResult::PROCESS_ERROR_MESSAGE = T.let(T.unsafe(nil), String)
|
|
3290
|
+
Mutant::Reporter::CLI::Printer::IsolationResult::TIMEOUT_ERROR_MESSAGE = T.let(T.unsafe(nil), String)
|
|
3291
|
+
|
|
3292
|
+
class Mutant::Reporter::CLI::Printer::MutationResult < ::Mutant::Reporter::CLI::Printer
|
|
3293
|
+
def run; end
|
|
3294
|
+
|
|
3295
|
+
private
|
|
3296
|
+
|
|
3297
|
+
def evil_details; end
|
|
3298
|
+
def isolation_result; end
|
|
3299
|
+
def mutation; end
|
|
3300
|
+
def neutral_details; end
|
|
3301
|
+
def noop_details; end
|
|
3302
|
+
def original_node; end
|
|
3303
|
+
def print_details; end
|
|
3304
|
+
def print_no_diff_message; end
|
|
3305
|
+
end
|
|
3306
|
+
|
|
3307
|
+
Mutant::Reporter::CLI::Printer::MutationResult::MAP = T.let(T.unsafe(nil), Hash)
|
|
3308
|
+
Mutant::Reporter::CLI::Printer::MutationResult::NEUTRAL_MESSAGE = T.let(T.unsafe(nil), String)
|
|
3309
|
+
Mutant::Reporter::CLI::Printer::MutationResult::NOOP_MESSAGE = T.let(T.unsafe(nil), String)
|
|
3310
|
+
Mutant::Reporter::CLI::Printer::MutationResult::NO_DIFF_MESSAGE = T.let(T.unsafe(nil), String)
|
|
3311
|
+
Mutant::Reporter::CLI::Printer::MutationResult::SEPARATOR = T.let(T.unsafe(nil), String)
|
|
3312
|
+
Mutant::Reporter::CLI::Printer::NL = T.let(T.unsafe(nil), String)
|
|
3313
|
+
|
|
3314
|
+
class Mutant::Reporter::CLI::Printer::StatusProgressive < ::Mutant::Reporter::CLI::Printer
|
|
3315
|
+
def run; end
|
|
3316
|
+
|
|
3317
|
+
private
|
|
3318
|
+
|
|
3319
|
+
def amount_mutation_results; end
|
|
3320
|
+
def amount_mutations; end
|
|
3321
|
+
def amount_mutations_alive; end
|
|
3322
|
+
def amount_mutations_killed; end
|
|
3323
|
+
def killtime; end
|
|
3324
|
+
def mutations_per_second; end
|
|
3325
|
+
def object; end
|
|
3326
|
+
def overhead; end
|
|
3327
|
+
def runtime; end
|
|
3328
|
+
end
|
|
3329
|
+
|
|
3330
|
+
Mutant::Reporter::CLI::Printer::StatusProgressive::FORMAT = T.let(T.unsafe(nil), String)
|
|
3331
|
+
|
|
3332
|
+
class Mutant::Reporter::CLI::Printer::SubjectResult < ::Mutant::Reporter::CLI::Printer
|
|
3333
|
+
def run; end
|
|
3334
|
+
|
|
3335
|
+
private
|
|
3336
|
+
|
|
3337
|
+
def subject; end
|
|
3338
|
+
def tests; end
|
|
3339
|
+
def uncovered_results; end
|
|
3340
|
+
end
|
|
3341
|
+
|
|
3342
|
+
class Mutant::Reporter::Null < ::Mutant::Reporter
|
|
3343
|
+
include ::Unparser::Equalizer::Methods
|
|
3344
|
+
|
|
3345
|
+
def progress(_object); end
|
|
3346
|
+
def report(_object); end
|
|
3347
|
+
def start(_object); end
|
|
3348
|
+
def warn(_object); end
|
|
3349
|
+
end
|
|
3350
|
+
|
|
3351
|
+
class Mutant::Reporter::Sequence < ::Mutant::Reporter
|
|
3352
|
+
include ::Unparser::Equalizer::Methods
|
|
3353
|
+
|
|
3354
|
+
def delay; end
|
|
3355
|
+
def progress(value); end
|
|
3356
|
+
def report(value); end
|
|
3357
|
+
def start(value); end
|
|
3358
|
+
def warn(value); end
|
|
3359
|
+
end
|
|
3360
|
+
|
|
3361
|
+
module Mutant::Repository; end
|
|
3362
|
+
|
|
3363
|
+
class Mutant::Repository::Diff
|
|
3364
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3365
|
+
include ::Unparser::Equalizer::Methods
|
|
3366
|
+
include ::Unparser::Adamantium
|
|
3367
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3368
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3369
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3370
|
+
|
|
3371
|
+
def to; end
|
|
3372
|
+
def touches?(path, line_range); end
|
|
3373
|
+
def world; end
|
|
3374
|
+
|
|
3375
|
+
private
|
|
3376
|
+
|
|
3377
|
+
def diff_index(root); end
|
|
3378
|
+
def parse_line(root, line); end
|
|
3379
|
+
def repository_root; end
|
|
3380
|
+
def touched_paths(&block); end
|
|
3381
|
+
|
|
3382
|
+
class << self
|
|
3383
|
+
def anima; end
|
|
3384
|
+
end
|
|
3385
|
+
end
|
|
3386
|
+
|
|
3387
|
+
class Mutant::Repository::Diff::Error < ::RuntimeError; end
|
|
3388
|
+
Mutant::Repository::Diff::FORMAT = T.let(T.unsafe(nil), Regexp)
|
|
3389
|
+
|
|
3390
|
+
class Mutant::Repository::Diff::Path
|
|
3391
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3392
|
+
include ::Unparser::Equalizer::Methods
|
|
3393
|
+
include ::Unparser::Adamantium
|
|
3394
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3395
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3396
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3397
|
+
|
|
3398
|
+
def path; end
|
|
3399
|
+
def to; end
|
|
3400
|
+
def touches?(line_range); end
|
|
3401
|
+
def world; end
|
|
3402
|
+
|
|
3403
|
+
private
|
|
3404
|
+
|
|
3405
|
+
def diff_ranges(&block); end
|
|
3406
|
+
|
|
3407
|
+
class << self
|
|
3408
|
+
def anima; end
|
|
3409
|
+
end
|
|
3410
|
+
end
|
|
3411
|
+
|
|
3412
|
+
Mutant::Repository::Diff::Path::DECIMAL = T.let(T.unsafe(nil), Regexp)
|
|
3413
|
+
Mutant::Repository::Diff::Path::REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
3414
|
+
|
|
3415
|
+
module Mutant::Repository::Diff::Ranges
|
|
3416
|
+
class << self
|
|
3417
|
+
def parse(diff); end
|
|
3418
|
+
|
|
3419
|
+
private
|
|
3420
|
+
|
|
3421
|
+
def mk_range(start, offset); end
|
|
3422
|
+
def parse_ranges(line); end
|
|
3423
|
+
end
|
|
3424
|
+
end
|
|
3425
|
+
|
|
3426
|
+
Mutant::Repository::Diff::Ranges::DECIMAL = T.let(T.unsafe(nil), Regexp)
|
|
3427
|
+
Mutant::Repository::Diff::Ranges::REGEXP = T.let(T.unsafe(nil), Regexp)
|
|
3428
|
+
|
|
3429
|
+
class Mutant::Repository::SubjectFilter
|
|
3430
|
+
include ::Unparser::Equalizer::Methods
|
|
3431
|
+
include ::Unparser::Adamantium
|
|
3432
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3433
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3434
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3435
|
+
|
|
3436
|
+
def call(subject); end
|
|
3437
|
+
end
|
|
3438
|
+
|
|
3439
|
+
module Mutant::RequireHighjack
|
|
3440
|
+
class << self
|
|
3441
|
+
def call(target, callback); end
|
|
3442
|
+
end
|
|
3443
|
+
end
|
|
3444
|
+
|
|
3445
|
+
module Mutant::Result
|
|
3446
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3447
|
+
include ::Unparser::Adamantium
|
|
3448
|
+
|
|
3449
|
+
mixes_in_class_methods ::Mutant::Result::ClassMethods
|
|
3450
|
+
|
|
3451
|
+
def overhead; end
|
|
3452
|
+
|
|
3453
|
+
class << self
|
|
3454
|
+
def included(host); end
|
|
3455
|
+
end
|
|
3456
|
+
end
|
|
3457
|
+
|
|
3458
|
+
module Mutant::Result::ClassMethods
|
|
3459
|
+
def delegate(name, target); end
|
|
3460
|
+
def sum(name, collection); end
|
|
3461
|
+
end
|
|
3462
|
+
|
|
3463
|
+
class Mutant::Result::Coverage
|
|
3464
|
+
extend ::Mutant::Result::ClassMethods
|
|
3465
|
+
include ::Unparser::Equalizer::Methods
|
|
3466
|
+
include ::Mutant::Result
|
|
3467
|
+
include ::Unparser::Adamantium
|
|
3468
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3469
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3470
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3471
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3472
|
+
|
|
3473
|
+
def criteria_result; end
|
|
3474
|
+
def killtime; end
|
|
3475
|
+
def mutation_result; end
|
|
3476
|
+
def runtime; end
|
|
3477
|
+
def success?; end
|
|
3478
|
+
def timeout?; end
|
|
3479
|
+
|
|
3480
|
+
class << self
|
|
3481
|
+
def anima; end
|
|
3482
|
+
end
|
|
3483
|
+
end
|
|
3484
|
+
|
|
3485
|
+
class Mutant::Result::CoverageCriteria
|
|
3486
|
+
extend ::Mutant::Result::ClassMethods
|
|
3487
|
+
include ::Unparser::Equalizer::Methods
|
|
3488
|
+
include ::Mutant::Result
|
|
3489
|
+
include ::Unparser::Adamantium
|
|
3490
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3491
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3492
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3493
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3494
|
+
|
|
3495
|
+
def process_abort; end
|
|
3496
|
+
def success?; end
|
|
3497
|
+
def test_result; end
|
|
3498
|
+
def timeout; end
|
|
3499
|
+
|
|
3500
|
+
class << self
|
|
3501
|
+
def anima; end
|
|
3502
|
+
end
|
|
3503
|
+
end
|
|
3504
|
+
|
|
3505
|
+
module Mutant::Result::CoverageMetric
|
|
3506
|
+
def coverage; end
|
|
3507
|
+
end
|
|
3508
|
+
|
|
3509
|
+
Mutant::Result::CoverageMetric::FULL_COVERAGE = T.let(T.unsafe(nil), Rational)
|
|
3510
|
+
|
|
3511
|
+
class Mutant::Result::Env
|
|
3512
|
+
extend ::Mutant::Result::ClassMethods
|
|
3513
|
+
include ::Unparser::Equalizer::Methods
|
|
3514
|
+
include ::Mutant::Result
|
|
3515
|
+
include ::Unparser::Adamantium
|
|
3516
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3517
|
+
include ::Mutant::Result::CoverageMetric
|
|
3518
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3519
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3520
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3521
|
+
|
|
3522
|
+
def amount_mutation_results(&block); end
|
|
3523
|
+
def amount_mutations; end
|
|
3524
|
+
def amount_mutations_alive(&block); end
|
|
3525
|
+
def amount_mutations_killed(&block); end
|
|
3526
|
+
def amount_timeouts(&block); end
|
|
3527
|
+
def env; end
|
|
3528
|
+
def failed_subject_results; end
|
|
3529
|
+
def killtime(&block); end
|
|
3530
|
+
def runtime; end
|
|
3531
|
+
def stop?; end
|
|
3532
|
+
def subject_results; end
|
|
3533
|
+
def success?(&block); end
|
|
3534
|
+
|
|
3535
|
+
class << self
|
|
3536
|
+
def anima; end
|
|
3537
|
+
end
|
|
3538
|
+
end
|
|
3539
|
+
|
|
3540
|
+
class Mutant::Result::Mutation
|
|
3541
|
+
extend ::Mutant::Result::ClassMethods
|
|
3542
|
+
include ::Unparser::Equalizer::Methods
|
|
3543
|
+
include ::Mutant::Result
|
|
3544
|
+
include ::Unparser::Adamantium
|
|
3545
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3546
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3547
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3548
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3549
|
+
|
|
3550
|
+
def criteria_result(coverage_criteria); end
|
|
3551
|
+
def isolation_result; end
|
|
3552
|
+
def killtime; end
|
|
3553
|
+
def mutation; end
|
|
3554
|
+
def process_abort?; end
|
|
3555
|
+
def runtime; end
|
|
3556
|
+
def timeout?; end
|
|
3557
|
+
|
|
3558
|
+
private
|
|
3559
|
+
|
|
3560
|
+
def test_result_success?(&block); end
|
|
3561
|
+
|
|
3562
|
+
class << self
|
|
3563
|
+
def anima; end
|
|
3564
|
+
end
|
|
3565
|
+
end
|
|
3566
|
+
|
|
3567
|
+
class Mutant::Result::MutationIndex
|
|
3568
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3569
|
+
include ::Unparser::Equalizer::Methods
|
|
3570
|
+
|
|
3571
|
+
def isolation_result; end
|
|
3572
|
+
def mutation_index; end
|
|
3573
|
+
def runtime; end
|
|
3574
|
+
|
|
3575
|
+
class << self
|
|
3576
|
+
def anima; end
|
|
3577
|
+
end
|
|
3578
|
+
end
|
|
3579
|
+
|
|
3580
|
+
class Mutant::Result::Subject
|
|
3581
|
+
extend ::Mutant::Result::ClassMethods
|
|
3582
|
+
include ::Unparser::Equalizer::Methods
|
|
3583
|
+
include ::Mutant::Result
|
|
3584
|
+
include ::Unparser::Adamantium
|
|
3585
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3586
|
+
include ::Mutant::Result::CoverageMetric
|
|
3587
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3588
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3589
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3590
|
+
|
|
3591
|
+
def amount_mutation_results; end
|
|
3592
|
+
def amount_mutations; end
|
|
3593
|
+
def amount_mutations_alive; end
|
|
3594
|
+
def amount_mutations_killed; end
|
|
3595
|
+
def amount_timeouts; end
|
|
3596
|
+
def coverage_results; end
|
|
3597
|
+
def killtime(&block); end
|
|
3598
|
+
def runtime(&block); end
|
|
3599
|
+
def subject; end
|
|
3600
|
+
def success?; end
|
|
3601
|
+
def tests; end
|
|
3602
|
+
def uncovered_results(&block); end
|
|
3603
|
+
|
|
3604
|
+
private
|
|
3605
|
+
|
|
3606
|
+
def covered_results(&block); end
|
|
3607
|
+
|
|
3608
|
+
class << self
|
|
3609
|
+
def anima; end
|
|
3610
|
+
end
|
|
3611
|
+
end
|
|
3612
|
+
|
|
3613
|
+
class Mutant::Result::Test
|
|
3614
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3615
|
+
include ::Unparser::Equalizer::Methods
|
|
3616
|
+
|
|
3617
|
+
def passed; end
|
|
3618
|
+
def runtime; end
|
|
3619
|
+
|
|
3620
|
+
class << self
|
|
3621
|
+
def anima; end
|
|
3622
|
+
end
|
|
3623
|
+
end
|
|
3624
|
+
|
|
3625
|
+
class Mutant::Result::Test::VoidValue < ::Mutant::Result::Test
|
|
3626
|
+
include ::Singleton
|
|
3627
|
+
extend ::Singleton::SingletonClassMethods
|
|
3628
|
+
|
|
3629
|
+
def initialize; end
|
|
3630
|
+
|
|
3631
|
+
class << self
|
|
3632
|
+
def instance; end
|
|
3633
|
+
end
|
|
3634
|
+
end
|
|
3635
|
+
|
|
3636
|
+
module Mutant::Runner
|
|
3637
|
+
class << self
|
|
3638
|
+
def call(env); end
|
|
3639
|
+
|
|
3640
|
+
private
|
|
3641
|
+
|
|
3642
|
+
def mutation_test_config(env); end
|
|
3643
|
+
def reporter(env); end
|
|
3644
|
+
def run_driver(reporter, driver); end
|
|
3645
|
+
def run_mutation_analysis(env); end
|
|
3646
|
+
end
|
|
3647
|
+
end
|
|
3648
|
+
|
|
3649
|
+
class Mutant::Runner::Sink
|
|
3650
|
+
include ::Unparser::Equalizer::Methods
|
|
3651
|
+
|
|
3652
|
+
def initialize(*_arg0); end
|
|
3653
|
+
|
|
3654
|
+
def result(mutation_index_result); end
|
|
3655
|
+
def status; end
|
|
3656
|
+
def stop?; end
|
|
3657
|
+
|
|
3658
|
+
private
|
|
3659
|
+
|
|
3660
|
+
def coverage_result(mutation_result); end
|
|
3661
|
+
def mutation_result(mutation_index_result); end
|
|
3662
|
+
def previous_coverage_results(subject); end
|
|
3663
|
+
end
|
|
3664
|
+
|
|
3665
|
+
Mutant::SCOPE_OPERATOR = T.let(T.unsafe(nil), String)
|
|
3666
|
+
|
|
3667
|
+
class Mutant::Scope
|
|
3668
|
+
include ::Unparser::Equalizer::Methods
|
|
3669
|
+
end
|
|
3670
|
+
|
|
3671
|
+
class Mutant::Selector
|
|
3672
|
+
include ::Unparser::Adamantium
|
|
3673
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3674
|
+
include ::Unparser::AbstractType
|
|
3675
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3676
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3677
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
3678
|
+
|
|
3679
|
+
def call(*_arg0); end
|
|
3680
|
+
|
|
3681
|
+
class << self
|
|
3682
|
+
def new(*args, &block); end
|
|
3683
|
+
end
|
|
3684
|
+
end
|
|
3685
|
+
|
|
3686
|
+
class Mutant::Selector::Expression < ::Mutant::Selector
|
|
3687
|
+
include ::Unparser::Equalizer::Methods
|
|
3688
|
+
|
|
3689
|
+
def call(subject); end
|
|
3690
|
+
end
|
|
3691
|
+
|
|
3692
|
+
class Mutant::Selector::Null < ::Mutant::Selector
|
|
3693
|
+
include ::Unparser::Equalizer::Methods
|
|
3694
|
+
|
|
3695
|
+
def call(_subject); end
|
|
3696
|
+
end
|
|
3697
|
+
|
|
3698
|
+
class Mutant::Subject
|
|
3699
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
3700
|
+
include ::Unparser::Adamantium
|
|
3701
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3702
|
+
include ::Unparser::AbstractType
|
|
3703
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3704
|
+
include ::Unparser::Equalizer::Methods
|
|
3705
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3706
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3707
|
+
include ::Enumerable
|
|
3708
|
+
|
|
3709
|
+
def context; end
|
|
3710
|
+
def expression(*_arg0); end
|
|
3711
|
+
def identification(&block); end
|
|
3712
|
+
def match_expressions(*_arg0); end
|
|
3713
|
+
def mutations(&block); end
|
|
3714
|
+
def node; end
|
|
3715
|
+
def prepare; end
|
|
3716
|
+
def source(&block); end
|
|
3717
|
+
def source_line; end
|
|
3718
|
+
def source_lines(&block); end
|
|
3719
|
+
def source_path; end
|
|
3720
|
+
|
|
3721
|
+
private
|
|
3722
|
+
|
|
3723
|
+
def neutral_mutation; end
|
|
3724
|
+
def wrap_node(node); end
|
|
3725
|
+
|
|
3726
|
+
class << self
|
|
3727
|
+
def anima; end
|
|
3728
|
+
def new(*args, &block); end
|
|
3729
|
+
end
|
|
3730
|
+
end
|
|
3731
|
+
|
|
3732
|
+
class Mutant::Subject::Method < ::Mutant::Subject
|
|
3733
|
+
def expression(&block); end
|
|
3734
|
+
def match_expressions(&block); end
|
|
3735
|
+
def name; end
|
|
3736
|
+
|
|
3737
|
+
private
|
|
3738
|
+
|
|
3739
|
+
def scope; end
|
|
3740
|
+
end
|
|
3741
|
+
|
|
3742
|
+
class Mutant::Subject::Method::Instance < ::Mutant::Subject::Method
|
|
3743
|
+
def prepare; end
|
|
3744
|
+
end
|
|
3745
|
+
|
|
3746
|
+
class Mutant::Subject::Method::Instance::Memoized < ::Mutant::Subject::Method::Instance
|
|
3747
|
+
include ::Mutant::AST::Sexp
|
|
3748
|
+
|
|
3749
|
+
def prepare; end
|
|
3750
|
+
|
|
3751
|
+
private
|
|
3752
|
+
|
|
3753
|
+
def wrap_node(mutant); end
|
|
3754
|
+
end
|
|
3755
|
+
|
|
3756
|
+
Mutant::Subject::Method::Instance::NAME_INDEX = T.let(T.unsafe(nil), Integer)
|
|
3757
|
+
Mutant::Subject::Method::Instance::SYMBOL = T.let(T.unsafe(nil), String)
|
|
3758
|
+
|
|
3759
|
+
class Mutant::Subject::Method::Metaclass < ::Mutant::Subject::Method
|
|
3760
|
+
include ::Mutant::AST::Sexp
|
|
3761
|
+
|
|
3762
|
+
def prepare; end
|
|
3763
|
+
|
|
3764
|
+
private
|
|
3765
|
+
|
|
3766
|
+
def wrap_node(mutant); end
|
|
3767
|
+
end
|
|
3768
|
+
|
|
3769
|
+
Mutant::Subject::Method::Metaclass::NAME_INDEX = T.let(T.unsafe(nil), Integer)
|
|
3770
|
+
Mutant::Subject::Method::Metaclass::SYMBOL = T.let(T.unsafe(nil), String)
|
|
3771
|
+
|
|
3772
|
+
class Mutant::Subject::Method::Singleton < ::Mutant::Subject::Method
|
|
3773
|
+
def prepare; end
|
|
3774
|
+
end
|
|
3775
|
+
|
|
3776
|
+
Mutant::Subject::Method::Singleton::NAME_INDEX = T.let(T.unsafe(nil), Integer)
|
|
3777
|
+
Mutant::Subject::Method::Singleton::SYMBOL = T.let(T.unsafe(nil), String)
|
|
3778
|
+
|
|
3779
|
+
class Mutant::Test
|
|
3780
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3781
|
+
include ::Unparser::Equalizer::Methods
|
|
3782
|
+
|
|
3783
|
+
def expressions; end
|
|
3784
|
+
def id; end
|
|
3785
|
+
def identification; end
|
|
3786
|
+
|
|
3787
|
+
class << self
|
|
3788
|
+
def anima; end
|
|
3789
|
+
end
|
|
3790
|
+
end
|
|
3791
|
+
|
|
3792
|
+
class Mutant::Timer
|
|
3793
|
+
include ::Unparser::Equalizer::Methods
|
|
3794
|
+
|
|
3795
|
+
def now; end
|
|
3796
|
+
end
|
|
3797
|
+
|
|
3798
|
+
class Mutant::Timer::Deadline
|
|
3799
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3800
|
+
include ::Unparser::Equalizer::Methods
|
|
3801
|
+
|
|
3802
|
+
def initialize(*arguments); end
|
|
3803
|
+
|
|
3804
|
+
def allowed_time; end
|
|
3805
|
+
def expired?; end
|
|
3806
|
+
def status; end
|
|
3807
|
+
def time_left; end
|
|
3808
|
+
def timer; end
|
|
3809
|
+
|
|
3810
|
+
class << self
|
|
3811
|
+
def anima; end
|
|
3812
|
+
end
|
|
3813
|
+
end
|
|
3814
|
+
|
|
3815
|
+
class Mutant::Timer::Deadline::None < ::Mutant::Timer::Deadline
|
|
3816
|
+
def expired?; end
|
|
3817
|
+
def time_left; end
|
|
3818
|
+
end
|
|
3819
|
+
|
|
3820
|
+
class Mutant::Timer::Deadline::Status
|
|
3821
|
+
include ::Unparser::Equalizer::Methods
|
|
3822
|
+
|
|
3823
|
+
def ok?; end
|
|
3824
|
+
end
|
|
3825
|
+
|
|
3826
|
+
class Mutant::Transform
|
|
3827
|
+
include ::Unparser::AbstractType
|
|
3828
|
+
include ::Unparser::Adamantium
|
|
3829
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3830
|
+
extend ::Unparser::AbstractType::AbstractMethodDeclarations
|
|
3831
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3832
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3833
|
+
|
|
3834
|
+
def call(*_arg0); end
|
|
3835
|
+
def slug; end
|
|
3836
|
+
|
|
3837
|
+
private
|
|
3838
|
+
|
|
3839
|
+
def error(input:, cause: T.unsafe(nil), message: T.unsafe(nil)); end
|
|
3840
|
+
def failure(value); end
|
|
3841
|
+
def lift_error(error); end
|
|
3842
|
+
def success(value); end
|
|
3843
|
+
def wrap_error(error); end
|
|
3844
|
+
|
|
3845
|
+
class << self
|
|
3846
|
+
def new(*args, &block); end
|
|
3847
|
+
end
|
|
3848
|
+
end
|
|
3849
|
+
|
|
3850
|
+
class Mutant::Transform::Array < ::Mutant::Transform
|
|
3851
|
+
include ::Unparser::Equalizer::Methods
|
|
3852
|
+
|
|
3853
|
+
def call(input); end
|
|
3854
|
+
|
|
3855
|
+
private
|
|
3856
|
+
|
|
3857
|
+
def run(input); end
|
|
3858
|
+
end
|
|
3859
|
+
|
|
3860
|
+
Mutant::Transform::Array::MESSAGE = T.let(T.unsafe(nil), String)
|
|
3861
|
+
Mutant::Transform::Array::PRIMITIVE = T.let(T.unsafe(nil), Mutant::Transform::Primitive)
|
|
3862
|
+
Mutant::Transform::BOOLEAN = T.let(T.unsafe(nil), Mutant::Transform::Boolean)
|
|
3863
|
+
|
|
3864
|
+
class Mutant::Transform::Block < ::Mutant::Transform
|
|
3865
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3866
|
+
include ::Unparser::Equalizer::Methods
|
|
3867
|
+
|
|
3868
|
+
def block; end
|
|
3869
|
+
def call(input); end
|
|
3870
|
+
def name; end
|
|
3871
|
+
def slug; end
|
|
3872
|
+
|
|
3873
|
+
class << self
|
|
3874
|
+
def anima; end
|
|
3875
|
+
def capture(name, &block); end
|
|
3876
|
+
end
|
|
3877
|
+
end
|
|
3878
|
+
|
|
3879
|
+
class Mutant::Transform::Boolean < ::Mutant::Transform
|
|
3880
|
+
include ::Unparser::Equalizer::Methods
|
|
3881
|
+
|
|
3882
|
+
def call(input); end
|
|
3883
|
+
end
|
|
3884
|
+
|
|
3885
|
+
Mutant::Transform::Boolean::MESSAGE = T.let(T.unsafe(nil), String)
|
|
3886
|
+
|
|
3887
|
+
class Mutant::Transform::Error
|
|
3888
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3889
|
+
include ::Unparser::Equalizer::Methods
|
|
3890
|
+
include ::Unparser::Adamantium
|
|
3891
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
3892
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
3893
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
3894
|
+
|
|
3895
|
+
def cause; end
|
|
3896
|
+
def compact_message(&block); end
|
|
3897
|
+
def input; end
|
|
3898
|
+
def message; end
|
|
3899
|
+
def trace(&block); end
|
|
3900
|
+
def transform; end
|
|
3901
|
+
|
|
3902
|
+
private
|
|
3903
|
+
|
|
3904
|
+
def path; end
|
|
3905
|
+
|
|
3906
|
+
class << self
|
|
3907
|
+
def anima; end
|
|
3908
|
+
end
|
|
3909
|
+
end
|
|
3910
|
+
|
|
3911
|
+
Mutant::Transform::Error::COMPACT = T.let(T.unsafe(nil), String)
|
|
3912
|
+
|
|
3913
|
+
class Mutant::Transform::Exception < ::Mutant::Transform
|
|
3914
|
+
include ::Unparser::Equalizer::Methods
|
|
3915
|
+
|
|
3916
|
+
def call(input); end
|
|
3917
|
+
end
|
|
3918
|
+
|
|
3919
|
+
Mutant::Transform::FLOAT = T.let(T.unsafe(nil), Mutant::Transform::Primitive)
|
|
3920
|
+
|
|
3921
|
+
class Mutant::Transform::Hash < ::Mutant::Transform
|
|
3922
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3923
|
+
include ::Unparser::Equalizer::Methods
|
|
3924
|
+
|
|
3925
|
+
def call(input); end
|
|
3926
|
+
def optional; end
|
|
3927
|
+
def required; end
|
|
3928
|
+
|
|
3929
|
+
private
|
|
3930
|
+
|
|
3931
|
+
def allowed_keys(&block); end
|
|
3932
|
+
def coerce_key(key, input); end
|
|
3933
|
+
def reject_keys(input); end
|
|
3934
|
+
def required_keys(&block); end
|
|
3935
|
+
def transform(input); end
|
|
3936
|
+
def transform_keys(keys, input); end
|
|
3937
|
+
def transform_optional(input); end
|
|
3938
|
+
def transform_required(input); end
|
|
3939
|
+
|
|
3940
|
+
class << self
|
|
3941
|
+
def anima; end
|
|
3942
|
+
end
|
|
3943
|
+
end
|
|
3944
|
+
|
|
3945
|
+
Mutant::Transform::Hash::KEY_MESSAGE = T.let(T.unsafe(nil), String)
|
|
3946
|
+
|
|
3947
|
+
class Mutant::Transform::Hash::Key < ::Mutant::Transform
|
|
3948
|
+
include ::Unparser::Equalizer::Methods
|
|
3949
|
+
|
|
3950
|
+
def call(input); end
|
|
3951
|
+
def slug(&block); end
|
|
3952
|
+
end
|
|
3953
|
+
|
|
3954
|
+
Mutant::Transform::Hash::PRIMITIVE = T.let(T.unsafe(nil), Mutant::Transform::Primitive)
|
|
3955
|
+
|
|
3956
|
+
class Mutant::Transform::Hash::Symbolize < ::Mutant::Transform
|
|
3957
|
+
def call(input); end
|
|
3958
|
+
end
|
|
3959
|
+
|
|
3960
|
+
Mutant::Transform::INTEGER = T.let(T.unsafe(nil), Mutant::Transform::Primitive)
|
|
3961
|
+
|
|
3962
|
+
class Mutant::Transform::Index < ::Mutant::Transform
|
|
3963
|
+
include ::Unparser::Anima::InstanceMethods
|
|
3964
|
+
include ::Unparser::Equalizer::Methods
|
|
3965
|
+
|
|
3966
|
+
def call(input); end
|
|
3967
|
+
def slug(&block); end
|
|
3968
|
+
|
|
3969
|
+
private
|
|
3970
|
+
|
|
3971
|
+
def index; end
|
|
3972
|
+
def transform; end
|
|
3973
|
+
|
|
3974
|
+
class << self
|
|
3975
|
+
def anima; end
|
|
3976
|
+
def wrap(cause, index); end
|
|
3977
|
+
end
|
|
3978
|
+
end
|
|
3979
|
+
|
|
3980
|
+
class Mutant::Transform::Named < ::Mutant::Transform
|
|
3981
|
+
include ::Unparser::Equalizer::Methods
|
|
3982
|
+
|
|
3983
|
+
def call(input); end
|
|
3984
|
+
def slug; end
|
|
3985
|
+
end
|
|
3986
|
+
|
|
3987
|
+
class Mutant::Transform::Primitive < ::Mutant::Transform
|
|
3988
|
+
include ::Unparser::Equalizer::Methods
|
|
3989
|
+
|
|
3990
|
+
def call(input); end
|
|
3991
|
+
def slug(&block); end
|
|
3992
|
+
end
|
|
3993
|
+
|
|
3994
|
+
Mutant::Transform::Primitive::MESSAGE = T.let(T.unsafe(nil), String)
|
|
3995
|
+
Mutant::Transform::STRING = T.let(T.unsafe(nil), Mutant::Transform::Primitive)
|
|
3996
|
+
Mutant::Transform::STRING_ARRAY = T.let(T.unsafe(nil), Mutant::Transform::Array)
|
|
3997
|
+
|
|
3998
|
+
class Mutant::Transform::Sequence < ::Mutant::Transform
|
|
3999
|
+
include ::Unparser::Equalizer::Methods
|
|
4000
|
+
|
|
4001
|
+
def call(input); end
|
|
4002
|
+
end
|
|
4003
|
+
|
|
4004
|
+
module Mutant::Util
|
|
4005
|
+
class << self
|
|
4006
|
+
def one(array); end
|
|
4007
|
+
end
|
|
4008
|
+
end
|
|
4009
|
+
|
|
4010
|
+
class Mutant::Util::SizeError < ::IndexError; end
|
|
4011
|
+
Mutant::VERSION = T.let(T.unsafe(nil), String)
|
|
4012
|
+
|
|
4013
|
+
class Mutant::Variable
|
|
4014
|
+
def initialize(condition_variable:, mutex:, value: T.unsafe(nil)); end
|
|
4015
|
+
|
|
4016
|
+
def read; end
|
|
4017
|
+
def take; end
|
|
4018
|
+
def take_timeout(timeout); end
|
|
4019
|
+
def try_put(value); end
|
|
4020
|
+
def with; end
|
|
4021
|
+
|
|
4022
|
+
private
|
|
4023
|
+
|
|
4024
|
+
def empty?; end
|
|
4025
|
+
def full?; end
|
|
4026
|
+
def perform_put(value); end
|
|
4027
|
+
def synchronize(&block); end
|
|
4028
|
+
def wait(event); end
|
|
4029
|
+
def wait_full; end
|
|
4030
|
+
def wait_timeout(event, timeout); end
|
|
4031
|
+
end
|
|
4032
|
+
|
|
4033
|
+
Mutant::Variable::EMPTY = T.let(T.unsafe(nil), T.untyped)
|
|
4034
|
+
|
|
4035
|
+
class Mutant::Variable::IVar < ::Mutant::Variable
|
|
4036
|
+
def populate_with; end
|
|
4037
|
+
def put(value); end
|
|
4038
|
+
|
|
4039
|
+
private
|
|
4040
|
+
|
|
4041
|
+
def perform_take; end
|
|
4042
|
+
end
|
|
4043
|
+
|
|
4044
|
+
class Mutant::Variable::IVar::Error < ::RuntimeError; end
|
|
4045
|
+
|
|
4046
|
+
class Mutant::Variable::MVar < ::Mutant::Variable
|
|
4047
|
+
def initialize(condition_variable:, mutex:, value: T.unsafe(nil)); end
|
|
4048
|
+
|
|
4049
|
+
def modify; end
|
|
4050
|
+
def put(value); end
|
|
4051
|
+
|
|
4052
|
+
private
|
|
4053
|
+
|
|
4054
|
+
def perform_take; end
|
|
4055
|
+
end
|
|
4056
|
+
|
|
4057
|
+
class Mutant::Variable::Result
|
|
4058
|
+
include ::Unparser::Equalizer::Methods
|
|
4059
|
+
|
|
4060
|
+
def initialize(value); end
|
|
4061
|
+
|
|
4062
|
+
def timeout?; end
|
|
4063
|
+
def value; end
|
|
4064
|
+
end
|
|
4065
|
+
|
|
4066
|
+
class Mutant::Variable::Result::Timeout < ::Mutant::Variable::Result
|
|
4067
|
+
class << self
|
|
4068
|
+
def new; end
|
|
4069
|
+
end
|
|
4070
|
+
end
|
|
4071
|
+
|
|
4072
|
+
Mutant::Variable::Result::Timeout::INSTANCE = T.let(T.unsafe(nil), Mutant::Variable::Result::Timeout)
|
|
4073
|
+
class Mutant::Variable::Result::Value < ::Mutant::Variable::Result; end
|
|
4074
|
+
Mutant::Variable::TIMEOUT = T.let(T.unsafe(nil), T.untyped)
|
|
4075
|
+
|
|
4076
|
+
module Mutant::Variable::Timer
|
|
4077
|
+
class << self
|
|
4078
|
+
def elapsed; end
|
|
4079
|
+
|
|
4080
|
+
private
|
|
4081
|
+
|
|
4082
|
+
def now; end
|
|
4083
|
+
end
|
|
4084
|
+
end
|
|
4085
|
+
|
|
4086
|
+
Mutant::WORLD = T.let(T.unsafe(nil), Mutant::World)
|
|
4087
|
+
|
|
4088
|
+
class Mutant::World
|
|
4089
|
+
include ::Unparser::Anima::InstanceMethods
|
|
4090
|
+
include ::Unparser::Equalizer::Methods
|
|
4091
|
+
include ::Unparser::Adamantium
|
|
4092
|
+
include ::Unparser::Adamantium::InstanceMethods
|
|
4093
|
+
extend ::Unparser::Adamantium::ModuleMethods
|
|
4094
|
+
extend ::Unparser::Adamantium::ClassMethods
|
|
4095
|
+
|
|
4096
|
+
def capture_stdout(command); end
|
|
4097
|
+
def condition_variable; end
|
|
4098
|
+
def deadline(allowed_time); end
|
|
4099
|
+
def gem; end
|
|
4100
|
+
def gem_method; end
|
|
4101
|
+
def inspect; end
|
|
4102
|
+
def io; end
|
|
4103
|
+
def json; end
|
|
4104
|
+
def kernel; end
|
|
4105
|
+
def load_path; end
|
|
4106
|
+
def marshal; end
|
|
4107
|
+
def mutex; end
|
|
4108
|
+
def object_space; end
|
|
4109
|
+
def open3; end
|
|
4110
|
+
def pathname; end
|
|
4111
|
+
def process; end
|
|
4112
|
+
def stderr; end
|
|
4113
|
+
def stdout; end
|
|
4114
|
+
def thread; end
|
|
4115
|
+
def timer; end
|
|
4116
|
+
|
|
4117
|
+
class << self
|
|
4118
|
+
def anima; end
|
|
4119
|
+
end
|
|
4120
|
+
end
|
|
4121
|
+
|
|
4122
|
+
Mutant::World::INSPECT = T.let(T.unsafe(nil), String)
|
|
4123
|
+
|
|
4124
|
+
class Mutant::Zombifier
|
|
4125
|
+
include ::Unparser::Anima::InstanceMethods
|
|
4126
|
+
include ::Unparser::Equalizer::Methods
|
|
4127
|
+
include ::Mutant::AST::Sexp
|
|
4128
|
+
|
|
4129
|
+
def initialize(*_arg0); end
|
|
4130
|
+
|
|
4131
|
+
private
|
|
4132
|
+
|
|
4133
|
+
def call; end
|
|
4134
|
+
def find(logical_name); end
|
|
4135
|
+
def include?(logical_name); end
|
|
4136
|
+
def includes; end
|
|
4137
|
+
def kernel; end
|
|
4138
|
+
def load_path; end
|
|
4139
|
+
def namespace; end
|
|
4140
|
+
def namespaced_node(source_path); end
|
|
4141
|
+
def original; end
|
|
4142
|
+
def pathname; end
|
|
4143
|
+
def require(logical_name); end
|
|
4144
|
+
def require_highjack; end
|
|
4145
|
+
def root_require; end
|
|
4146
|
+
def zombify(source_path); end
|
|
4147
|
+
|
|
4148
|
+
class << self
|
|
4149
|
+
def anima; end
|
|
4150
|
+
def call(*args); end
|
|
4151
|
+
end
|
|
4152
|
+
end
|
|
4153
|
+
|
|
4154
|
+
class Mutant::Zombifier::LoadError < ::LoadError; end
|