Skip to content

Commit

Permalink
merges r21493 from trunk into ruby_1_9_1.
Browse files Browse the repository at this point in the history
* object.c (rb_obj_not_match): rdoc.
  Patch by Kornelius Kalnbach.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
yugui committed Jan 15, 2009
1 parent 12e5996 commit 03d1b31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Tue Jan 13 21:28:14 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>

* object.c (rb_obj_not_match): rdoc.
Patch by Kornelius Kalnbach.

Tue Jan 13 21:44:30 2009 NAKAMURA Usaku <usa@ruby-lang.org>

* io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_list
Expand Down
5 changes: 3 additions & 2 deletions object.c
Expand Up @@ -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
Expand Down

0 comments on commit 03d1b31

Please sign in to comment.