os/mac/mach: better typechecking fix

Co-authored-by: Douglas Eichelberger <dduugg@users.noreply.github.com>
This commit is contained in:
Carlo Cabrera 2023-07-12 01:24:19 +08:00 committed by GitHub
parent 88a14c644c
commit 38c00934d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@
module MachOShim module MachOShim
include Kernel include Kernel
def dirname; end requires_ancestor { Pathname }
end end