Module: BinaryPathname Private
- Defined in:
- extend/pathname.rb
This module is part of a private API. This module may only be used in the Homebrew/brew repository. Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Class Method Summary collapse
- .wrap(path) ⇒ MachOShim, ELFShim private
Class Method Details
.wrap(path) ⇒ MachOShim, ELFShim
This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.
17 |
# File 'extend/pathname.rb', line 17 def self.wrap(path) = raise NotImplementedError |