aboutsummaryrefslogtreecommitdiffstats
path: root/compar.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-07 22:33:32 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-07 22:33:32 +0000
commite798251a8a3697e7da9b0b0a26ffa06111fedf45 (patch)
treed3e0c44974f197e93a2930468a69d3970d9aa1c9 /compar.c
parentbab42629ebff81cf5d8117f91bd536b3b2ac4a48 (diff)
downloadruby-e798251a8a3697e7da9b0b0a26ffa06111fedf45.tar.gz
* compar.c (cmp_equal): Document ignored exception and return false
By Makoto Kishimoto [Bug #7790] [ruby-dev:46925] [ruby-dev:46910] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compar.c')
-rw-r--r--compar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compar.c b/compar.c
index 65def78484..6762786276 100644
--- a/compar.c
+++ b/compar.c
@@ -54,6 +54,9 @@ cmp_failed(void)
* Compares two objects based on the receiver's <code><=></code>
* 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 ignoread and returns false.
*/
static VALUE