Carlo Cabrera 38c00934d6
os/mac/mach: better typechecking fix
Co-authored-by: Douglas Eichelberger <dduugg@users.noreply.github.com>
2023-07-12 01:24:19 +08:00

8 lines
89 B
Ruby

# typed: strict
module MachOShim
include Kernel
requires_ancestor { Pathname }
end