aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/optparse.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-13 07:31:43 -0700
committerAdam Vandenberg2010-08-07 18:08:51 -0700
commitf990f083e8758019b7513605d54af6ae129cc913 (patch)
tree1cd600be3e791efa849b117c59ed4270d24ba21c /Library/Homebrew/optparse.rb
parent6612a049174af69d0a4103e4db84ea385f447bbe (diff)
downloadbrew-f990f083e8758019b7513605d54af6ae129cc913.tar.bz2
ARGV - rename method that conflicts with optparse
optparse adds an "options" method to ARGV, and so does Homebrew. Rename this method (and remove optparse blocking script) so that Homebrew plays nicer with external Ruby software. This fixes the issue where "gem install thin" would break "brew server", for instance.
Diffstat (limited to 'Library/Homebrew/optparse.rb')
-rw-r--r--Library/Homebrew/optparse.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/optparse.rb b/Library/Homebrew/optparse.rb
deleted file mode 100644
index 67f6641f8..000000000
--- a/Library/Homebrew/optparse.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-# This file is put here to prevent loading of real optparse.rb,
-# which killed Homebrew. Details of issue can be found here:
-# http://github.com/mxcl/homebrew/issues#issue/97