Bug #952 ยป rb_obj_not_match_docu.diff
| 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
|
||