2023-07-11 22:49:06 +08:00

8 lines
75 B
Ruby

# typed: strict
module MachOShim
include Kernel
def dirname; end
end