Exception: Exception

Defined in:
mrblib/10error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject

call-seq: exception.message -> string

Returns the result of invoking exception.to_s. Normally this returns the exception's message or name.



9
10
11
# File 'mrblib/10error.rb', line 9

def message
  to_s
end