From 207a45b52623c90408f9eb522b80c48839f276cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 18 Dec 2020 17:04:34 +0000 Subject: [PATCH] Update RBI files for sorbet. --- .../sorbet/rbi/hidden-definitions/hidden.rbi | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 3abf8ff595..bf1b4825b2 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -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