# File lib/mspec/matchers/have_method.rb, line 14 14: def negative_failure_message 15: ["Expected #{@mod} NOT to have method '#{@method.to_s}'", 16: "but it does"] 17: end