Update RBI files for sorbet.

This commit is contained in:
BrewTestBot 2021-10-07 10:55:01 +00:00
parent 2fdc6f4b78
commit 18ece13197
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -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