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