9 lines
109 B
Ruby
9 lines
109 B
Ruby
# typed: strict
|
|
# frozen_string_literal: true
|
|
|
|
require "os/mac/mach"
|
|
|
|
class Pathname
|
|
prepend MachOShim
|
|
end
|