ledger_tiller_export 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.
Files changed (50) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +5 -0
  5. data/CODE_OF_CONDUCT.md +74 -0
  6. data/Gemfile +6 -0
  7. data/Gemfile.lock +91 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +162 -0
  10. data/Rakefile +6 -0
  11. data/bin/console +14 -0
  12. data/bin/setup +8 -0
  13. data/ledger_tiller_export.gemspec +32 -0
  14. data/lib/ledger_tiller_export.rb +180 -0
  15. data/lib/ledger_tiller_export/version.rb +4 -0
  16. data/sorbet/config +2 -0
  17. data/sorbet/rbi/gems/addressable.rbi +199 -0
  18. data/sorbet/rbi/gems/declarative-option.rbi +24 -0
  19. data/sorbet/rbi/gems/declarative.rbi +75 -0
  20. data/sorbet/rbi/gems/faraday.rbi +316 -0
  21. data/sorbet/rbi/gems/google-api-client.rbi +4822 -0
  22. data/sorbet/rbi/gems/google_drive.rbi +360 -0
  23. data/sorbet/rbi/gems/googleauth.rbi +172 -0
  24. data/sorbet/rbi/gems/httpclient.rbi +810 -0
  25. data/sorbet/rbi/gems/jwt.rbi +68 -0
  26. data/sorbet/rbi/gems/ledger_gen.rbi +39 -0
  27. data/sorbet/rbi/gems/memoist.rbi +42 -0
  28. data/sorbet/rbi/gems/mini_mime.rbi +52 -0
  29. data/sorbet/rbi/gems/multi_json.rbi +62 -0
  30. data/sorbet/rbi/gems/multipart-post.rbi +53 -0
  31. data/sorbet/rbi/gems/nokogiri.rbi +1007 -0
  32. data/sorbet/rbi/gems/os.rbi +46 -0
  33. data/sorbet/rbi/gems/public_suffix.rbi +18 -0
  34. data/sorbet/rbi/gems/rake.rbi +636 -0
  35. data/sorbet/rbi/gems/representable.rbi +276 -0
  36. data/sorbet/rbi/gems/retriable.rbi +21 -0
  37. data/sorbet/rbi/gems/rspec-core.rbi +194 -0
  38. data/sorbet/rbi/gems/rspec-expectations.rbi +859 -0
  39. data/sorbet/rbi/gems/rspec-mocks.rbi +192 -0
  40. data/sorbet/rbi/gems/rspec-support.rbi +38 -0
  41. data/sorbet/rbi/gems/rspec.rbi +15 -0
  42. data/sorbet/rbi/gems/signet.rbi +121 -0
  43. data/sorbet/rbi/gems/uber.rbi +26 -0
  44. data/sorbet/rbi/hidden-definitions/errors.txt +6574 -0
  45. data/sorbet/rbi/hidden-definitions/hidden.rbi +11607 -0
  46. data/sorbet/rbi/sorbet-typed/lib/bundler/all/bundler.rbi +8684 -0
  47. data/sorbet/rbi/sorbet-typed/lib/ruby/all/gem.rbi +4222 -0
  48. data/sorbet/rbi/sorbet-typed/lib/ruby/all/open3.rbi +111 -0
  49. data/sorbet/rbi/sorbet-typed/lib/ruby/all/resolv.rbi +543 -0
  50. metadata +190 -0
@@ -0,0 +1,859 @@
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.9.2
11
+
12
+ module RSpec::Support
13
+ def self.require_rspec_expectations(f); end
14
+ def self.require_rspec_matchers(f); end
15
+ end
16
+ module RSpec
17
+ end
18
+ module RSpec::Matchers
19
+ def a_block_changing(*args, &block); end
20
+ def a_block_outputting(*args, &block); end
21
+ def a_block_raising(*args, &block); end
22
+ def a_block_throwing(*args, &block); end
23
+ def a_block_yielding_control(*args, &block); end
24
+ def a_block_yielding_successive_args(*args, &block); end
25
+ def a_block_yielding_with_args(*args, &block); end
26
+ def a_block_yielding_with_no_args(*args, &block); end
27
+ def a_collection_containing_exactly(*args, &block); end
28
+ def a_collection_ending_with(*args, &block); end
29
+ def a_collection_including(*args, &block); end
30
+ def a_collection_starting_with(*args, &block); end
31
+ def a_falsey_value(*args, &block); end
32
+ def a_falsy_value(*args, &block); end
33
+ def a_hash_including(*args, &block); end
34
+ def a_kind_of(*args, &block); end
35
+ def a_nil_value(*args, &block); end
36
+ def a_range_covering(*args, &block); end
37
+ def a_string_ending_with(*args, &block); end
38
+ def a_string_including(*args, &block); end
39
+ def a_string_matching(*args, &block); end
40
+ def a_string_starting_with(*args, &block); end
41
+ def a_truthy_value(*args, &block); end
42
+ def a_value(*args, &block); end
43
+ def a_value_between(*args, &block); end
44
+ def a_value_within(*args, &block); end
45
+ def aggregate_failures(label = nil, metadata = nil, &block); end
46
+ def all(expected); end
47
+ def an_instance_of(*args, &block); end
48
+ def an_object_eq_to(*args, &block); end
49
+ def an_object_eql_to(*args, &block); end
50
+ def an_object_equal_to(*args, &block); end
51
+ def an_object_existing(*args, &block); end
52
+ def an_object_having_attributes(*args, &block); end
53
+ def an_object_matching(*args, &block); end
54
+ def an_object_responding_to(*args, &block); end
55
+ def an_object_satisfying(*args, &block); end
56
+ def be(*args); end
57
+ def be_a(klass); end
58
+ def be_a_kind_of(expected); end
59
+ def be_an(klass); end
60
+ def be_an_instance_of(expected); end
61
+ def be_between(min, max); end
62
+ def be_falsey; end
63
+ def be_falsy(*args, &block); end
64
+ def be_instance_of(expected); end
65
+ def be_kind_of(expected); end
66
+ def be_nil; end
67
+ def be_truthy; end
68
+ def be_within(delta); end
69
+ def change(receiver = nil, message = nil, &block); end
70
+ def changing(*args, &block); end
71
+ def contain_exactly(*items); end
72
+ def containing_exactly(*args, &block); end
73
+ def cover(*values); end
74
+ def covering(*args, &block); end
75
+ def end_with(*expected); end
76
+ def ending_with(*args, &block); end
77
+ def eq(expected); end
78
+ def eq_to(*args, &block); end
79
+ def eql(expected); end
80
+ def eql_to(*args, &block); end
81
+ def equal(expected); end
82
+ def equal_to(*args, &block); end
83
+ def exist(*args); end
84
+ def existing(*args, &block); end
85
+ def have_attributes(expected); end
86
+ def having_attributes(*args, &block); end
87
+ def include(*expected); end
88
+ def including(*args, &block); end
89
+ def match(expected); end
90
+ def match_array(items); end
91
+ def match_regex(*args, &block); end
92
+ def matching(*args, &block); end
93
+ def method_missing(method, *args, &block); end
94
+ def output(expected = nil); end
95
+ def raise_error(error = nil, message = nil, &block); end
96
+ def raise_exception(error = nil, message = nil, &block); end
97
+ def raising(*args, &block); end
98
+ def respond_to(*names); end
99
+ def respond_to_missing?(method, *arg1); end
100
+ def responding_to(*args, &block); end
101
+ def satisfy(description = nil, &block); end
102
+ def satisfying(*args, &block); end
103
+ def self.alias_matcher(*args, &block); end
104
+ def self.configuration; end
105
+ def self.is_a_describable_matcher?(obj); end
106
+ def self.is_a_matcher?(obj); end
107
+ def start_with(*expected); end
108
+ def starting_with(*args, &block); end
109
+ def throw_symbol(expected_symbol = nil, expected_arg = nil); end
110
+ def throwing(*args, &block); end
111
+ def within(*args, &block); end
112
+ def yield_control; end
113
+ def yield_successive_args(*args); end
114
+ def yield_with_args(*args); end
115
+ def yield_with_no_args; end
116
+ def yielding_control(*args, &block); end
117
+ def yielding_successive_args(*args, &block); end
118
+ def yielding_with_args(*args, &block); end
119
+ def yielding_with_no_args(*args, &block); end
120
+ extend RSpec::Matchers::DSL
121
+ end
122
+ module RSpec::Expectations
123
+ end
124
+ class RSpec::Expectations::ExpectationNotMetError < Exception
125
+ end
126
+ class RSpec::Expectations::MultipleExpectationsNotMetError < RSpec::Expectations::ExpectationNotMetError
127
+ def aggregation_block_label; end
128
+ def aggregation_metadata; end
129
+ def all_exceptions; end
130
+ def block_description; end
131
+ def enumerated(exceptions, index_offset); end
132
+ def enumerated_errors; end
133
+ def enumerated_failures; end
134
+ def exception_count_description; end
135
+ def failures; end
136
+ def indentation; end
137
+ def indented(failure_message, index); end
138
+ def index_label(index); end
139
+ def initialize(failure_aggregator); end
140
+ def longest_index_label_width; end
141
+ def message; end
142
+ def other_errors; end
143
+ def pluralize(noun, count); end
144
+ def summary; end
145
+ def width_of_label(index); end
146
+ end
147
+ class RSpec::Expectations::BlockSnippetExtractor
148
+ def beginning_line_number; end
149
+ def block_token_extractor; end
150
+ def body_content_lines; end
151
+ def file_path; end
152
+ def initialize(proc, method_name); end
153
+ def method_name; end
154
+ def proc; end
155
+ def raw_body_lines; end
156
+ def raw_body_snippet; end
157
+ def self.try_extracting_single_line_body_of(proc, method_name); end
158
+ def source; end
159
+ def source_location; end
160
+ end
161
+ class RSpec::Expectations::BlockSnippetExtractor::Error < StandardError
162
+ end
163
+ class RSpec::Expectations::BlockSnippetExtractor::TargetNotFoundError < RSpec::Expectations::BlockSnippetExtractor::Error
164
+ end
165
+ class RSpec::Expectations::BlockSnippetExtractor::AmbiguousTargetError < RSpec::Expectations::BlockSnippetExtractor::Error
166
+ end
167
+ class RSpec::Expectations::BlockSnippetExtractor::BlockTokenExtractor < Struct
168
+ def after_beginning_of_args_state(token); end
169
+ def after_beginning_of_body_state(token); end
170
+ def after_method_call_state(token); end
171
+ def after_opener_state(token); end
172
+ def beginning_line_number; end
173
+ def beginning_line_number=(_); end
174
+ def block_locator; end
175
+ def body_tokens; end
176
+ def correct_block?(body_tokens); end
177
+ def finalize_pending_tokens!; end
178
+ def finish!; end
179
+ def finish_or_find_next_block_if_incorrect!; end
180
+ def handle_closer_token(token); end
181
+ def handle_opener_token(token); end
182
+ def initial_state(token); end
183
+ def initialize(*arg0); end
184
+ def invoke_state_handler(token); end
185
+ def method_name; end
186
+ def method_name=(_); end
187
+ def opener_token?(token); end
188
+ def opener_token_stack; end
189
+ def parse!; end
190
+ def pending_tokens; end
191
+ def pipe_token?(token); end
192
+ def self.[](*arg0); end
193
+ def self.members; end
194
+ def self.new(*arg0); end
195
+ def source; end
196
+ def source=(_); end
197
+ def state; end
198
+ end
199
+ class RSpec::Expectations::BlockSnippetExtractor::BlockLocator < Struct
200
+ def beginning_line_number; end
201
+ def beginning_line_number=(_); end
202
+ def block_body_node; end
203
+ def block_wrapper_node; end
204
+ def body_content_locations; end
205
+ def candidate_block_wrapper_nodes; end
206
+ def candidate_method_ident_nodes; end
207
+ def method_call_location; end
208
+ def method_ident_node; end
209
+ def method_ident_node?(node); end
210
+ def method_name; end
211
+ def method_name=(_); end
212
+ def self.[](*arg0); end
213
+ def self.members; end
214
+ def self.new(*arg0); end
215
+ def source; end
216
+ def source=(_); end
217
+ end
218
+ class RSpec::Expectations::FailureAggregator
219
+ def aggregate; end
220
+ def assign_backtrace(failure); end
221
+ def block_label; end
222
+ def call(failure, options); end
223
+ def failures; end
224
+ def initialize(block_label, metadata); end
225
+ def metadata; end
226
+ def notify_aggregated_failures; end
227
+ def other_errors; end
228
+ end
229
+ module RSpec::Matchers::BuiltIn
230
+ end
231
+ class RSpec::Matchers::BuiltIn::BeAKindOf < RSpec::Matchers::BuiltIn::BaseMatcher
232
+ def match(expected, actual); end
233
+ end
234
+ class RSpec::Matchers::BuiltIn::BeAnInstanceOf < RSpec::Matchers::BuiltIn::BaseMatcher
235
+ def description; end
236
+ def match(expected, actual); end
237
+ end
238
+ class RSpec::Matchers::BuiltIn::BeBetween < RSpec::Matchers::BuiltIn::BaseMatcher
239
+ def comparable?; end
240
+ def compare; end
241
+ def description; end
242
+ def exclusive; end
243
+ def failure_message; end
244
+ def inclusive; end
245
+ def initialize(min, max); end
246
+ def matches?(actual); end
247
+ def not_comparable_clause; end
248
+ end
249
+ class RSpec::Matchers::BuiltIn::BeTruthy < RSpec::Matchers::BuiltIn::BaseMatcher
250
+ def failure_message; end
251
+ def failure_message_when_negated; end
252
+ def match(_, actual); end
253
+ end
254
+ class RSpec::Matchers::BuiltIn::BeFalsey < RSpec::Matchers::BuiltIn::BaseMatcher
255
+ def failure_message; end
256
+ def failure_message_when_negated; end
257
+ def match(_, actual); end
258
+ end
259
+ class RSpec::Matchers::BuiltIn::BeNil < RSpec::Matchers::BuiltIn::BaseMatcher
260
+ def failure_message; end
261
+ def failure_message_when_negated; end
262
+ def match(_, actual); end
263
+ end
264
+ module RSpec::Matchers::BuiltIn::BeHelpers
265
+ def args_to_s; end
266
+ def args_to_sentence; end
267
+ def expected_to_sentence; end
268
+ def inspected_args; end
269
+ def parenthesize(string); end
270
+ end
271
+ class RSpec::Matchers::BuiltIn::Be < RSpec::Matchers::BuiltIn::BaseMatcher
272
+ def <(operand); end
273
+ def <=(operand); end
274
+ def ==(operand); end
275
+ def ===(operand); end
276
+ def =~(operand); end
277
+ def >(operand); end
278
+ def >=(operand); end
279
+ def failure_message; end
280
+ def failure_message_when_negated; end
281
+ def initialize(*args); end
282
+ def match(_, actual); end
283
+ include RSpec::Matchers::BuiltIn::BeHelpers
284
+ end
285
+ class RSpec::Matchers::BuiltIn::BeComparedTo < RSpec::Matchers::BuiltIn::BaseMatcher
286
+ def description; end
287
+ def failure_message; end
288
+ def failure_message_when_negated; end
289
+ def initialize(operand, operator); end
290
+ def matches?(actual); end
291
+ include RSpec::Matchers::BuiltIn::BeHelpers
292
+ end
293
+ class RSpec::Matchers::BuiltIn::BePredicate < RSpec::Matchers::BuiltIn::BaseMatcher
294
+ def description; end
295
+ def does_not_match?(actual, &block); end
296
+ def failure_message; end
297
+ def failure_message_expecting(value); end
298
+ def failure_message_when_negated; end
299
+ def initialize(*args, &block); end
300
+ def matches?(actual, &block); end
301
+ def parse_expected(expected); end
302
+ def predicate; end
303
+ def predicate_accessible?; end
304
+ def predicate_matches?; end
305
+ def prefix_and_expected(symbol); end
306
+ def prefix_to_sentence; end
307
+ def present_tense_predicate; end
308
+ def private_predicate?; end
309
+ def validity_message; end
310
+ include RSpec::Matchers::BuiltIn::BeHelpers
311
+ end
312
+ class RSpec::Matchers::BuiltIn::BeWithin < RSpec::Matchers::BuiltIn::BaseMatcher
313
+ def description; end
314
+ def failure_message; end
315
+ def failure_message_when_negated; end
316
+ def initialize(delta); end
317
+ def matches?(actual); end
318
+ def needs_expected; end
319
+ def not_numeric_clause; end
320
+ def numeric?; end
321
+ def of(expected); end
322
+ def percent_of(expected); end
323
+ end
324
+ class RSpec::Matchers::BuiltIn::Change < RSpec::Matchers::BuiltIn::BaseMatcher
325
+ def by(expected_delta); end
326
+ def by_at_least(minimum); end
327
+ def by_at_most(maximum); end
328
+ def change_details; end
329
+ def description; end
330
+ def does_not_match?(event_proc); end
331
+ def failure_message; end
332
+ def failure_message_when_negated; end
333
+ def from(value); end
334
+ def initialize(receiver = nil, message = nil, &block); end
335
+ def matches?(event_proc); end
336
+ def negative_failure_reason; end
337
+ def perform_change(event_proc); end
338
+ def positive_failure_reason; end
339
+ def raise_block_syntax_error; end
340
+ def supports_block_expectations?; end
341
+ def to(value); end
342
+ end
343
+ class RSpec::Matchers::BuiltIn::ChangeRelatively < RSpec::Matchers::BuiltIn::BaseMatcher
344
+ def description; end
345
+ def does_not_match?(_event_proc); end
346
+ def failure_message; end
347
+ def failure_reason; end
348
+ def initialize(change_details, expected_delta, relativity, &comparer); end
349
+ def matches?(event_proc); end
350
+ def supports_block_expectations?; end
351
+ end
352
+ class RSpec::Matchers::BuiltIn::SpecificValuesChange < RSpec::Matchers::BuiltIn::BaseMatcher
353
+ def after_value_failure; end
354
+ def before_value_failure; end
355
+ def description; end
356
+ def did_change_failure; end
357
+ def did_not_change_failure; end
358
+ def failure_message; end
359
+ def initialize(change_details, from, to); end
360
+ def matches?(event_proc); end
361
+ def matches_after?; end
362
+ def not_given_a_block_failure; end
363
+ def perform_change(event_proc); end
364
+ def supports_block_expectations?; end
365
+ end
366
+ class RSpec::Matchers::BuiltIn::ChangeFromValue < RSpec::Matchers::BuiltIn::SpecificValuesChange
367
+ def change_description; end
368
+ def does_not_match?(event_proc); end
369
+ def failure_message_when_negated; end
370
+ def initialize(change_details, expected_before); end
371
+ def to(value); end
372
+ end
373
+ class RSpec::Matchers::BuiltIn::ChangeToValue < RSpec::Matchers::BuiltIn::SpecificValuesChange
374
+ def change_description; end
375
+ def does_not_match?(_event_proc); end
376
+ def from(value); end
377
+ def initialize(change_details, expected_after); end
378
+ end
379
+ class RSpec::Matchers::BuiltIn::ChangeDetails
380
+ def actual_after; end
381
+ def actual_delta; end
382
+ def changed?; end
383
+ def evaluate_value_proc; end
384
+ def extract_value_block_snippet; end
385
+ def initialize(matcher_name, receiver = nil, message = nil, &block); end
386
+ def message_notation(receiver, message); end
387
+ def perform_change(event_proc); end
388
+ def value_representation; end
389
+ end
390
+ class RSpec::Matchers::BuiltIn::Compound < RSpec::Matchers::BuiltIn::BaseMatcher
391
+ def compound_failure_message; end
392
+ def description; end
393
+ def diffable?; end
394
+ def diffable_matcher_list; end
395
+ def diffable_matcher_list_for(matcher); end
396
+ def does_not_match?(_actual); end
397
+ def evaluator; end
398
+ def expected; end
399
+ def expects_call_stack_jump?; end
400
+ def indent_multiline_message(message); end
401
+ def initialize(matcher_1, matcher_2); end
402
+ def initialize_copy(other); end
403
+ def match(_expected, actual); end
404
+ def matcher_1; end
405
+ def matcher_1_matches?; end
406
+ def matcher_2; end
407
+ def matcher_2_matches?; end
408
+ def matcher_is_diffable?(matcher); end
409
+ def matcher_supports_block_expectations?(matcher); end
410
+ def supports_block_expectations?; end
411
+ end
412
+ class RSpec::Matchers::BuiltIn::Compound::SequentialEvaluator
413
+ def initialize(actual, *arg1); end
414
+ def matcher_matches?(matcher); end
415
+ end
416
+ class RSpec::Matchers::BuiltIn::Compound::NestedEvaluator
417
+ def initialize(actual, matcher_1, matcher_2); end
418
+ def inner_matcher_block(outer_args); end
419
+ def matcher_matches?(matcher); end
420
+ def order_block_matchers; end
421
+ def self.matcher_expects_call_stack_jump?(matcher); end
422
+ end
423
+ class RSpec::Matchers::BuiltIn::Compound::And < RSpec::Matchers::BuiltIn::Compound
424
+ def conjunction; end
425
+ def failure_message; end
426
+ def match(*arg0); end
427
+ end
428
+ class RSpec::Matchers::BuiltIn::Compound::Or < RSpec::Matchers::BuiltIn::Compound
429
+ def conjunction; end
430
+ def failure_message; end
431
+ def match(*arg0); end
432
+ end
433
+ class RSpec::Matchers::BuiltIn::ContainExactly < RSpec::Matchers::BuiltIn::BaseMatcher
434
+ def actual_collection_line; end
435
+ def best_solution; end
436
+ def convert_actual_to_an_array; end
437
+ def describe_collection(collection, surface_descriptions = nil); end
438
+ def description; end
439
+ def expected_collection_line; end
440
+ def extra_elements_line; end
441
+ def extra_items; end
442
+ def failure_message; end
443
+ def failure_message_when_negated; end
444
+ def generate_failure_message; end
445
+ def match(_expected, _actual); end
446
+ def match_when_sorted?; end
447
+ def message_line(prefix, collection, surface_descriptions = nil); end
448
+ def missing_elements_line; end
449
+ def missing_items; end
450
+ def pairings_maximizer; end
451
+ def safe_sort(array); end
452
+ def to_a_disallowed?(object); end
453
+ end
454
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer
455
+ def actual_to_expected_matched_indexes; end
456
+ def apply_pairing_to(indeterminates, original_matches, other_list_index); end
457
+ def best_solution_for_pairing(expected_index, actual_index); end
458
+ def categorize_indexes(indexes_to_categorize, other_indexes); end
459
+ def expected_to_actual_matched_indexes; end
460
+ def find_best_solution; end
461
+ def initialize(expected_to_actual_matched_indexes, actual_to_expected_matched_indexes); end
462
+ def reciprocal_single_match?(matches, index, other_list); end
463
+ def solution; end
464
+ end
465
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::Solution < Struct
466
+ def +(derived_candidate_solution); end
467
+ def candidate?; end
468
+ def ideal?; end
469
+ def indeterminate_actual_indexes; end
470
+ def indeterminate_actual_indexes=(_); end
471
+ def indeterminate_expected_indexes; end
472
+ def indeterminate_expected_indexes=(_); end
473
+ def self.[](*arg0); end
474
+ def self.members; end
475
+ def self.new(*arg0); end
476
+ def unmatched_actual_indexes; end
477
+ def unmatched_actual_indexes=(_); end
478
+ def unmatched_expected_indexes; end
479
+ def unmatched_expected_indexes=(_); end
480
+ def unmatched_item_count; end
481
+ def worse_than?(other); end
482
+ end
483
+ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::NullSolution
484
+ def self.worse_than?(_other); end
485
+ end
486
+ class RSpec::Matchers::BuiltIn::Cover < RSpec::Matchers::BuiltIn::BaseMatcher
487
+ def does_not_match?(range); end
488
+ def initialize(*expected); end
489
+ def matches?(range); end
490
+ end
491
+ class RSpec::Matchers::BuiltIn::StartOrEndWith < RSpec::Matchers::BuiltIn::BaseMatcher
492
+ def description; end
493
+ def failure_message; end
494
+ def initialize(*expected); end
495
+ def match(_expected, actual); end
496
+ def subsets_comparable?; end
497
+ end
498
+ class RSpec::Matchers::BuiltIn::StartWith < RSpec::Matchers::BuiltIn::StartOrEndWith
499
+ def element_matches?; end
500
+ def subset_matches?; end
501
+ end
502
+ class RSpec::Matchers::BuiltIn::EndWith < RSpec::Matchers::BuiltIn::StartOrEndWith
503
+ def element_matches?; end
504
+ def subset_matches?; end
505
+ end
506
+ class RSpec::Matchers::BuiltIn::Eq < RSpec::Matchers::BuiltIn::BaseMatcher
507
+ def description; end
508
+ def diffable?; end
509
+ def failure_message; end
510
+ def failure_message_when_negated; end
511
+ def match(expected, actual); end
512
+ end
513
+ class RSpec::Matchers::BuiltIn::Eql < RSpec::Matchers::BuiltIn::BaseMatcher
514
+ def diffable?; end
515
+ def failure_message; end
516
+ def failure_message_when_negated; end
517
+ def match(expected, actual); end
518
+ end
519
+ class RSpec::Matchers::BuiltIn::Equal < RSpec::Matchers::BuiltIn::BaseMatcher
520
+ def actual_inspected; end
521
+ def detailed_failure_message; end
522
+ def diffable?; end
523
+ def expected_is_a_literal_singleton?; end
524
+ def failure_message; end
525
+ def failure_message_when_negated; end
526
+ def inspect_object(o); end
527
+ def match(expected, actual); end
528
+ def simple_failure_message; end
529
+ end
530
+ class RSpec::Matchers::BuiltIn::Exist < RSpec::Matchers::BuiltIn::BaseMatcher
531
+ def does_not_match?(actual); end
532
+ def failure_message; end
533
+ def failure_message_when_negated; end
534
+ def initialize(*expected); end
535
+ def matches?(actual); end
536
+ end
537
+ class Anonymous_Struct_12 < Struct
538
+ def actual; end
539
+ def actual=(_); end
540
+ def expected; end
541
+ def expected=(_); end
542
+ def self.[](*arg0); end
543
+ def self.members; end
544
+ def self.new(*arg0); end
545
+ end
546
+ class RSpec::Matchers::BuiltIn::Exist::ExistenceTest < Anonymous_Struct_12
547
+ def actual_exists?; end
548
+ def deprecated(predicate, actual); end
549
+ def existence_values; end
550
+ def predicates; end
551
+ def uniq_truthy_values; end
552
+ def valid_test?; end
553
+ def validity_message; end
554
+ end
555
+ class RSpec::Matchers::BuiltIn::Has < RSpec::Matchers::BuiltIn::BaseMatcher
556
+ def args_description; end
557
+ def description; end
558
+ def does_not_match?(actual, &block); end
559
+ def failure_message; end
560
+ def failure_message_args_description; end
561
+ def failure_message_when_negated; end
562
+ def initialize(method_name, *args, &block); end
563
+ def matches?(actual, &block); end
564
+ def method_description; end
565
+ def predicate; end
566
+ def predicate_accessible?; end
567
+ def predicate_exists?; end
568
+ def predicate_matches?; end
569
+ def private_predicate?; end
570
+ def validity_message; end
571
+ end
572
+ class RSpec::Matchers::BuiltIn::HaveAttributes < RSpec::Matchers::BuiltIn::BaseMatcher
573
+ def actual; end
574
+ def actual_has_attribute?(attribute_key, attribute_value); end
575
+ def cache_all_values; end
576
+ def description; end
577
+ def diffable?; end
578
+ def does_not_match?(actual); end
579
+ def failure_message; end
580
+ def failure_message_when_negated; end
581
+ def formatted_values; end
582
+ def initialize(expected); end
583
+ def matches?(actual); end
584
+ def perform_match(predicate); end
585
+ def respond_to_attributes?; end
586
+ def respond_to_failed; end
587
+ def respond_to_failure_message_or; end
588
+ def respond_to_matcher; end
589
+ end
590
+ class RSpec::Matchers::BuiltIn::Include < RSpec::Matchers::BuiltIn::BaseMatcher
591
+ def actual_collection_includes?(expected_item); end
592
+ def actual_hash_has_key?(expected_key); end
593
+ def actual_hash_includes?(expected_key, expected_value); end
594
+ def comparing_hash_keys?(expected_item); end
595
+ def comparing_hash_to_a_subset?(expected_item); end
596
+ def convert_to_hash?(obj); end
597
+ def description; end
598
+ def diff_would_wrongly_highlight_matched_item?; end
599
+ def diffable?; end
600
+ def does_not_match?(actual); end
601
+ def excluded_from_actual; end
602
+ def expected; end
603
+ def expecteds; end
604
+ def failure_message; end
605
+ def failure_message_when_negated; end
606
+ def format_failure_message(preposition); end
607
+ def initialize(*expecteds); end
608
+ def matches?(actual); end
609
+ def perform_match(actual, &block); end
610
+ def readable_list_of(items); end
611
+ end
612
+ class RSpec::Matchers::BuiltIn::All < RSpec::Matchers::BuiltIn::BaseMatcher
613
+ def add_new_line_if_needed(message); end
614
+ def description; end
615
+ def does_not_match?(_actual); end
616
+ def failed_objects; end
617
+ def failure_message; end
618
+ def failure_message_for_item(index, failure_message); end
619
+ def indent_multiline_message(message); end
620
+ def index_failed_objects; end
621
+ def initialize(matcher); end
622
+ def initialize_copy(other); end
623
+ def iterable?; end
624
+ def match(_expected, _actual); end
625
+ def matcher; end
626
+ end
627
+ class RSpec::Matchers::BuiltIn::Match < RSpec::Matchers::BuiltIn::BaseMatcher
628
+ def can_safely_call_match?(expected, actual); end
629
+ def description; end
630
+ def diffable?; end
631
+ def initialize(expected); end
632
+ def match(expected, actual); end
633
+ def match_captures(expected, actual); end
634
+ def with_captures(*captures); end
635
+ end
636
+ class RSpec::Matchers::BuiltIn::ReliableMatchData
637
+ def captures; end
638
+ def initialize(match_data); end
639
+ def match_data; end
640
+ def names; end
641
+ end
642
+ class RSpec::Matchers::BuiltIn::OperatorMatcher
643
+ def !=(_expected); end
644
+ def !~(_expected); end
645
+ def <(expected); end
646
+ def <=(expected); end
647
+ def ==(expected); end
648
+ def ===(expected); end
649
+ def =~(expected); end
650
+ def >(expected); end
651
+ def >=(expected); end
652
+ def description; end
653
+ def eval_match(actual, operator, expected); end
654
+ def fail_with_message(message); end
655
+ def has_non_generic_implementation_of?(op); end
656
+ def initialize(actual); end
657
+ def self.get(klass, operator); end
658
+ def self.register(klass, operator, matcher); end
659
+ def self.registry; end
660
+ def self.unregister(klass, operator); end
661
+ def self.use_custom_matcher_or_delegate(operator); end
662
+ end
663
+ class RSpec::Matchers::BuiltIn::PositiveOperatorMatcher < RSpec::Matchers::BuiltIn::OperatorMatcher
664
+ def __delegate_operator(actual, operator, expected); end
665
+ end
666
+ class RSpec::Matchers::BuiltIn::NegativeOperatorMatcher < RSpec::Matchers::BuiltIn::OperatorMatcher
667
+ def __delegate_operator(actual, operator, expected); end
668
+ end
669
+ class RSpec::Matchers::BuiltIn::Output < RSpec::Matchers::BuiltIn::BaseMatcher
670
+ def actual_output_description; end
671
+ def captured?; end
672
+ def description; end
673
+ def diffable?; end
674
+ def does_not_match?(block); end
675
+ def failure_message; end
676
+ def failure_message_when_negated; end
677
+ def initialize(expected); end
678
+ def matches?(block); end
679
+ def negative_failure_reason; end
680
+ def positive_failure_reason; end
681
+ def supports_block_expectations?; end
682
+ def to_stderr; end
683
+ def to_stderr_from_any_process; end
684
+ def to_stdout; end
685
+ def to_stdout_from_any_process; end
686
+ end
687
+ module RSpec::Matchers::BuiltIn::NullCapture
688
+ def self.capture(_block); end
689
+ def self.name; end
690
+ end
691
+ module RSpec::Matchers::BuiltIn::CaptureStdout
692
+ def self.capture(block); end
693
+ def self.name; end
694
+ end
695
+ module RSpec::Matchers::BuiltIn::CaptureStderr
696
+ def self.capture(block); end
697
+ def self.name; end
698
+ end
699
+ class Anonymous_Struct_13 < Struct
700
+ def name; end
701
+ def name=(_); end
702
+ def self.[](*arg0); end
703
+ def self.members; end
704
+ def self.new(*arg0); end
705
+ def stream; end
706
+ def stream=(_); end
707
+ end
708
+ class RSpec::Matchers::BuiltIn::CaptureStreamToTempfile < Anonymous_Struct_13
709
+ def capture(block); end
710
+ end
711
+ class RSpec::Matchers::BuiltIn::RaiseError
712
+ def block_matches?; end
713
+ def description; end
714
+ def does_not_match?(given_proc); end
715
+ def error_and_message_match?; end
716
+ def eval_block; end
717
+ def expectation_matched?; end
718
+ def expected_error; end
719
+ def expecting_specific_exception?; end
720
+ def expects_call_stack_jump?; end
721
+ def failure_message; end
722
+ def failure_message_when_negated; end
723
+ def format_backtrace(backtrace); end
724
+ def given_error; end
725
+ def handle_warning(message); end
726
+ def initialize(expected_error_or_message = nil, expected_message = nil, &block); end
727
+ def matches?(given_proc, negative_expectation = nil, &block); end
728
+ def raise_message_already_set; end
729
+ def ready_to_eval_block?; end
730
+ def supports_block_expectations?; end
731
+ def verify_message; end
732
+ def warn_about_bare_error; end
733
+ def warn_about_negative_false_positive(expression); end
734
+ def warn_for_false_positives; end
735
+ def warning; end
736
+ def warning_about_bare_error; end
737
+ def with_message(expected_message); end
738
+ include RSpec::Matchers::Composable
739
+ end
740
+ class RSpec::Matchers::BuiltIn::RespondTo < RSpec::Matchers::BuiltIn::BaseMatcher
741
+ def and_any_keywords; end
742
+ def and_keywords(*keywords); end
743
+ def and_unlimited_arguments; end
744
+ def argument; end
745
+ def arguments; end
746
+ def description; end
747
+ def does_not_match?(actual); end
748
+ def failure_message; end
749
+ def failure_message_when_negated; end
750
+ def find_failing_method_names(actual, filter_method); end
751
+ def ignoring_method_signature_failure!; end
752
+ def initialize(*names); end
753
+ def matches?(actual); end
754
+ def matches_arity?(actual, name); end
755
+ def method_signature_for(actual, name); end
756
+ def pp_names; end
757
+ def setup_method_signature_expectation; end
758
+ def with(n); end
759
+ def with_any_keywords; end
760
+ def with_arity; end
761
+ def with_arity_string; end
762
+ def with_keywords(*keywords); end
763
+ def with_keywords_string; end
764
+ def with_unlimited_arguments; end
765
+ end
766
+ class RSpec::Matchers::BuiltIn::Satisfy < RSpec::Matchers::BuiltIn::BaseMatcher
767
+ def block_representation; end
768
+ def description; end
769
+ def extract_block_snippet; end
770
+ def failure_message; end
771
+ def failure_message_when_negated; end
772
+ def initialize(description = nil, &block); end
773
+ def matches?(actual, &block); end
774
+ end
775
+ class RSpec::Matchers::BuiltIn::ThrowSymbol
776
+ def actual_result; end
777
+ def caught; end
778
+ def description; end
779
+ def does_not_match?(given_proc); end
780
+ def expected(symbol_desc = nil); end
781
+ def expects_call_stack_jump?; end
782
+ def failure_message; end
783
+ def failure_message_when_negated; end
784
+ def initialize(expected_symbol = nil, expected_arg = nil); end
785
+ def matches?(given_proc); end
786
+ def supports_block_expectations?; end
787
+ def throw_description(symbol, arg); end
788
+ include RSpec::Matchers::Composable
789
+ end
790
+ class RSpec::Matchers::BuiltIn::YieldProbe
791
+ def assert_used!; end
792
+ def assert_valid_expect_block!; end
793
+ def has_block?; end
794
+ def initialize(block, &callback); end
795
+ def num_yields; end
796
+ def num_yields=(arg0); end
797
+ def probe; end
798
+ def self.probe(block, &callback); end
799
+ def single_yield_args; end
800
+ def to_proc; end
801
+ def yielded_args; end
802
+ def yielded_args=(arg0); end
803
+ def yielded_once?(matcher_name); end
804
+ end
805
+ class RSpec::Matchers::BuiltIn::YieldControl < RSpec::Matchers::BuiltIn::BaseMatcher
806
+ def at_least(number); end
807
+ def at_most(number); end
808
+ def count_constraint_to_number(n); end
809
+ def does_not_match?(block); end
810
+ def exactly(number); end
811
+ def failure_message; end
812
+ def failure_message_when_negated; end
813
+ def failure_reason; end
814
+ def human_readable_count(count); end
815
+ def human_readable_expectation_type; end
816
+ def initialize; end
817
+ def matches?(block); end
818
+ def once; end
819
+ def set_expected_yields_count(relativity, n); end
820
+ def supports_block_expectations?; end
821
+ def thrice; end
822
+ def times; end
823
+ def twice; end
824
+ end
825
+ class RSpec::Matchers::BuiltIn::YieldWithNoArgs < RSpec::Matchers::BuiltIn::BaseMatcher
826
+ def does_not_match?(block); end
827
+ def failure_message; end
828
+ def failure_message_when_negated; end
829
+ def matches?(block); end
830
+ def negative_failure_reason; end
831
+ def positive_failure_reason; end
832
+ def supports_block_expectations?; end
833
+ end
834
+ class RSpec::Matchers::BuiltIn::YieldWithArgs < RSpec::Matchers::BuiltIn::BaseMatcher
835
+ def all_args_match?; end
836
+ def args_currently_match?; end
837
+ def description; end
838
+ def does_not_match?(block); end
839
+ def expected_arg_description; end
840
+ def failure_message; end
841
+ def failure_message_when_negated; end
842
+ def initialize(*args); end
843
+ def matches?(block); end
844
+ def negative_failure_reason; end
845
+ def positive_failure_reason; end
846
+ def supports_block_expectations?; end
847
+ end
848
+ class RSpec::Matchers::BuiltIn::YieldSuccessiveArgs < RSpec::Matchers::BuiltIn::BaseMatcher
849
+ def description; end
850
+ def does_not_match?(block); end
851
+ def expected_arg_description; end
852
+ def failure_message; end
853
+ def failure_message_when_negated; end
854
+ def initialize(*args); end
855
+ def matches?(block); end
856
+ def negative_failure_reason; end
857
+ def positive_failure_reason; end
858
+ def supports_block_expectations?; end
859
+ end