brew/Library/Homebrew/os/mac/pathname.rb
William Woodruff 9267511e6b
os/mac: Rename MachO -> MachOShim
Prevents namespace conflict with vendored ruby-macho.
2016-11-09 17:35:56 -05:00

6 lines
62 B
Ruby

require "os/mac/mach"
class Pathname
include MachOShim
end