toy_adt 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1177 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: true
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec-expectations/all/rspec-expectations.rbi
9
+ #
10
+ # rspec-expectations-3.11.0
11
+
12
+ module RSpec
13
+ end
14
+ module RSpec::Matchers
15
+ def a_block_changing(*args, &block); end
16
+ def a_block_outputting(*args, &block); end
17
+ def a_block_raising(*args, &block); end
18
+ def a_block_throwing(*args, &block); end
19
+ def a_block_yielding_control(*args, &block); end
20
+ def a_block_yielding_successive_args(*args, &block); end
21
+ def a_block_yielding_with_args(*args, &block); end
22
+ def a_block_yielding_with_no_args(*args, &block); end
23
+ def a_collection_containing_exactly(*args, &block); end
24
+ def a_collection_ending_with(*args, &block); end
25
+ def a_collection_including(*args, &block); end
26
+ def a_collection_starting_with(*args, &block); end
27
+ def a_falsey_value(*args, &block); end
28
+ def a_falsy_value(*args, &block); end
29
+ def a_hash_including(*args, &block); end
30
+ def a_kind_of(*args, &block); end
31
+ def a_nil_value(*args, &block); end
32
+ def a_range_covering(*args, &block); end
33
+ def a_string_ending_with(*args, &block); end
34
+ def a_string_including(*args, &block); end
35
+ def a_string_matching(*args, &block); end
36
+ def a_string_starting_with(*args, &block); end
37
+ def a_truthy_value(*args, &block); end
38
+ def a_value(*args, &block); end
39
+ def a_value_between(*args, &block); end
40
+ def a_value_within(*args, &block); end
41
+ def aggregate_failures(label = nil, metadata = nil, &block); end
42
+ def all(expected); end
43
+ def an_instance_of(*args, &block); end
44
+ def an_object_eq_to(*args, &block); end
45
+ def an_object_eql_to(*args, &block); end
46
+ def an_object_equal_to(*args, &block); end
47
+ def an_object_existing(*args, &block); end
48
+ def an_object_having_attributes(*args, &block); end
49
+ def an_object_matching(*args, &block); end
50
+ def an_object_responding_to(*args, &block); end
51
+ def an_object_satisfying(*args, &block); end
52
+ def be(*args); end
53
+ def be_a(klass); end
54
+ def be_a_kind_of(expected); end
55
+ def be_an(klass); end
56
+ def be_an_instance_of(expected); end
57
+ def be_between(min, max); end
58
+ def be_falsey; end
59
+ def be_falsy(*args, &block); end
60
+ def be_instance_of(expected); end
61
+ def be_kind_of(expected); end
62
+ def be_nil; end
63
+ def be_truthy; end
64
+ def be_within(delta); end
65
+ def change(receiver = nil, message = nil, &block); end
66
+ def changing(*args, &block); end
67
+ def contain_exactly(*items); end
68
+ def containing_exactly(*args, &block); end
69
+ def cover(*values); end
70
+ def covering(*args, &block); end
71
+ def end_with(*expected); end
72
+ def ending_with(*args, &block); end
73
+ def eq(expected); end
74
+ def eq_to(*args, &block); end
75
+ def eql(expected); end
76
+ def eql_to(*args, &block); end
77
+ def equal(expected); end
78
+ def equal_to(*args, &block); end
79
+ def exist(*args); end
80
+ def existing(*args, &block); end
81
+ def expect(value = nil, &block); end
82
+ def have_attributes(expected); end
83
+ def having_attributes(*args, &block); end
84
+ def include(*expected); end
85
+ def including(*args, &block); end
86
+ def match(expected); end
87
+ def match_array(items); end
88
+ def match_regex(*args, &block); end
89
+ def matching(*args, &block); end
90
+ def method_missing(method, *args, **, &block); end
91
+ def output(expected = nil); end
92
+ def raise_error(error = nil, message = nil, &block); end
93
+ def raise_exception(error = nil, message = nil, &block); end
94
+ def raising(*args, &block); end
95
+ def respond_to(*names); end
96
+ def respond_to_missing?(method, *arg1); end
97
+ def responding_to(*args, &block); end
98
+ def satisfy(description = nil, &block); end
99
+ def satisfying(*args, &block); end
100
+ def self.alias_matcher(*args, &block); end
101
+ def self.clear_generated_description; end
102
+ def self.configuration; end
103
+ def self.generated_description; end
104
+ def self.is_a_describable_matcher?(obj); end
105
+ def self.is_a_matcher?(obj); end
106
+ def self.last_description; end
107
+ def self.last_expectation_handler; end
108
+ def self.last_expectation_handler=(arg0); end
109
+ def self.last_matcher; end
110
+ def self.last_matcher=(arg0); end
111
+ def start_with(*expected); end
112
+ def starting_with(*args, &block); end
113
+ def throw_symbol(expected_symbol = nil, expected_arg = nil); end
114
+ def throwing(*args, &block); end
115
+ def within(*args, &block); end
116
+ def yield_control; end
117
+ def yield_successive_args(*args); end
118
+ def yield_with_args(*args); end
119
+ def yield_with_no_args; end
120
+ def yielding_control(*args, &block); end
121
+ def yielding_successive_args(*args, &block); end
122
+ def yielding_with_args(*args, &block); end
123
+ def yielding_with_no_args(*args, &block); end
124
+ extend RSpec::Matchers::DSL
125
+ end
126
+ module RSpec::Matchers::EnglishPhrasing
127
+ def self.list(obj); end
128
+ def self.split_words(sym); end
129
+ end
130
+ module RSpec::Matchers::Composable
131
+ def &(matcher); end
132
+ def ===(value); end
133
+ def and(matcher); end
134
+ def description_of(object); end
135
+ def or(matcher); end
136
+ def self.should_enumerate?(item); end
137
+ def self.surface_descriptions_in(item); end
138
+ def self.unreadable_io?(object); end
139
+ def should_enumerate?(item); end
140
+ def surface_descriptions_in(item); end
141
+ def unreadable_io?(object); end
142
+ def values_match?(expected, actual); end
143
+ def with_matchers_cloned(object); end
144
+ def |(matcher); end
145
+ end
146
+ class RSpec::Matchers::Composable::DescribableItem < Struct
147
+ def inspect; end
148
+ def item; end
149
+ def item=(_); end
150
+ def pretty_print(pp); end
151
+ def self.[](*arg0); end
152
+ def self.inspect; end
153
+ def self.keyword_init?; end
154
+ def self.members; end
155
+ def self.new(*arg0); end
156
+ end
157
+ module RSpec::Matchers::BuiltIn
158
+ end
159
+ class RSpec::Matchers::BuiltIn::BaseMatcher
160
+ def actual; end
161
+ def actual_formatted; end
162
+ def assert_ivars(*expected_ivars); end
163
+ def description; end
164
+ def diffable?; end
165
+ def expected; end
166
+ def expected_formatted; end
167
+ def expects_call_stack_jump?; end
168
+ def initialize(expected = nil); end
169
+ def match_unless_raises(*exceptions); end
170
+ def matcher_name; end
171
+ def matcher_name=(arg0); end
172
+ def matches?(actual); end
173
+ def present_ivars; end
174
+ def rescued_exception; end
175
+ def self.matcher_name; end
176
+ def self.underscore(camel_cased_word); end
177
+ def supports_block_expectations?; end
178
+ def supports_value_expectations?; end
179
+ include RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
180
+ include RSpec::Matchers::BuiltIn::BaseMatcher::HashFormatting
181
+ include RSpec::Matchers::Composable
182
+ end
183
+ module RSpec::Matchers::BuiltIn::BaseMatcher::HashFormatting
184
+ def improve_hash_formatting(inspect_string); end
185
+ def self.improve_hash_formatting(inspect_string); end
186
+ end
187
+ module RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
188
+ def failure_message; end
189
+ def failure_message_when_negated; end
190
+ def self.has_default_failure_messages?(matcher); end
191
+ end
192
+ module RSpec::Matchers::DSL
193
+ def alias_matcher(new_name, old_name, options = nil, &description_override); end
194
+ def define(name, &declarations); end
195
+ def define_negated_matcher(negated_name, base_name, &description_override); end
196
+ def matcher(name, &declarations); end
197
+ def warn_about_block_args(name, declarations); end
198
+ end
199
+ module RSpec::Matchers::DSL::Macros
200
+ def assign_attributes(attr_names); end
201
+ def chain(method_name, *attr_names, &definition); end
202
+ def define_user_override(method_name, user_def, &our_def); end
203
+ def description(&definition); end
204
+ def diffable; end
205
+ def failure_message(&definition); end
206
+ def failure_message_when_negated(&definition); end
207
+ def match(options = nil, &match_block); end
208
+ def match_unless_raises(expected_exception = nil, &match_block); end
209
+ def match_when_negated(options = nil, &match_block); end
210
+ def supports_block_expectations; end
211
+ end
212
+ module RSpec::Matchers::DSL::Macros::Deprecated
213
+ def failure_message_for_should(&definition); end
214
+ def failure_message_for_should_not(&definition); end
215
+ def match_for_should(&definition); end
216
+ def match_for_should_not(&definition); end
217
+ end
218
+ module RSpec::Matchers::DSL::DefaultImplementations
219
+ def chained_method_clause_sentences; end
220
+ def description; end
221
+ def diffable?; end
222
+ def expects_call_stack_jump?; end
223
+ def supports_block_expectations?; end
224
+ def supports_value_expectations?; end
225
+ include RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages
226
+ end
227
+ class RSpec::Matchers::DSL::Matcher
228
+ def actual; end
229
+ def actual_arg_for(block); end
230
+ def block_arg; end
231
+ def expected; end
232
+ def expected_as_array; end
233
+ def initialize(name, declarations, matcher_execution_context, *expected, &block_arg); end
234
+ def inspect; end
235
+ def method_missing(method, *args, **, &block); end
236
+ def name; end
237
+ def rescued_exception; end
238
+ def respond_to_missing?(method, include_private = nil); end
239
+ extend RSpec::Matchers::DSL::Macros
240
+ extend RSpec::Matchers::DSL::Macros::Deprecated
241
+ include RSpec::Matchers
242
+ include RSpec::Matchers::Composable
243
+ include RSpec::Matchers::DSL::DefaultImplementations
244
+ end
245
+ class RSpec::Matchers::MatcherDelegator
246
+ def base_matcher; end
247
+ def initialize(base_matcher); end
248
+ def initialize_copy(other); end
249
+ def method_missing(*args, &block); end
250
+ def respond_to_missing?(name, include_all = nil); end
251
+ include RSpec::Matchers::Composable
252
+ end
253
+ class RSpec::Matchers::AliasedMatcher < RSpec::Matchers::MatcherDelegator
254
+ def description; end
255
+ def failure_message; end
256
+ def failure_message_when_negated; end
257
+ def initialize(base_matcher, description_block); end
258
+ def method_missing(*arg0); end
259
+ end
260
+ class RSpec::Matchers::AliasedMatcherWithOperatorSupport < RSpec::Matchers::AliasedMatcher
261
+ end
262
+ class RSpec::Matchers::AliasedNegatedMatcher < RSpec::Matchers::AliasedMatcher
263
+ def does_not_match?(*args, &block); end
264
+ def failure_message; end
265
+ def failure_message_when_negated; end
266
+ def matches?(*args, &block); end
267
+ def optimal_failure_message(same, inverted); end
268
+ end
269
+ class RSpec::Matchers::ExpectedsForMultipleDiffs
270
+ def diffs(differ, actual); end
271
+ def initialize(expected_list); end
272
+ def message_with_diff(message, differ, actual); end
273
+ def self.diff_label_for(matcher); end
274
+ def self.for_many_matchers(matchers); end
275
+ def self.from(expected); end
276
+ def self.truncated(description); end
277
+ end
278
+ module RSpec::Support
279
+ def self.require_rspec_expectations(f); end
280
+ def self.require_rspec_matchers(f); end
281
+ end
282
+ module RSpec::Expectations
283
+ def self.configuration; end
284
+ def self.differ; end
285
+ def self.fail_with(message, expected = nil, actual = nil); end
286
+ end
287
+ class RSpec::Expectations::ExpectationTarget
288
+ def initialize(value); end
289
+ def self.for(value, block); end
290
+ def target; end
291
+ include RSpec::Expectations::ExpectationTarget::InstanceMethods
292
+ end
293
+ module RSpec::Expectations::ExpectationTarget::UndefinedValue
294
+ end
295
+ module RSpec::Expectations::ExpectationTarget::InstanceMethods
296
+ def not_to(matcher = nil, message = nil, &block); end
297
+ def prevent_operator_matchers(verb); end
298
+ def to(matcher = nil, message = nil, &block); end
299
+ def to_not(matcher = nil, message = nil, &block); end
300
+ end
301
+ class RSpec::Expectations::ValueExpectationTarget < RSpec::Expectations::ExpectationTarget
302
+ def enforce_value_expectation(matcher); end
303
+ def not_to(matcher = nil, message = nil, &block); end
304
+ def supports_value_expectations?(matcher); end
305
+ def to(matcher = nil, message = nil, &block); end
306
+ end
307
+ class RSpec::Expectations::BlockExpectationTarget < RSpec::Expectations::ExpectationTarget
308
+ def enforce_block_expectation(matcher); end
309
+ def not_to(matcher, message = nil, &block); end
310
+ def supports_block_expectations?(matcher); end
311
+ def to(matcher, message = nil, &block); end
312
+ def to_not(matcher, message = nil, &block); end
313
+ end
314
+ module RSpec::Expectations::Syntax
315
+ def default_should_host; end
316
+ def disable_expect(syntax_host = nil); end
317
+ def disable_should(syntax_host = nil); end
318
+ def enable_expect(syntax_host = nil); end
319
+ def enable_should(syntax_host = nil); end
320
+ def expect_enabled?(syntax_host = nil); end
321
+ def self.default_should_host; end
322
+ def self.disable_expect(syntax_host = nil); end
323
+ def self.disable_should(syntax_host = nil); end
324
+ def self.enable_expect(syntax_host = nil); end
325
+ def self.enable_should(syntax_host = nil); end
326
+ def self.expect_enabled?(syntax_host = nil); end
327
+ def self.should_enabled?(syntax_host = nil); end
328
+ def self.warn_about_should!; end
329
+ def self.warn_about_should_unless_configured(method_name); end
330
+ def should_enabled?(syntax_host = nil); end
331
+ def warn_about_should!; end
332
+ def warn_about_should_unless_configured(method_name); end
333
+ end
334
+ class BasicObject
335
+ end
336
+ class RSpec::Expectations::Configuration
337
+ def add_should_and_should_not_to(*modules); end
338
+ def backtrace_formatter; end
339
+ def backtrace_formatter=(arg0); end
340
+ def color?; end
341
+ def false_positives_handler; end
342
+ def include_chain_clauses_in_custom_matcher_descriptions=(arg0); end
343
+ def include_chain_clauses_in_custom_matcher_descriptions?; end
344
+ def initialize; end
345
+ def max_formatted_output_length=(length); end
346
+ def on_potential_false_positives; end
347
+ def on_potential_false_positives=(behavior); end
348
+ def reset_syntaxes_to_default; end
349
+ def strict_predicate_matchers; end
350
+ def strict_predicate_matchers=(flag); end
351
+ def strict_predicate_matchers?; end
352
+ def syntax; end
353
+ def syntax=(values); end
354
+ def warn_about_potential_false_positives=(boolean); end
355
+ def warn_about_potential_false_positives?; end
356
+ end
357
+ module RSpec::Expectations::Configuration::NullBacktraceFormatter
358
+ def self.format_backtrace(backtrace); end
359
+ end
360
+ class InvalidName___Class_0x00___Differ_3
361
+ end
362
+ module RSpec::Expectations::ExpectationHelper
363
+ def self.check_message(msg); end
364
+ def self.handle_failure(matcher, message, failure_message_method); end
365
+ def self.modern_matcher_from(matcher); end
366
+ def self.with_matcher(handler, matcher, message); end
367
+ end
368
+ class RSpec::Expectations::PositiveExpectationHandler
369
+ def self.handle_matcher(actual, initial_matcher, custom_message = nil, &block); end
370
+ def self.opposite_should_method; end
371
+ def self.should_method; end
372
+ def self.verb; end
373
+ end
374
+ class RSpec::Expectations::NegativeExpectationHandler
375
+ def self.does_not_match?(matcher, actual, &block); end
376
+ def self.handle_matcher(actual, initial_matcher, custom_message = nil, &block); end
377
+ def self.opposite_should_method; end
378
+ def self.should_method; end
379
+ def self.verb; end
380
+ end
381
+ class RSpec::Expectations::LegacyMatcherAdapter < RSpec::Matchers::MatcherDelegator
382
+ def initialize(matcher); end
383
+ def self.wrap(matcher); end
384
+ end
385
+ class RSpec::Expectations::LegacyMatcherAdapter::RSpec2 < RSpec::Expectations::LegacyMatcherAdapter
386
+ def failure_message; end
387
+ def failure_message_when_negated; end
388
+ def self.interface_matches?(matcher); end
389
+ end
390
+ class RSpec::Expectations::LegacyMatcherAdapter::RSpec1 < RSpec::Expectations::LegacyMatcherAdapter
391
+ def failure_message; end
392
+ def failure_message_when_negated; end
393
+ def self.interface_matches?(matcher); end
394
+ end
395
+ module RSpec::Expectations::Version
396
+ end
397
+ class RSpec::Expectations::ExpectationNotMetError < Exception
398
+ end
399
+ class RSpec::Expectations::MultipleExpectationsNotMetError < RSpec::Expectations::ExpectationNotMetError
400
+ def aggregation_block_label; end
401
+ def aggregation_metadata; end
402
+ def all_exceptions; end
403
+ def backtrace_line(line); end
404
+ def block_description; end
405
+ def enumerated(exceptions, index_offset); end
406
+ def enumerated_errors; end
407
+ def enumerated_failures; end
408
+ def exception_count_description; end
409
+ def exclusion_patterns; end
410
+ def failures; end
411
+ def format_backtrace(backtrace); end
412
+ def indentation; end
413
+ def indented(failure_message, index); end
414
+ def index_label(index); end
415
+ def initialize(failure_aggregator); end
416
+ def longest_index_label_width; end
417
+ def message; end
418
+ def other_errors; end
419
+ def pluralize(noun, count); end
420
+ def summary; end
421
+ def width_of_label(index); end
422
+ end
423
+ class RSpec::Expectations::BlockSnippetExtractor
424
+ def beginning_line_number; end
425
+ def block_token_extractor; end
426
+ def body_content_lines; end
427
+ def file_path; end
428
+ def initialize(proc, method_name); end
429
+ def method_name; end
430
+ def proc; end
431
+ def raw_body_lines; end
432
+ def raw_body_snippet; end
433
+ def self.try_extracting_single_line_body_of(proc, method_name); end
434
+ def source; end
435
+ def source_location; end
436
+ end
437
+ class RSpec::Expectations::BlockSnippetExtractor::Error < StandardError
438
+ end
439
+ class RSpec::Expectations::BlockSnippetExtractor::TargetNotFoundError < RSpec::Expectations::BlockSnippetExtractor::Error
440
+ end
441
+ class RSpec::Expectations::BlockSnippetExtractor::AmbiguousTargetError < RSpec::Expectations::BlockSnippetExtractor::Error
442
+ end
443
+ class RSpec::Expectations::BlockSnippetExtractor::BlockTokenExtractor < Struct
444
+ def after_beginning_of_args_state(token); end
445
+ def after_beginning_of_body_state(token); end
446
+ def after_method_call_state(token); end
447
+ def after_opener_state(token); end
448
+ def beginning_line_number; end
449
+ def beginning_line_number=(_); end
450
+ def block_locator; end
451
+ def body_tokens; end
452
+ def correct_block?(body_tokens); end
453
+ def finalize_pending_tokens!; end
454
+ def finish!; end
455
+ def finish_or_find_next_block_if_incorrect!; end
456
+ def handle_closer_token(token); end
457
+ def handle_opener_token(token); end
458
+ def initial_state(token); end
459
+ def initialize(*arg0); end
460
+ def invoke_state_handler(token); end
461
+ def method_name; end
462
+ def method_name=(_); end
463
+ def opener_token?(token); end
464
+ def opener_token_stack; end
465
+ def parse!; end
466
+ def pending_tokens; end
467
+ def pipe_token?(token); end
468
+ def self.[](*arg0); end
469
+ def self.inspect; end
470
+ def self.keyword_init?; end
471
+ def self.members; end
472
+ def self.new(*arg0); end
473
+ def source; end
474
+ def source=(_); end
475
+ def state; end
476
+ end
477
+ class RSpec::Expectations::BlockSnippetExtractor::BlockLocator < Struct
478
+ def beginning_line_number; end
479
+ def beginning_line_number=(_); end
480
+ def block_body_node; end
481
+ def block_wrapper_node; end
482
+ def body_content_locations; end
483
+ def candidate_block_wrapper_nodes; end
484
+ def candidate_method_ident_nodes; end
485
+ def method_call_location; end
486
+ def method_ident_node; end
487
+ def method_ident_node?(node); end
488
+ def method_name; end
489
+ def method_name=(_); end
490
+ def self.[](*arg0); end
491
+ def self.inspect; end
492
+ def self.keyword_init?; end
493
+ def self.members; end
494
+ def self.new(*arg0); end
495
+ def source; end
496
+ def source=(_); end
497
+ end
498
+ class RSpec::Expectations::FailureAggregator
499
+ def aggregate; end
500
+ def assign_backtrace(failure); end
501
+ def block_label; end
502
+ def call(failure, options); end
503
+ def failures; end
504
+ def initialize(block_label, metadata); end
505
+ def metadata; end
506
+ def notify_aggregated_failures; end
507
+ def other_errors; end
508
+ end
509
+ class RSpec::Matchers::BuiltIn::BeAKindOf < RSpec::Matchers::BuiltIn::BaseMatcher
510
+ def match(expected, actual); end
511
+ end
512
+ class RSpec::Matchers::BuiltIn::BeAnInstanceOf < RSpec::Matchers::BuiltIn::BaseMatcher
513
+ def description; end
514
+ def match(expected, actual); end
515
+ end
516
+ class RSpec::Matchers::BuiltIn::BeBetween < RSpec::Matchers::BuiltIn::BaseMatcher
517
+ def comparable?; end
518
+ def compare; end
519
+ def description; end
520
+ def exclusive; end
521
+ def failure_message; end
522
+ def inclusive; end
523
+ def initialize(min, max); end
524
+ def matches?(actual); end
525
+ def not_comparable_clause; end
526
+ end
527
+ class RSpec::Matchers::BuiltIn::BeTruthy < RSpec::Matchers::BuiltIn::BaseMatcher
528
+ def failure_message; end
529
+ def failure_message_when_negated; end
530
+ def match(_, actual); end
531
+ end
532
+ class RSpec::Matchers::BuiltIn::BeFalsey < RSpec::Matchers::BuiltIn::BaseMatcher
533
+ def failure_message; end
534
+ def failure_message_when_negated; end
535
+ def match(_, actual); end
536
+ end
537
+ class RSpec::Matchers::BuiltIn::BeNil < RSpec::Matchers::BuiltIn::BaseMatcher
538
+ def failure_message; end
539
+ def failure_message_when_negated; end
540
+ def match(_, actual); end
541
+ end
542
+ module RSpec::Matchers::BuiltIn::BeHelpers
543
+ def args_to_s; end
544
+ def args_to_sentence; end
545
+ def expected_to_sentence; end
546
+ def inspected_args; end
547
+ def parenthesize(string); end
548
+ end
549
+ class RSpec::Matchers::BuiltIn::Be < RSpec::Matchers::BuiltIn::BaseMatcher
550
+ def <(operand); end
551
+ def <=(operand); end
552
+ def ==(operand); end
553
+ def ===(operand); end
554
+ def =~(operand); end
555
+ def >(operand); end
556
+ def >=(operand); end
557
+ def failure_message; end
558
+ def failure_message_when_negated; end
559
+ def initialize(*args); end
560
+ def match(_, actual); end
561
+ include RSpec::Matchers::BuiltIn::BeHelpers
562
+ end
563
+ class RSpec::Matchers::BuiltIn::BeComparedTo < RSpec::Matchers::BuiltIn::BaseMatcher
564
+ def description; end
565
+ def does_not_match?(actual); end
566
+ def failure_message; end
567
+ def failure_message_when_negated; end
568
+ def initialize(operand, operator); end
569
+ def matches?(actual); end
570
+ def perform_match(actual); end
571
+ include RSpec::Matchers::BuiltIn::BeHelpers
572
+ end
573
+ class RSpec::Matchers::BuiltIn::DynamicPredicate < RSpec::Matchers::BuiltIn::BaseMatcher
574
+ def description; end
575
+ def does_not_match?(actual, &block); end
576
+ def expectation_of(value); end
577
+ def failure_message; end
578
+ def failure_message_expecting(value); end
579
+ def failure_message_when_negated; end
580
+ def failure_to_respond_explanation; end
581
+ def initialize(method_name, *args, **, &block); end
582
+ def matches?(actual, &block); end
583
+ def method_description; end
584
+ def predicate_accessible?; end
585
+ def predicate_matches?(value = nil); end
586
+ def predicate_method_name; end
587
+ def predicate_result; end
588
+ def private_predicate?; end
589
+ def root; end
590
+ def validity_message; end
591
+ include RSpec::Matchers::BuiltIn::BeHelpers
592
+ end
593
+ class RSpec::Matchers::BuiltIn::Has < RSpec::Matchers::BuiltIn::DynamicPredicate
594
+ def predicate; end
595
+ end
596
+ class RSpec::Matchers::BuiltIn::BePredicate < RSpec::Matchers::BuiltIn::DynamicPredicate
597
+ def failure_to_respond_explanation; end
598
+ def predicate; end
599
+ def predicate_accessible?; end
600
+ def predicate_method_name; end
601
+ def present_tense_predicate; end
602
+ end
603
+ class RSpec::Matchers::BuiltIn::BeWithin < RSpec::Matchers::BuiltIn::BaseMatcher
604
+ def description; end
605
+ def failure_message; end
606
+ def failure_message_when_negated; end
607
+ def initialize(delta); end
608
+ def matches?(actual); end
609
+ def needs_expected; end
610
+ def not_numeric_clause; end
611
+ def numeric?; end
612
+ def of(expected); end
613
+ def percent_of(expected); end
614
+ end
615
+ class RSpec::Matchers::BuiltIn::Change < RSpec::Matchers::BuiltIn::BaseMatcher
616
+ def by(expected_delta); end
617
+ def by_at_least(minimum); end
618
+ def by_at_most(maximum); end
619
+ def change_details; end
620
+ def description; end
621
+ def does_not_match?(event_proc); end
622
+ def failure_message; end
623
+ def failure_message_when_negated; end
624
+ def from(value); end
625
+ def initialize(receiver = nil, message = nil, &block); end
626
+ def matches?(event_proc); end
627
+ def negative_failure_reason; end
628
+ def perform_change(event_proc); end
629
+ def positive_failure_reason; end
630
+ def raise_block_syntax_error; end
631
+ def supports_block_expectations?; end
632
+ def supports_value_expectations?; end
633
+ def to(value); end
634
+ end
635
+ class RSpec::Matchers::BuiltIn::ChangeRelatively < RSpec::Matchers::BuiltIn::BaseMatcher
636
+ def description; end
637
+ def does_not_match?(_event_proc); end
638
+ def failure_message; end
639
+ def failure_reason; end
640
+ def initialize(change_details, expected_delta, relativity, &comparer); end
641
+ def matches?(event_proc); end
642
+ def supports_block_expectations?; end
643
+ def supports_value_expectations?; end
644
+ end
645
+ class RSpec::Matchers::BuiltIn::SpecificValuesChange < RSpec::Matchers::BuiltIn::BaseMatcher
646
+ def after_value_failure; end
647
+ def before_value_failure; end
648
+ def description; end
649
+ def did_change_failure; end
650
+ def did_not_change_failure; end
651
+ def failure_message; end
652
+ def initialize(change_details, from, to); end
653
+ def matches?(event_proc); end
654
+ def matches_after?; end
655
+ def not_given_a_block_failure; end
656
+ def perform_change(event_proc); end
657
+ def supports_block_expectations?; end
658
+ def supports_value_expectations?; end
659
+ end
660
+ class RSpec::Matchers::BuiltIn::ChangeFromValue < RSpec::Matchers::BuiltIn::SpecificValuesChange
661
+ def change_description; end
662
+ def does_not_match?(event_proc); end
663
+ def failure_message_when_negated; end
664
+ def initialize(change_details, expected_before); end
665
+ def to(value); end
666
+ end
667
+ class RSpec::Matchers::BuiltIn::ChangeToValue < RSpec::Matchers::BuiltIn::SpecificValuesChange
668
+ def change_description; end
669
+ def does_not_match?(_event_proc); end
670
+ def from(value); end
671
+ def initialize(change_details, expected_after); end
672
+ end
673
+ class RSpec::Matchers::BuiltIn::ChangeDetails
674
+ def actual_after; end
675
+ def actual_delta; end
676
+ def changed?; end
677
+ def evaluate_value_proc; end
678
+ def extract_value_block_snippet; end
679
+ def initialize(matcher_name, receiver = nil, message = nil, &block); end
680
+ def message_notation(receiver, message); end
681
+ def perform_change(event_proc); end
682
+ def value_representation; end
683
+ end
684
+ module RSpec::Matchers::BuiltIn::ChangeDetails::UNDEFINED
685
+ end
686
+ class RSpec::Matchers::BuiltIn::Compound < RSpec::Matchers::BuiltIn::BaseMatcher
687
+ def compound_failure_message; end
688
+ def description; end
689
+ def diffable?; end
690
+ def diffable_matcher_list; end
691
+ def diffable_matcher_list_for(matcher); end
692
+ def does_not_match?(_actual); end
693
+ def evaluator; end
694
+ def expected; end
695
+ def expects_call_stack_jump?; end
696
+ def indent_multiline_message(message); end
697
+ def initialize(matcher_1, matcher_2); end
698
+ def initialize_copy(other); end
699
+ def match(_expected, actual); end
700
+ def matcher_1; end
701
+ def matcher_1_matches?; end
702
+ def matcher_2; end
703
+ def matcher_2_matches?; end
704
+ def matcher_is_diffable?(matcher); end
705
+ def matcher_supports_block_expectations?(matcher); end
706
+ def matcher_supports_value_expectations?(matcher); end
707
+ def supports_block_expectations?; end
708
+ def supports_value_expectations?; end
709
+ end
710
+ class RSpec::Matchers::BuiltIn::Compound::SequentialEvaluator
711
+ def initialize(actual, *arg1); end
712
+ def matcher_matches?(matcher); end
713
+ end
714
+ class RSpec::Matchers::BuiltIn::Compound::NestedEvaluator
715
+ def initialize(actual, matcher_1, matcher_2); end
716
+ def inner_matcher_block(outer_args); end
717
+ def matcher_matches?(matcher); end
718
+ def order_block_matchers; end
719
+ def self.matcher_expects_call_stack_jump?(matcher); end
720
+ end
721
+ class RSpec::Matchers::BuiltIn::Compound::And < RSpec::Matchers::BuiltIn::Compound
722
+ def conjunction; end
723
+ def failure_message; end
724
+ def match(*arg0); end
725
+ end
726
+ class RSpec::Matchers::BuiltIn::Compound::Or < RSpec::Matchers::BuiltIn::Compound
727
+ def conjunction; end
728
+ def failure_message; end
729
+ def match(*arg0); end
730
+ end
731
+ class RSpec::Matchers::BuiltIn::ContainExactly < RSpec::Matchers::BuiltIn::BaseMatcher
732
+ def actual_collection_line; end
733
+ def best_solution; end
734
+ def convert_actual_to_an_array; end
735
+ def describe_collection(collection, surface_descriptions = nil); end
736
+ def description; end
737
+ def expected_collection_line; end
738
+ def extra_elements_line; end
739
+ def extra_items; end
740
+ def failure_message; end
741
+ def failure_message_when_negated; end
742
+ def generate_failure_message; end
743
+ def match(_expected, _actual); end
744
+ def match_when_sorted?; end
745
+ def message_line(prefix, collection, surface_descriptions = nil); end
746
+ def missing_elements_line; end
747
+ def missing_items; end
748
+ def pairings_maximizer; end
749
+ def safe_sort(array); end
750
+ def to_a_disallowed?(object); end
751
+ end
752
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer
753
+ def actual_to_expected_matched_indexes; end
754
+ def apply_pairing_to(indeterminates, original_matches, other_list_index); end
755
+ def best_solution_for_pairing(expected_index, actual_index); end
756
+ def categorize_indexes(indexes_to_categorize, other_indexes); end
757
+ def expected_to_actual_matched_indexes; end
758
+ def find_best_solution; end
759
+ def initialize(expected_to_actual_matched_indexes, actual_to_expected_matched_indexes); end
760
+ def reciprocal_single_match?(matches, index, other_list); end
761
+ def solution; end
762
+ end
763
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::Solution < Struct
764
+ def +(derived_candidate_solution); end
765
+ def candidate?; end
766
+ def ideal?; end
767
+ def indeterminate_actual_indexes; end
768
+ def indeterminate_actual_indexes=(_); end
769
+ def indeterminate_expected_indexes; end
770
+ def indeterminate_expected_indexes=(_); end
771
+ def self.[](*arg0); end
772
+ def self.inspect; end
773
+ def self.keyword_init?; end
774
+ def self.members; end
775
+ def self.new(*arg0); end
776
+ def unmatched_actual_indexes; end
777
+ def unmatched_actual_indexes=(_); end
778
+ def unmatched_expected_indexes; end
779
+ def unmatched_expected_indexes=(_); end
780
+ def unmatched_item_count; end
781
+ def worse_than?(other); end
782
+ end
783
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::NullSolution
784
+ def self.worse_than?(_other); end
785
+ end
786
+ class RSpec::Matchers::BuiltIn::Cover < RSpec::Matchers::BuiltIn::BaseMatcher
787
+ def does_not_match?(range); end
788
+ def initialize(*expected); end
789
+ def matches?(range); end
790
+ end
791
+ class RSpec::Matchers::BuiltIn::StartOrEndWith < RSpec::Matchers::BuiltIn::BaseMatcher
792
+ def description; end
793
+ def failure_message; end
794
+ def initialize(*expected); end
795
+ def match(_expected, actual); end
796
+ def subsets_comparable?; end
797
+ end
798
+ class RSpec::Matchers::BuiltIn::StartWith < RSpec::Matchers::BuiltIn::StartOrEndWith
799
+ def element_matches?; end
800
+ def subset_matches?; end
801
+ end
802
+ class RSpec::Matchers::BuiltIn::EndWith < RSpec::Matchers::BuiltIn::StartOrEndWith
803
+ def element_matches?; end
804
+ def subset_matches?; end
805
+ end
806
+ class RSpec::Matchers::BuiltIn::Eq < RSpec::Matchers::BuiltIn::BaseMatcher
807
+ def description; end
808
+ def diffable?; end
809
+ def failure_message; end
810
+ def failure_message_when_negated; end
811
+ def match(expected, actual); end
812
+ end
813
+ class RSpec::Matchers::BuiltIn::Eql < RSpec::Matchers::BuiltIn::BaseMatcher
814
+ def diffable?; end
815
+ def failure_message; end
816
+ def failure_message_when_negated; end
817
+ def match(expected, actual); end
818
+ end
819
+ class RSpec::Matchers::BuiltIn::Equal < RSpec::Matchers::BuiltIn::BaseMatcher
820
+ def actual_inspected; end
821
+ def detailed_failure_message; end
822
+ def diffable?; end
823
+ def expected_is_a_literal_singleton?; end
824
+ def failure_message; end
825
+ def failure_message_when_negated; end
826
+ def inspect_object(o); end
827
+ def match(expected, actual); end
828
+ def simple_failure_message; end
829
+ end
830
+ class RSpec::Matchers::BuiltIn::Exist < RSpec::Matchers::BuiltIn::BaseMatcher
831
+ def does_not_match?(actual); end
832
+ def failure_message; end
833
+ def failure_message_when_negated; end
834
+ def initialize(*expected); end
835
+ def matches?(actual); end
836
+ end
837
+ class Anonymous_Struct_4 < Struct
838
+ def actual; end
839
+ def actual=(_); end
840
+ def expected; end
841
+ def expected=(_); end
842
+ def self.[](*arg0); end
843
+ def self.inspect; end
844
+ def self.keyword_init?; end
845
+ def self.members; end
846
+ def self.new(*arg0); end
847
+ end
848
+ class RSpec::Matchers::BuiltIn::Exist::ExistenceTest < Anonymous_Struct_4
849
+ def actual_exists?; end
850
+ def deprecated(predicate, actual); end
851
+ def existence_values; end
852
+ def predicates; end
853
+ def uniq_truthy_values; end
854
+ def valid_test?; end
855
+ def validity_message; end
856
+ end
857
+ class RSpec::Matchers::BuiltIn::HaveAttributes < RSpec::Matchers::BuiltIn::BaseMatcher
858
+ def actual; end
859
+ def actual_has_attribute?(attribute_key, attribute_value); end
860
+ def cache_all_values; end
861
+ def description; end
862
+ def diffable?; end
863
+ def does_not_match?(actual); end
864
+ def failure_message; end
865
+ def failure_message_when_negated; end
866
+ def formatted_values; end
867
+ def initialize(expected); end
868
+ def matches?(actual); end
869
+ def perform_match(predicate); end
870
+ def respond_to_attributes?; end
871
+ def respond_to_failed; end
872
+ def respond_to_failure_message_or; end
873
+ def respond_to_matcher; end
874
+ end
875
+ module RSpec::Matchers::BuiltIn::CountExpectation
876
+ def at_least(number); end
877
+ def at_most(number); end
878
+ def count_constraint_to_number(n); end
879
+ def count_expectation_description; end
880
+ def count_expectation_type; end
881
+ def count_failure_reason(action); end
882
+ def cover?(count, number); end
883
+ def exactly(number); end
884
+ def expected_count; end
885
+ def expected_count_matches?(actual_count); end
886
+ def has_expected_count?; end
887
+ def human_readable_count(count); end
888
+ def human_readable_expectation_type; end
889
+ def once; end
890
+ def raise_impossible_count_expectation(count); end
891
+ def raise_unsupported_count_expectation; end
892
+ def set_expected_count(relativity, n); end
893
+ def thrice; end
894
+ def times; end
895
+ def twice; end
896
+ def unsupported_count_expectation?(relativity); end
897
+ end
898
+ class RSpec::Matchers::BuiltIn::Include < RSpec::Matchers::BuiltIn::BaseMatcher
899
+ def actual_collection_includes?(expected_item); end
900
+ def actual_hash_has_key?(expected_key); end
901
+ def actual_hash_includes?(expected_key, expected_value); end
902
+ def check_actual?(actual); end
903
+ def check_expected_count?; end
904
+ def comparing_hash_keys?(expected_item); end
905
+ def comparing_hash_to_a_subset?(expected_item); end
906
+ def convert_to_hash?(obj); end
907
+ def count_enumerable(expected_item); end
908
+ def count_inclusions; end
909
+ def description; end
910
+ def diff_would_wrongly_highlight_matched_item?; end
911
+ def diffable?; end
912
+ def does_not_match?(actual); end
913
+ def excluded_from_actual; end
914
+ def expected; end
915
+ def expecteds; end
916
+ def failure_message; end
917
+ def failure_message_when_negated; end
918
+ def format_failure_message(preposition); end
919
+ def initialize(*expecteds); end
920
+ def matches?(actual); end
921
+ def perform_match(&block); end
922
+ def readable_list_of(items); end
923
+ include RSpec::Matchers::BuiltIn::CountExpectation
924
+ end
925
+ class RSpec::Matchers::BuiltIn::All < RSpec::Matchers::BuiltIn::BaseMatcher
926
+ def add_new_line_if_needed(message); end
927
+ def description; end
928
+ def does_not_match?(_actual); end
929
+ def failed_objects; end
930
+ def failure_message; end
931
+ def failure_message_for_item(index, failure_message); end
932
+ def indent_multiline_message(message); end
933
+ def index_failed_objects; end
934
+ def initialize(matcher); end
935
+ def initialize_copy(other); end
936
+ def iterable?; end
937
+ def match(_expected, _actual); end
938
+ def matcher; end
939
+ end
940
+ class RSpec::Matchers::BuiltIn::Match < RSpec::Matchers::BuiltIn::BaseMatcher
941
+ def can_safely_call_match?(expected, actual); end
942
+ def description; end
943
+ def diffable?; end
944
+ def initialize(expected); end
945
+ def match(expected, actual); end
946
+ def match_captures(expected, actual); end
947
+ def with_captures(*captures); end
948
+ end
949
+ class RSpec::Matchers::BuiltIn::ReliableMatchData
950
+ def captures; end
951
+ def initialize(match_data); end
952
+ def match_data; end
953
+ def names; end
954
+ end
955
+ class RSpec::Matchers::BuiltIn::OperatorMatcher
956
+ def !=(_expected); end
957
+ def !~(_expected); end
958
+ def <(expected); end
959
+ def <=(expected); end
960
+ def ==(expected); end
961
+ def ===(expected); end
962
+ def =~(expected); end
963
+ def >(expected); end
964
+ def >=(expected); end
965
+ def description; end
966
+ def eval_match(actual, operator, expected); end
967
+ def fail_with_message(message); end
968
+ def has_non_generic_implementation_of?(op); end
969
+ def initialize(actual); end
970
+ def self.get(klass, operator); end
971
+ def self.register(klass, operator, matcher); end
972
+ def self.registry; end
973
+ def self.unregister(klass, operator); end
974
+ def self.use_custom_matcher_or_delegate(operator); end
975
+ end
976
+ class RSpec::Matchers::BuiltIn::PositiveOperatorMatcher < RSpec::Matchers::BuiltIn::OperatorMatcher
977
+ def __delegate_operator(actual, operator, expected); end
978
+ end
979
+ class RSpec::Matchers::BuiltIn::NegativeOperatorMatcher < RSpec::Matchers::BuiltIn::OperatorMatcher
980
+ def __delegate_operator(actual, operator, expected); end
981
+ end
982
+ class RSpec::Matchers::BuiltIn::Output < RSpec::Matchers::BuiltIn::BaseMatcher
983
+ def actual_output_description; end
984
+ def captured?; end
985
+ def description; end
986
+ def diffable?; end
987
+ def does_not_match?(block); end
988
+ def failure_message; end
989
+ def failure_message_when_negated; end
990
+ def initialize(expected); end
991
+ def matches?(block); end
992
+ def negative_failure_reason; end
993
+ def positive_failure_reason; end
994
+ def supports_block_expectations?; end
995
+ def supports_value_expectations?; end
996
+ def to_stderr; end
997
+ def to_stderr_from_any_process; end
998
+ def to_stdout; end
999
+ def to_stdout_from_any_process; end
1000
+ end
1001
+ module RSpec::Matchers::BuiltIn::NullCapture
1002
+ def self.capture(_block); end
1003
+ def self.name; end
1004
+ end
1005
+ module RSpec::Matchers::BuiltIn::CaptureStdout
1006
+ def self.capture(block); end
1007
+ def self.name; end
1008
+ end
1009
+ module RSpec::Matchers::BuiltIn::CaptureStderr
1010
+ def self.capture(block); end
1011
+ def self.name; end
1012
+ end
1013
+ class Anonymous_Struct_5 < Struct
1014
+ def name; end
1015
+ def name=(_); end
1016
+ def self.[](*arg0); end
1017
+ def self.inspect; end
1018
+ def self.keyword_init?; end
1019
+ def self.members; end
1020
+ def self.new(*arg0); end
1021
+ def stream; end
1022
+ def stream=(_); end
1023
+ end
1024
+ class RSpec::Matchers::BuiltIn::CaptureStreamToTempfile < Anonymous_Struct_5
1025
+ def capture(block); end
1026
+ end
1027
+ class RSpec::Matchers::BuiltIn::RaiseError
1028
+ def actual_error_message; end
1029
+ def block_matches?; end
1030
+ def description; end
1031
+ def does_not_match?(given_proc); end
1032
+ def error_and_message_match?; end
1033
+ def eval_block; end
1034
+ def expectation_matched?; end
1035
+ def expected_error; end
1036
+ def expecting_specific_exception?; end
1037
+ def expects_call_stack_jump?; end
1038
+ def failure_message; end
1039
+ def failure_message_when_negated; end
1040
+ def format_backtrace(backtrace); end
1041
+ def given_error; end
1042
+ def handle_warning(message); end
1043
+ def initialize(expected_error_or_message, expected_message, &block); end
1044
+ def matches?(given_proc, negative_expectation = nil, &block); end
1045
+ def raise_message_already_set; end
1046
+ def ready_to_eval_block?; end
1047
+ def supports_block_expectations?; end
1048
+ def supports_value_expectations?; end
1049
+ def verify_message; end
1050
+ def warn_about_bare_error!; end
1051
+ def warn_about_bare_error?; end
1052
+ def warn_about_negative_false_positive!(expression); end
1053
+ def warn_about_nil_error!; end
1054
+ def warn_about_nil_error?; end
1055
+ def warn_for_negative_false_positives!; end
1056
+ def warning; end
1057
+ def with_message(expected_message); end
1058
+ include RSpec::Matchers::Composable
1059
+ end
1060
+ class RSpec::Matchers::BuiltIn::RespondTo < RSpec::Matchers::BuiltIn::BaseMatcher
1061
+ def and_any_keywords; end
1062
+ def and_keywords(*keywords); end
1063
+ def and_unlimited_arguments; end
1064
+ def argument; end
1065
+ def arguments; end
1066
+ def description; end
1067
+ def does_not_match?(actual); end
1068
+ def failure_message; end
1069
+ def failure_message_when_negated; end
1070
+ def find_failing_method_names(actual, filter_method); end
1071
+ def ignoring_method_signature_failure!; end
1072
+ def initialize(*names); end
1073
+ def matches?(actual); end
1074
+ def matches_arity?(actual, name); end
1075
+ def pp_names; end
1076
+ def with(n); end
1077
+ def with_any_keywords; end
1078
+ def with_arity; end
1079
+ def with_arity_string; end
1080
+ def with_keywords(*keywords); end
1081
+ def with_keywords_string; end
1082
+ def with_unlimited_arguments; end
1083
+ end
1084
+ class RSpec::Matchers::BuiltIn::RespondTo::ArityCheck
1085
+ def initialize(expected_arity, expected_keywords, arbitrary_keywords, unlimited_arguments); end
1086
+ def matches?(actual, name); end
1087
+ def method_signature_for(actual, name); end
1088
+ def verifier_for(actual, name); end
1089
+ end
1090
+ class RSpec::Matchers::BuiltIn::Satisfy < RSpec::Matchers::BuiltIn::BaseMatcher
1091
+ def block_representation; end
1092
+ def description; end
1093
+ def extract_block_snippet; end
1094
+ def failure_message; end
1095
+ def failure_message_when_negated; end
1096
+ def initialize(description = nil, &block); end
1097
+ def matches?(actual, &block); end
1098
+ end
1099
+ class RSpec::Matchers::BuiltIn::ThrowSymbol
1100
+ def actual_result; end
1101
+ def caught; end
1102
+ def description; end
1103
+ def does_not_match?(given_proc); end
1104
+ def expected(symbol_desc = nil); end
1105
+ def expects_call_stack_jump?; end
1106
+ def failure_message; end
1107
+ def failure_message_when_negated; end
1108
+ def initialize(expected_symbol = nil, expected_arg = nil); end
1109
+ def matches?(given_proc); end
1110
+ def supports_block_expectations?; end
1111
+ def supports_value_expectations?; end
1112
+ def throw_description(symbol, arg); end
1113
+ include RSpec::Matchers::Composable
1114
+ end
1115
+ class RSpec::Matchers::BuiltIn::YieldProbe
1116
+ def assert_used!; end
1117
+ def assert_valid_expect_block!; end
1118
+ def has_block?; end
1119
+ def initialize(block, &callback); end
1120
+ def num_yields; end
1121
+ def num_yields=(arg0); end
1122
+ def probe; end
1123
+ def self.probe(block, &callback); end
1124
+ def single_yield_args; end
1125
+ def to_proc; end
1126
+ def yielded_args; end
1127
+ def yielded_args=(arg0); end
1128
+ def yielded_once?(matcher_name); end
1129
+ end
1130
+ class RSpec::Matchers::BuiltIn::YieldControl < RSpec::Matchers::BuiltIn::BaseMatcher
1131
+ def does_not_match?(block); end
1132
+ def failure_message; end
1133
+ def failure_message_when_negated; end
1134
+ def failure_reason; end
1135
+ def matches?(block); end
1136
+ def supports_block_expectations?; end
1137
+ def supports_value_expectations?; end
1138
+ include RSpec::Matchers::BuiltIn::CountExpectation
1139
+ end
1140
+ class RSpec::Matchers::BuiltIn::YieldWithNoArgs < RSpec::Matchers::BuiltIn::BaseMatcher
1141
+ def does_not_match?(block); end
1142
+ def failure_message; end
1143
+ def failure_message_when_negated; end
1144
+ def matches?(block); end
1145
+ def negative_failure_reason; end
1146
+ def positive_failure_reason; end
1147
+ def supports_block_expectations?; end
1148
+ def supports_value_expectations?; end
1149
+ end
1150
+ class RSpec::Matchers::BuiltIn::YieldWithArgs < RSpec::Matchers::BuiltIn::BaseMatcher
1151
+ def all_args_match?; end
1152
+ def args_currently_match?; end
1153
+ def description; end
1154
+ def does_not_match?(block); end
1155
+ def expected_arg_description; end
1156
+ def failure_message; end
1157
+ def failure_message_when_negated; end
1158
+ def initialize(*args); end
1159
+ def matches?(block); end
1160
+ def negative_failure_reason; end
1161
+ def positive_failure_reason; end
1162
+ def supports_block_expectations?; end
1163
+ def supports_value_expectations?; end
1164
+ end
1165
+ class RSpec::Matchers::BuiltIn::YieldSuccessiveArgs < RSpec::Matchers::BuiltIn::BaseMatcher
1166
+ def description; end
1167
+ def does_not_match?(block); end
1168
+ def expected_arg_description; end
1169
+ def failure_message; end
1170
+ def failure_message_when_negated; end
1171
+ def initialize(*args); end
1172
+ def matches?(block); end
1173
+ def negative_failure_reason; end
1174
+ def positive_failure_reason; end
1175
+ def supports_block_expectations?; end
1176
+ def supports_value_expectations?; end
1177
+ end