ech_config 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/ci.yml +34 -0
  3. data/.gitignore +16 -0
  4. data/.rubocop.yml +34 -0
  5. data/.ruby-version +1 -0
  6. data/Gemfile +17 -0
  7. data/Gemfile.lock +73 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +22 -0
  10. data/Rakefile +16 -0
  11. data/ech_config.gemspec +24 -0
  12. data/example/README.md +9 -0
  13. data/example/well_known_url_client.rb +29 -0
  14. data/lib/ech_config/ech_config_contents/extensions.rb +24 -0
  15. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_kem_id.rb +24 -0
  16. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_public_key.rb +22 -0
  17. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite/hpke_aead_id.rb +24 -0
  18. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite/hpke_kdf_id.rb +24 -0
  19. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite.rb +41 -0
  20. data/lib/ech_config/ech_config_contents/hpke_key_config.rb +82 -0
  21. data/lib/ech_config/ech_config_contents.rb +78 -0
  22. data/lib/ech_config/error.rb +11 -0
  23. data/lib/ech_config/version.rb +6 -0
  24. data/lib/ech_config.rb +62 -0
  25. data/sorbet/config +3 -0
  26. data/sorbet/rbi/gems/ast.rbi +49 -0
  27. data/sorbet/rbi/gems/byebug.rbi +1041 -0
  28. data/sorbet/rbi/gems/ech_config.rbi +22 -0
  29. data/sorbet/rbi/gems/parallel.rbi +86 -0
  30. data/sorbet/rbi/gems/parser.rbi +1477 -0
  31. data/sorbet/rbi/gems/rainbow.rbi +122 -0
  32. data/sorbet/rbi/gems/rake.rbi +646 -0
  33. data/sorbet/rbi/gems/regexp_parser.rbi +984 -0
  34. data/sorbet/rbi/gems/rexml.rbi +599 -0
  35. data/sorbet/rbi/gems/rspec-core.rbi +1947 -0
  36. data/sorbet/rbi/gems/rspec-expectations.rbi +1178 -0
  37. data/sorbet/rbi/gems/rspec-mocks.rbi +1096 -0
  38. data/sorbet/rbi/gems/rspec-support.rbi +282 -0
  39. data/sorbet/rbi/gems/rspec.rbi +15 -0
  40. data/sorbet/rbi/gems/rubocop-ast.rbi +1399 -0
  41. data/sorbet/rbi/gems/rubocop-sorbet.rbi +218 -0
  42. data/sorbet/rbi/gems/rubocop.rbi +9351 -0
  43. data/sorbet/rbi/gems/ruby-progressbar.rbi +304 -0
  44. data/sorbet/rbi/gems/unicode-display_width.rbi +23 -0
  45. data/sorbet/rbi/gems/webrick.rbi +662 -0
  46. data/sorbet/rbi/hidden-definitions/errors.txt +22890 -0
  47. data/sorbet/rbi/hidden-definitions/hidden.rbi +12118 -0
  48. data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +276 -0
  49. data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +645 -0
  50. data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +24 -0
  51. data/sorbet/rbi/sorbet-typed/lib/rubocop/>=1.8/rubocop.rbi +12 -0
  52. data/sorbet/rbi/todo.rbi +6 -0
  53. data/spec/hpke_key_config_spec.rb +32 -0
  54. data/spec/spec_helper.rb +6 -0
  55. metadata +126 -0
@@ -0,0 +1,1178 @@
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.1
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_1
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 matches?(actual); end
746
+ def message_line(prefix, collection, surface_descriptions = nil); end
747
+ def missing_elements_line; end
748
+ def missing_items; end
749
+ def pairings_maximizer; end
750
+ def safe_sort(array); end
751
+ def to_a_disallowed?(object); end
752
+ end
753
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer
754
+ def actual_to_expected_matched_indexes; end
755
+ def apply_pairing_to(indeterminates, original_matches, other_list_index); end
756
+ def best_solution_for_pairing(expected_index, actual_index); end
757
+ def categorize_indexes(indexes_to_categorize, other_indexes); end
758
+ def expected_to_actual_matched_indexes; end
759
+ def find_best_solution; end
760
+ def initialize(expected_to_actual_matched_indexes, actual_to_expected_matched_indexes); end
761
+ def reciprocal_single_match?(matches, index, other_list); end
762
+ def solution; end
763
+ end
764
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::Solution < Struct
765
+ def +(derived_candidate_solution); end
766
+ def candidate?; end
767
+ def ideal?; end
768
+ def indeterminate_actual_indexes; end
769
+ def indeterminate_actual_indexes=(_); end
770
+ def indeterminate_expected_indexes; end
771
+ def indeterminate_expected_indexes=(_); end
772
+ def self.[](*arg0); end
773
+ def self.inspect; end
774
+ def self.keyword_init?; end
775
+ def self.members; end
776
+ def self.new(*arg0); end
777
+ def unmatched_actual_indexes; end
778
+ def unmatched_actual_indexes=(_); end
779
+ def unmatched_expected_indexes; end
780
+ def unmatched_expected_indexes=(_); end
781
+ def unmatched_item_count; end
782
+ def worse_than?(other); end
783
+ end
784
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::NullSolution
785
+ def self.worse_than?(_other); end
786
+ end
787
+ class RSpec::Matchers::BuiltIn::Cover < RSpec::Matchers::BuiltIn::BaseMatcher
788
+ def does_not_match?(range); end
789
+ def initialize(*expected); end
790
+ def matches?(range); end
791
+ end
792
+ class RSpec::Matchers::BuiltIn::StartOrEndWith < RSpec::Matchers::BuiltIn::BaseMatcher
793
+ def description; end
794
+ def failure_message; end
795
+ def initialize(*expected); end
796
+ def match(_expected, actual); end
797
+ def subsets_comparable?; end
798
+ end
799
+ class RSpec::Matchers::BuiltIn::StartWith < RSpec::Matchers::BuiltIn::StartOrEndWith
800
+ def element_matches?; end
801
+ def subset_matches?; end
802
+ end
803
+ class RSpec::Matchers::BuiltIn::EndWith < RSpec::Matchers::BuiltIn::StartOrEndWith
804
+ def element_matches?; end
805
+ def subset_matches?; end
806
+ end
807
+ class RSpec::Matchers::BuiltIn::Eq < RSpec::Matchers::BuiltIn::BaseMatcher
808
+ def description; end
809
+ def diffable?; end
810
+ def failure_message; end
811
+ def failure_message_when_negated; end
812
+ def match(expected, actual); end
813
+ end
814
+ class RSpec::Matchers::BuiltIn::Eql < RSpec::Matchers::BuiltIn::BaseMatcher
815
+ def diffable?; end
816
+ def failure_message; end
817
+ def failure_message_when_negated; end
818
+ def match(expected, actual); end
819
+ end
820
+ class RSpec::Matchers::BuiltIn::Equal < RSpec::Matchers::BuiltIn::BaseMatcher
821
+ def actual_inspected; end
822
+ def detailed_failure_message; end
823
+ def diffable?; end
824
+ def expected_is_a_literal_singleton?; end
825
+ def failure_message; end
826
+ def failure_message_when_negated; end
827
+ def inspect_object(o); end
828
+ def match(expected, actual); end
829
+ def simple_failure_message; end
830
+ end
831
+ class RSpec::Matchers::BuiltIn::Exist < RSpec::Matchers::BuiltIn::BaseMatcher
832
+ def does_not_match?(actual); end
833
+ def failure_message; end
834
+ def failure_message_when_negated; end
835
+ def initialize(*expected); end
836
+ def matches?(actual); end
837
+ end
838
+ class Anonymous_Struct_2 < Struct
839
+ def actual; end
840
+ def actual=(_); end
841
+ def expected; end
842
+ def expected=(_); end
843
+ def self.[](*arg0); end
844
+ def self.inspect; end
845
+ def self.keyword_init?; end
846
+ def self.members; end
847
+ def self.new(*arg0); end
848
+ end
849
+ class RSpec::Matchers::BuiltIn::Exist::ExistenceTest < Anonymous_Struct_2
850
+ def actual_exists?; end
851
+ def deprecated(predicate, actual); end
852
+ def existence_values; end
853
+ def predicates; end
854
+ def uniq_truthy_values; end
855
+ def valid_test?; end
856
+ def validity_message; end
857
+ end
858
+ class RSpec::Matchers::BuiltIn::HaveAttributes < RSpec::Matchers::BuiltIn::BaseMatcher
859
+ def actual; end
860
+ def actual_has_attribute?(attribute_key, attribute_value); end
861
+ def cache_all_values; end
862
+ def description; end
863
+ def diffable?; end
864
+ def does_not_match?(actual); end
865
+ def failure_message; end
866
+ def failure_message_when_negated; end
867
+ def formatted_values; end
868
+ def initialize(expected); end
869
+ def matches?(actual); end
870
+ def perform_match(predicate); end
871
+ def respond_to_attributes?; end
872
+ def respond_to_failed; end
873
+ def respond_to_failure_message_or; end
874
+ def respond_to_matcher; end
875
+ end
876
+ module RSpec::Matchers::BuiltIn::CountExpectation
877
+ def at_least(number); end
878
+ def at_most(number); end
879
+ def count_constraint_to_number(n); end
880
+ def count_expectation_description; end
881
+ def count_expectation_type; end
882
+ def count_failure_reason(action); end
883
+ def cover?(count, number); end
884
+ def exactly(number); end
885
+ def expected_count; end
886
+ def expected_count_matches?(actual_count); end
887
+ def has_expected_count?; end
888
+ def human_readable_count(count); end
889
+ def human_readable_expectation_type; end
890
+ def once; end
891
+ def raise_impossible_count_expectation(count); end
892
+ def raise_unsupported_count_expectation; end
893
+ def set_expected_count(relativity, n); end
894
+ def thrice; end
895
+ def times; end
896
+ def twice; end
897
+ def unsupported_count_expectation?(relativity); end
898
+ end
899
+ class RSpec::Matchers::BuiltIn::Include < RSpec::Matchers::BuiltIn::BaseMatcher
900
+ def actual_collection_includes?(expected_item); end
901
+ def actual_hash_has_key?(expected_key); end
902
+ def actual_hash_includes?(expected_key, expected_value); end
903
+ def check_actual?(actual); end
904
+ def check_expected_count?; end
905
+ def comparing_hash_keys?(expected_item); end
906
+ def comparing_hash_to_a_subset?(expected_item); end
907
+ def convert_to_hash?(obj); end
908
+ def count_enumerable(expected_item); end
909
+ def count_inclusions; end
910
+ def description; end
911
+ def diff_would_wrongly_highlight_matched_item?; end
912
+ def diffable?; end
913
+ def does_not_match?(actual); end
914
+ def excluded_from_actual; end
915
+ def expected; end
916
+ def expecteds; end
917
+ def failure_message; end
918
+ def failure_message_when_negated; end
919
+ def format_failure_message(preposition); end
920
+ def initialize(*expecteds); end
921
+ def matches?(actual); end
922
+ def perform_match(&block); end
923
+ def readable_list_of(items); end
924
+ include RSpec::Matchers::BuiltIn::CountExpectation
925
+ end
926
+ class RSpec::Matchers::BuiltIn::All < RSpec::Matchers::BuiltIn::BaseMatcher
927
+ def add_new_line_if_needed(message); end
928
+ def description; end
929
+ def does_not_match?(_actual); end
930
+ def failed_objects; end
931
+ def failure_message; end
932
+ def failure_message_for_item(index, failure_message); end
933
+ def indent_multiline_message(message); end
934
+ def index_failed_objects; end
935
+ def initialize(matcher); end
936
+ def initialize_copy(other); end
937
+ def iterable?; end
938
+ def match(_expected, _actual); end
939
+ def matcher; end
940
+ end
941
+ class RSpec::Matchers::BuiltIn::Match < RSpec::Matchers::BuiltIn::BaseMatcher
942
+ def can_safely_call_match?(expected, actual); end
943
+ def description; end
944
+ def diffable?; end
945
+ def initialize(expected); end
946
+ def match(expected, actual); end
947
+ def match_captures(expected, actual); end
948
+ def with_captures(*captures); end
949
+ end
950
+ class RSpec::Matchers::BuiltIn::ReliableMatchData
951
+ def captures; end
952
+ def initialize(match_data); end
953
+ def match_data; end
954
+ def names; end
955
+ end
956
+ class RSpec::Matchers::BuiltIn::OperatorMatcher
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 >=(expected); end
966
+ def description; end
967
+ def eval_match(actual, operator, expected); end
968
+ def fail_with_message(message); end
969
+ def has_non_generic_implementation_of?(op); end
970
+ def initialize(actual); end
971
+ def self.get(klass, operator); end
972
+ def self.register(klass, operator, matcher); end
973
+ def self.registry; end
974
+ def self.unregister(klass, operator); end
975
+ def self.use_custom_matcher_or_delegate(operator); end
976
+ end
977
+ class RSpec::Matchers::BuiltIn::PositiveOperatorMatcher < RSpec::Matchers::BuiltIn::OperatorMatcher
978
+ def __delegate_operator(actual, operator, expected); end
979
+ end
980
+ class RSpec::Matchers::BuiltIn::NegativeOperatorMatcher < RSpec::Matchers::BuiltIn::OperatorMatcher
981
+ def __delegate_operator(actual, operator, expected); end
982
+ end
983
+ class RSpec::Matchers::BuiltIn::Output < RSpec::Matchers::BuiltIn::BaseMatcher
984
+ def actual_output_description; end
985
+ def captured?; end
986
+ def description; end
987
+ def diffable?; end
988
+ def does_not_match?(block); end
989
+ def failure_message; end
990
+ def failure_message_when_negated; end
991
+ def initialize(expected); end
992
+ def matches?(block); end
993
+ def negative_failure_reason; end
994
+ def positive_failure_reason; end
995
+ def supports_block_expectations?; end
996
+ def supports_value_expectations?; end
997
+ def to_stderr; end
998
+ def to_stderr_from_any_process; end
999
+ def to_stdout; end
1000
+ def to_stdout_from_any_process; end
1001
+ end
1002
+ module RSpec::Matchers::BuiltIn::NullCapture
1003
+ def self.capture(_block); end
1004
+ def self.name; end
1005
+ end
1006
+ module RSpec::Matchers::BuiltIn::CaptureStdout
1007
+ def self.capture(block); end
1008
+ def self.name; end
1009
+ end
1010
+ module RSpec::Matchers::BuiltIn::CaptureStderr
1011
+ def self.capture(block); end
1012
+ def self.name; end
1013
+ end
1014
+ class Anonymous_Struct_3 < Struct
1015
+ def name; end
1016
+ def name=(_); end
1017
+ def self.[](*arg0); end
1018
+ def self.inspect; end
1019
+ def self.keyword_init?; end
1020
+ def self.members; end
1021
+ def self.new(*arg0); end
1022
+ def stream; end
1023
+ def stream=(_); end
1024
+ end
1025
+ class RSpec::Matchers::BuiltIn::CaptureStreamToTempfile < Anonymous_Struct_3
1026
+ def capture(block); end
1027
+ end
1028
+ class RSpec::Matchers::BuiltIn::RaiseError
1029
+ def actual_error_message; end
1030
+ def block_matches?; end
1031
+ def description; end
1032
+ def does_not_match?(given_proc); end
1033
+ def error_and_message_match?; end
1034
+ def eval_block; end
1035
+ def expectation_matched?; end
1036
+ def expected_error; end
1037
+ def expecting_specific_exception?; end
1038
+ def expects_call_stack_jump?; end
1039
+ def failure_message; end
1040
+ def failure_message_when_negated; end
1041
+ def format_backtrace(backtrace); end
1042
+ def given_error; end
1043
+ def handle_warning(message); end
1044
+ def initialize(expected_error_or_message, expected_message, &block); end
1045
+ def matches?(given_proc, negative_expectation = nil, &block); end
1046
+ def raise_message_already_set; end
1047
+ def ready_to_eval_block?; end
1048
+ def supports_block_expectations?; end
1049
+ def supports_value_expectations?; end
1050
+ def verify_message; end
1051
+ def warn_about_bare_error!; end
1052
+ def warn_about_bare_error?; end
1053
+ def warn_about_negative_false_positive!(expression); end
1054
+ def warn_about_nil_error!; end
1055
+ def warn_about_nil_error?; end
1056
+ def warn_for_negative_false_positives!; end
1057
+ def warning; end
1058
+ def with_message(expected_message); end
1059
+ include RSpec::Matchers::Composable
1060
+ end
1061
+ class RSpec::Matchers::BuiltIn::RespondTo < RSpec::Matchers::BuiltIn::BaseMatcher
1062
+ def and_any_keywords; end
1063
+ def and_keywords(*keywords); end
1064
+ def and_unlimited_arguments; end
1065
+ def argument; end
1066
+ def arguments; end
1067
+ def description; end
1068
+ def does_not_match?(actual); end
1069
+ def failure_message; end
1070
+ def failure_message_when_negated; end
1071
+ def find_failing_method_names(actual, filter_method); end
1072
+ def ignoring_method_signature_failure!; end
1073
+ def initialize(*names); end
1074
+ def matches?(actual); end
1075
+ def matches_arity?(actual, name); end
1076
+ def pp_names; end
1077
+ def with(n); end
1078
+ def with_any_keywords; end
1079
+ def with_arity; end
1080
+ def with_arity_string; end
1081
+ def with_keywords(*keywords); end
1082
+ def with_keywords_string; end
1083
+ def with_unlimited_arguments; end
1084
+ end
1085
+ class RSpec::Matchers::BuiltIn::RespondTo::ArityCheck
1086
+ def initialize(expected_arity, expected_keywords, arbitrary_keywords, unlimited_arguments); end
1087
+ def matches?(actual, name); end
1088
+ def method_signature_for(actual, name); end
1089
+ def verifier_for(actual, name); end
1090
+ end
1091
+ class RSpec::Matchers::BuiltIn::Satisfy < RSpec::Matchers::BuiltIn::BaseMatcher
1092
+ def block_representation; end
1093
+ def description; end
1094
+ def extract_block_snippet; end
1095
+ def failure_message; end
1096
+ def failure_message_when_negated; end
1097
+ def initialize(description = nil, &block); end
1098
+ def matches?(actual, &block); end
1099
+ end
1100
+ class RSpec::Matchers::BuiltIn::ThrowSymbol
1101
+ def actual_result; end
1102
+ def caught; end
1103
+ def description; end
1104
+ def does_not_match?(given_proc); end
1105
+ def expected(symbol_desc = nil); end
1106
+ def expects_call_stack_jump?; end
1107
+ def failure_message; end
1108
+ def failure_message_when_negated; end
1109
+ def initialize(expected_symbol = nil, expected_arg = nil); end
1110
+ def matches?(given_proc); end
1111
+ def supports_block_expectations?; end
1112
+ def supports_value_expectations?; end
1113
+ def throw_description(symbol, arg); end
1114
+ include RSpec::Matchers::Composable
1115
+ end
1116
+ class RSpec::Matchers::BuiltIn::YieldProbe
1117
+ def assert_used!; end
1118
+ def assert_valid_expect_block!; end
1119
+ def has_block?; end
1120
+ def initialize(block, &callback); end
1121
+ def num_yields; end
1122
+ def num_yields=(arg0); end
1123
+ def probe; end
1124
+ def self.probe(block, &callback); end
1125
+ def single_yield_args; end
1126
+ def to_proc; end
1127
+ def yielded_args; end
1128
+ def yielded_args=(arg0); end
1129
+ def yielded_once?(matcher_name); end
1130
+ end
1131
+ class RSpec::Matchers::BuiltIn::YieldControl < RSpec::Matchers::BuiltIn::BaseMatcher
1132
+ def does_not_match?(block); end
1133
+ def failure_message; end
1134
+ def failure_message_when_negated; end
1135
+ def failure_reason; end
1136
+ def matches?(block); end
1137
+ def supports_block_expectations?; end
1138
+ def supports_value_expectations?; end
1139
+ include RSpec::Matchers::BuiltIn::CountExpectation
1140
+ end
1141
+ class RSpec::Matchers::BuiltIn::YieldWithNoArgs < RSpec::Matchers::BuiltIn::BaseMatcher
1142
+ def does_not_match?(block); end
1143
+ def failure_message; end
1144
+ def failure_message_when_negated; end
1145
+ def matches?(block); end
1146
+ def negative_failure_reason; end
1147
+ def positive_failure_reason; end
1148
+ def supports_block_expectations?; end
1149
+ def supports_value_expectations?; end
1150
+ end
1151
+ class RSpec::Matchers::BuiltIn::YieldWithArgs < RSpec::Matchers::BuiltIn::BaseMatcher
1152
+ def all_args_match?; end
1153
+ def args_currently_match?; end
1154
+ def description; end
1155
+ def does_not_match?(block); end
1156
+ def expected_arg_description; end
1157
+ def failure_message; end
1158
+ def failure_message_when_negated; end
1159
+ def initialize(*args); end
1160
+ def matches?(block); end
1161
+ def negative_failure_reason; end
1162
+ def positive_failure_reason; end
1163
+ def supports_block_expectations?; end
1164
+ def supports_value_expectations?; end
1165
+ end
1166
+ class RSpec::Matchers::BuiltIn::YieldSuccessiveArgs < RSpec::Matchers::BuiltIn::BaseMatcher
1167
+ def description; end
1168
+ def does_not_match?(block); end
1169
+ def expected_arg_description; end
1170
+ def failure_message; end
1171
+ def failure_message_when_negated; end
1172
+ def initialize(*args); end
1173
+ def matches?(block); end
1174
+ def negative_failure_reason; end
1175
+ def positive_failure_reason; end
1176
+ def supports_block_expectations?; end
1177
+ def supports_value_expectations?; end
1178
+ end