# File lib/mspec/matchers/be_an_instance_of.rb, line 16
16:   def negative_failure_message
17:     ["Expected #{@actual.inspect} (#{@actual.class})",
18:      "not to be an instance of #{@expected}"]
19:   end