aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorXu Cheng2015-10-16 17:08:11 +0800
committerXu Cheng2015-10-18 22:57:42 +0800
commit646f94adfef333c9ec5451fca55078de06ada3c0 (patch)
tree01e56f025f13c5819384aed9c2ae0a634699ccb1 /Library/Homebrew/extend
parent06806f860d12aa5a4cfd077b67cae62071755864 (diff)
downloadbrew-646f94adfef333c9ec5451fca55078de06ada3c0.tar.bz2
move mach.rb to os/mac/mach.rb
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/pathname.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index 95002d20f..9708879e9 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -1,13 +1,10 @@
require "pathname"
-require "mach"
require "resource"
require "metafiles"
# Homebrew extends Ruby's `Pathname` to make our code more readable.
# @see http://ruby-doc.org/stdlib-1.8.7/libdoc/pathname/rdoc/Pathname.html Ruby's Pathname API
class Pathname
- include MachO
-
# @private
BOTTLE_EXTNAME_RX = /(\.[a-z0-9_]+\.bottle\.(\d+\.)?tar\.gz)$/