From 18ece131972068fc72d6ea649ee0238564e25d58 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Oct 2021 10:55:01 +0000 Subject: [PATCH] Update RBI files for sorbet. --- .../sorbet/rbi/hidden-definitions/hidden.rbi | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index c2568cc90c..4d7feb9d46 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -490,26 +490,6 @@ class Bundler::Injector def self.remove(gems, options=T.unsafe(nil)); end end -class Bundler::Installer - def generate_bundler_executable_stubs(spec, options=T.unsafe(nil)); end - - def generate_standalone_bundler_executable_stubs(spec); end - - def initialize(root, definition); end - - def post_install_messages(); end - - def run(options); end -end - -class Bundler::Installer - def self.ambiguous_gems(); end - - def self.ambiguous_gems=(ambiguous_gems); end - - def self.install(root, definition, options=T.unsafe(nil)); end -end - class Bundler::Molinillo::DependencyGraph include ::Enumerable end @@ -7425,11 +7405,6 @@ module Readline def self.completion_quote_character(); end end -module ReleaseNotes - extend ::T::Private::Methods::MethodHooks - extend ::T::Private::Methods::SingletonMethodHooks -end - class Requirement extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::SingletonMethodHooks