Merge pull request #15661 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Douglas Eichelberger 2023-07-11 10:48:30 -07:00 committed by GitHub
commit bf0c896c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -2,4 +2,6 @@
module MachOShim module MachOShim
include Kernel include Kernel
requires_ancestor { Pathname }
end end

View File

@ -244,9 +244,6 @@ end
module MachOShim module MachOShim
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) } sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def dylib_id(*args, **options, &block); end def dylib_id(*args, **options, &block); end
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def rpaths(*args, **options, &block); end
end end
class PkgVersion class PkgVersion