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