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

sorbet: Update RBI files.
This commit is contained in:
Mike McQuaid 2020-10-16 08:21:12 +01:00 committed by GitHub
commit 90e0ce76c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -11513,7 +11513,7 @@ class MachO::MachOView
end end
class MachO::MagicError class MachO::MagicError
def initialize(magic); end def initialize(num); end
end end
class MachO::MagicError class MachO::MagicError
@ -11690,8 +11690,6 @@ module MachO::Utils
end end
module MachO module MachO
def self.codesign!(filename); end
def self.open(filename); end def self.open(filename); end
end end