Project

General

Profile

Bug #952 ยป rb_obj_not_match_docu.diff

murphy (Kornelius Kalnbach), 12/30/2008 10:32 PM

View differences:

object.c (working copy)
/*
* 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
    (1-1/1)