Merge pull request #10653 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Bo Anderson 2021-02-19 01:30:45 +00:00 committed by GitHub
commit 5d9928ba6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 2 deletions

View File

@ -8156,8 +8156,6 @@ module Homebrew::EnvConfig
def self.no_bootsnap?(); end
def self.no_bottle_source_fallback?(); end
def self.no_color?(); end
def self.no_compat?(); end
@ -23398,6 +23396,8 @@ class RSpec::Mocks::Proxy
def check_for_unexpected_arguments(expectation); end
def ensure_can_be_proxied!(object); end
def ensure_implemented(*_args); end
def has_negative_expectation?(message); end