Use redefine_method since baz is already defined.

This commit is contained in:
Emilio Tagua 2010-09-28 18:31:52 -03:00
parent 0c08d8bd75
commit 3e336f9ab7

@ -1,3 +1,3 @@
module FooHelper
def baz() end
redefine_method(:baz) {}
end