# File lib/mspec/matchers/output_to_fd.rb, line 57
57:   def failure_message()
58:     ["Expected (#{@to_name}): #{@expected.inspect}\n",
59:      "#{'but got'.rjust(@to_name.length + 10)}: #{@actual.inspect}\nBacktrace"]
60:   end