mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Update Object#=~ [ci skip]
see r65989 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f84ae88b2c
commit
968fcd8346
1 changed files with 4 additions and 3 deletions
7
object.c
7
object.c
|
@ -1678,9 +1678,10 @@ rb_false(VALUE obj)
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* obj =~ other -> nil
|
* obj =~ other -> nil
|
||||||
*
|
*
|
||||||
* Pattern Match---Overridden by descendants (notably
|
* This method is deprecated.
|
||||||
* <code>Regexp</code> and <code>String</code>) to provide meaningful
|
*
|
||||||
* pattern-match semantics.
|
* This is not only unuseful but also troublesome because it
|
||||||
|
* may hide a type error.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue