sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2023-04-29 00:24:09 +00:00
parent e191b827cc
commit e3baa09a14
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -2943,6 +2943,15 @@ class Cask::Artifact::AbstractArtifact
extend ::T::InterfaceWrapper::Helpers
end
class Cask::CaskLoader::AbstractContentLoader
def initialize(*args, &blk); end
end
class Cask::CaskLoader::AbstractContentLoader
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
end
module Cask::CaskLoader::ILoader
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
@ -3302,6 +3311,11 @@ class Dir
def self.exists?(arg); end
end
class Downloadable
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
end
class ELFTools::Structs::ELF32_PhdrBe
end
@ -5154,8 +5168,8 @@ end
class Object
include ::Minitest::Expectations
include ::Utils::Curl
include ::SystemCommand::Mixin
include ::Utils::Curl
def deep_dup(); end
def duplicable?(); end