diff --git a/error.c b/error.c index 0ec0cf895a..8c5430a134 100644 --- a/error.c +++ b/error.c @@ -894,9 +894,7 @@ exc_to_s(VALUE exc) * exception.message -> string * * Returns the result of invoking exception.to_s. - * Normally this returns the exception's message or name. By - * supplying a to_str method, exceptions are agreeing to - * be used where Strings are expected. + * Normally this returns the exception's message or name. */ static VALUE