sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2023-07-11 00:28:30 +00:00
parent 18b4fc4ba5
commit 0cf86fa62b
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

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