rb_obj_not_match_docu.diff
| object.c (working copy) | ||
|---|---|---|
| 1092 | 1092 | |
| 1093 | 1093 |
/* |
| 1094 | 1094 |
* call-seq: |
| 1095 |
* obj !~ other => nil
|
|
| 1095 |
* obj !~ other => true or false
|
|
| 1096 | 1096 |
* |
| 1097 |
* Returns true if two objects does not match, using <i>=~</i> method. |
|
| 1097 |
* Returns true if two objects do not match (using the <i>=~</i> |
|
| 1098 |
* method), otherwise false. |
|
| 1098 | 1099 |
*/ |
| 1099 | 1100 | |
| 1100 | 1101 |
static VALUE |