ruby-changes:9952
From: yugui <ko1@a...>
Date: Tue, 13 Jan 2009 21:30:15 +0900 (JST)
Subject: [ruby-changes:9952] Ruby:r21493 (trunk): * object.c (rb_obj_not_match): rdoc.
yugui 2009-01-13 21:29:54 +0900 (Tue, 13 Jan 2009) New Revision: 21493 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21493 Log: * object.c (rb_obj_not_match): rdoc. Patch by Kornelius Kalnbach. Modified files: trunk/ChangeLog trunk/object.c Index: ChangeLog =================================================================== --- ChangeLog (revision 21492) +++ ChangeLog (revision 21493) @@ -1,3 +1,8 @@ +Tue Jan 13 21:28:14 2009 Yuki Sonoda (Yugui) <yugui@y...> + + * object.c (rb_obj_not_match): rdoc. + Patch by Kornelius Kalnbach. + Tue Jan 13 18:21:44 2009 NAKAMURA Usaku <usa@r...> * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead of Index: object.c =================================================================== --- object.c (revision 21492) +++ object.c (revision 21493) @@ -1092,9 +1092,10 @@ /* * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/