Skip to content
Snippets Groups Projects
Unverified Commit a4e6edea authored by BrewTestBot's avatar BrewTestBot
Browse files

sorbet: Update RBI files.

parent c9fdeccb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment