mirror of
https://github.com/gosticks/brew.git
synced 2026-08-31 14:00:18 +00:00
Update RBI files for sorbet.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user