# File lib/mspec/matchers/equal.rb, line 16 16: def negative_failure_message 17: ["Expected #{@actual.pretty_inspect}", 18: "not to be identical to #{@expected.pretty_inspect}"] 19: end