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
commitb9f0824565cf971f96850c3131305f7fb5a34803 (patch)
tree5ab9596e358afeea50098c937fcd39d1318c1f44 /Library
parent3d092aef58bc2ed02b1e6d68d15923b73b3e80cb (diff)
downloadhomebrew-b9f0824565cf971f96850c3131305f7fb5a34803.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