aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-24 12:16:32 -0800
committerAdam Vandenberg2013-02-24 12:16:32 -0800
commit2e292609353538ad604ebf1b7824b890fc8aca8a (patch)
tree8fa2d020cec9e5aa9d5f78cd3de3a1366c90e5a1 /Library
parentb1241bb3a1971bb0cdba2e0f1fef6ad046b5f109 (diff)
downloadbrew-2e292609353538ad604ebf1b7824b890fc8aca8a.tar.bz2
Revert "Shouldn't override def patch"
This reverts commit 6963a356510256762e425b5dbe2ee8c9ee0ace68.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index c876916af..eff006cdc 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -657,8 +657,6 @@ private
case method
when :brew
raise "You cannot override Formula#brew"
- when :patch
- raise "You probably meant `def patches`."
when :test
@test_defined = true
end