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