Update RBI files for sorbet.

This commit is contained in:
BrewTestBot 2020-12-18 17:04:34 +00:00
parent 252580fb51
commit 207a45b526

View File

@ -6938,10 +6938,6 @@ module FileUtils
extend ::FileUtils::StreamUtils_
end
class Formula
include ::Formula::Compat
end
module FormulaCellarChecks
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -7690,10 +7686,6 @@ class Homebrew::CLI::NamedArgs
extend ::T::Private::Methods::SingletonMethodHooks
end
class Homebrew::CLI::Parser
include ::Homebrew::CLI::Parser::Compat
end
class Homebrew::CLI::Parser
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
@ -7770,12 +7762,8 @@ module Homebrew::EnvConfig
def self.git_name(); end
def self.github_api_password(); end
def self.github_api_token(); end
def self.github_api_username(); end
def self.http_proxy(); end
def self.https_proxy(); end
@ -7857,7 +7845,6 @@ end
module Homebrew
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
extend ::Homebrew::Compat
end
module HostEnvironmentSimulatorHelper