ruby-changes:10012
From: yugui <ko1@a...>
Date: Fri, 16 Jan 2009 00:38:40 +0900 (JST)
Subject: [ruby-changes:10012] Ruby:r21554 (ruby_1_9_1): merges r21493 from trunk into ruby_1_9_1.
yugui 2009-01-16 00:37:58 +0900 (Fri, 16 Jan 2009) New Revision: 21554 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21554 Log: merges r21493 from trunk into ruby_1_9_1. * object.c (rb_obj_not_match): rdoc. Patch by Kornelius Kalnbach. Modified files: branches/ruby_1_9_1/ChangeLog branches/ruby_1_9_1/object.c Index: ruby_1_9_1/ChangeLog =================================================================== --- ruby_1_9_1/ChangeLog (revision 21553) +++ ruby_1_9_1/ChangeLog (revision 21554) @@ -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 21:44:30 2009 NAKAMURA Usaku <usa@r...> * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_list Index: ruby_1_9_1/object.c =================================================================== --- ruby_1_9_1/object.c (revision 21553) +++ ruby_1_9_1/object.c (revision 21554) @@ -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/