# File lib/mspec/matchers/eql.rb, line 11
11:   def failure_message
12:     ["Expected #{@actual.pretty_inspect}",
13:      "to have same value and type as #{@expected.pretty_inspect}"]
14:   end