8 lines
75 B
Ruby
8 lines
75 B
Ruby
# typed: strict
|
|
|
|
module MachOShim
|
|
include Kernel
|
|
|
|
def dirname; end
|
|
end
|