Update RBI files for rspec-mocks.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-03-13 19:09:40 +00:00
parent 02cf160a0f
commit 61542579e3
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -803,6 +803,7 @@ class RSpec::Mocks::Matchers::Receive
def description; end
def does_not_match?(subject, &block); end
def exactly(*args, &block); end
def inspect(*args, &block); end
def matcher_name; end
def matches?(subject, &block); end
def never(*args, &block); end
@ -817,6 +818,7 @@ class RSpec::Mocks::Matchers::Receive
def thrice(*args, &block); end
def time(*args, &block); end
def times(*args, &block); end
def to_s(*args, &block); end
def twice(*args, &block); end
def with(*args, &block); end