summaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:37:58 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:37:58 +0000
commit7e52c0e34910645f50c8efdbab5e419c2c3a4256 (patch)
treee3c788114a529cf4194be6235ec591fe1d875f3e /object.c
parentcaf6d853809abfdd9066ef797ffacfbc2e33e9c4 (diff)
merges r21493 from trunk into ruby_1_9_1.
* object.c (rb_obj_not_match): rdoc. Patch by Kornelius Kalnbach. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/object.c b/object.c
index aacf7ce43..6c418d25e 100644
--- a/object.c
+++ b/object.c
@@ -1092,9 +1092,10 @@ rb_obj_match(VALUE obj1, VALUE obj2)
/*
* call-seq:
- * obj !~ other => nil
+ * obj !~ other => true or false
*
- * Returns true if two objects does not match, using <i>=~</i> method.
+ * Returns true if two objects do not match (using the <i>=~</i>
+ * method), otherwise false.
*/
static VALUE