Add class name to method_added error

This commit is contained in:
Adam Vandenberg 2013-06-06 16:36:12 -07:00
parent 2e5d050931
commit fb83fc7bc4

View File

@ -677,7 +677,7 @@ class Formula
def self.method_added method
case method
when :brew
raise "You cannot override Formula#brew"
raise "You cannot override Formula#brew in class #{name}"
when :test
@test_defined = true
end