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

sorbet: Update RBI files.
This commit is contained in:
Nanda H Krishna 2021-06-12 23:53:00 +05:30 committed by GitHub
commit d3887df2a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6991,11 +6991,6 @@ class Enumerator::Generator
def initialize(*_); end
end
module EnvVar
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Errno::EAUTH
Errno = ::T.let(nil, ::T.untyped)
end
@ -8392,11 +8387,6 @@ class Homebrew::Service
extend ::T::Private::Methods::SingletonMethodHooks
end
module Homebrew::Settings
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::Style::LineLocation
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -12636,8 +12626,8 @@ end
class Object
include ::Minitest::Expectations
include ::ActiveSupport::Tryable
include ::SystemCommand::Mixin
include ::Utils::Curl
include ::SystemCommand::Mixin
include ::ActiveSupport::Dependencies::Loadable
include ::ActiveSupport::ForkTracker::CoreExtPrivate
include ::ActiveSupport::ForkTracker::CoreExt