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

sorbet: Update RBI files.
This commit is contained in:
Bo Anderson 2021-02-28 03:11:56 +00:00 committed by GitHub
commit 236c622b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3596,6 +3596,7 @@ class Bundler::Retry
end
class Bundler::RubyGemsGemInstaller
def initialize(gem, options=T.unsafe(nil)); end
end
class Bundler::RubyGemsGemInstaller
@ -8047,6 +8048,8 @@ end
module Homebrew::Assertions
include ::Minitest::Assertions
def assert_include(*args); end
def assert_no_match(*args); end
def assert_not_empty(*args); end
@ -8057,12 +8060,16 @@ module Homebrew::Assertions
def assert_not_in_epsilon(*args); end
def assert_not_include(*args); end
def assert_not_includes(*args); end
def assert_not_instance_of(*args); end
def assert_not_kind_of(*args); end
def assert_not_match(*args); end
def assert_not_nil(*args); end
def assert_not_operator(*args); end
@ -8073,7 +8080,13 @@ module Homebrew::Assertions
def assert_not_same(*args); end
def assert_path_exist(*args); end
def assert_path_not_exist(*args); end
def assert_raise(*args); end
def assert_throw(*args); end
end
class Homebrew::BundleVersion