short_display()
Returns a brief version of the error description.
# File lib/test/unit/failure.rb, line 31 def short_display "#@test_name: #{@message.split("\n")[0]}" end