Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sorbet: Update RBI files. #9258

Merged
merged 1 commit into from Nov 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 0 additions & 36 deletions Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi
Expand Up @@ -5841,22 +5841,6 @@ module Cask::Utils
extend ::T::Private::Methods::SingletonMethodHooks
end

class Caveats
def empty?(*args, &block); end

def to_s(*args, &block); end
end

class Checksum
def [](*args, &block); end

def empty?(*args, &block); end

def length(*args, &block); end

def to_s(*args, &block); end
end

class Class
def any_instance(); end

Expand Down Expand Up @@ -11897,14 +11881,6 @@ module MachO
def self.open(filename); end
end

module MachOShim
def delete_rpath(*args, &block); end

def dylib_id(*args, &block); end

def rpaths(*args, &block); end
end

Markdown = RDiscount

module Marshal
Expand Down Expand Up @@ -15369,18 +15345,6 @@ class Pathname
extend ::T::Private::Methods::SingletonMethodHooks
end

class PkgVersion
def major(*args, &block); end

def major_minor(*args, &block); end

def major_minor_patch(*args, &block); end

def minor(*args, &block); end

def patch(*args, &block); end
end

class Proc
include ::MethodSource::SourceLocation::ProcExtensions
include ::MethodSource::MethodExtensions
Expand Down