os/mac: Rename MachO -> MachOShim
Prevents namespace conflict with vendored ruby-macho.
This commit is contained in:
parent
032ed07bce
commit
9267511e6b
@ -1,7 +1,7 @@
|
||||
require "vendor/macho/macho"
|
||||
require "os/mac/architecture_list"
|
||||
|
||||
module MachO
|
||||
module MachOShim
|
||||
# @private
|
||||
def macho
|
||||
@macho ||= begin
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
require "os/mac/mach"
|
||||
|
||||
class Pathname
|
||||
include MachO
|
||||
include MachOShim
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user