aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/optparse.rb
AgeCommit message (Collapse)Author
2010-08-07ARGV - rename method that conflicts with optparseAdam Vandenberg
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.
2009-10-23Fixes Homebrew/homebrew#97: add fake optparse.rbAlexander Solovyov