Merge pull request #11529 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
d3887df2a3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user