From 15783c271f04ce5cd99ed777071b93469e350ebc Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 15 Dec 2015 20:19:35 +0000 Subject: * compar.c: Update doc for == [#7688] [ci-skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compar.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'compar.c') diff --git a/compar.c b/compar.c index 946d0e07e9..b040641651 100644 --- a/compar.c +++ b/compar.c @@ -64,9 +64,6 @@ cmp_eq_recursive(VALUE arg1, VALUE arg2, int recursive) * Compares two objects based on the receiver's <=> * method, returning true if it returns 0. Also returns true if * _obj_ and _other_ are the same object. - * - * Even if _obj_ <=> _other_ raised an exception, the exception - * is ignored and returns false. */ static VALUE -- cgit v1.2.3