Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
message()
public
Returns the message associated
with the error.
# File lib/test/unit/error.rb, line 35
def message
"#{@exception.class.name}: #{@exception.message}"
end