2019-04-19 15:38:03 +09:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-09-20 17:37:08 -04:00
|
|
|
require "os/mac/mach"
|
2016-05-27 23:13:51 +02:00
|
|
|
|
2015-10-16 17:08:11 +08:00
|
|
|
class Pathname
|
2017-12-01 16:29:50 -08:00
|
|
|
prepend MachOShim
|
2015-10-16 17:08:11 +08:00
|
|
|
end
|