From e1809a0cedfd948bdc229653b5e8b0d5972d114e Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 13 Jan 2009 12:29:54 +0000 Subject: * object.c (rb_obj_not_match): rdoc. Patch by Kornelius Kalnbach. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ object.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d0d833925c..ad3da2f08c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 13 21:28:14 2009 Yuki Sonoda (Yugui) + + * object.c (rb_obj_not_match): rdoc. + Patch by Kornelius Kalnbach. + Tue Jan 13 18:21:44 2009 NAKAMURA Usaku * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead of diff --git a/object.c b/object.c index aacf7ce43f..6c418d25e2 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 =~ method. + * Returns true if two objects do not match (using the =~ + * method), otherwise false. */ static VALUE -- cgit v1.2.3