2019-04-20 13:27:36 +09:00

8 lines
93 B
Ruby

# frozen_string_literal: true
require "os/mac/mach"
class Pathname
prepend MachOShim
end