зеркало из https://github.com/github/ruby.git
* proc.c (Method#== doc): Fix doc, cf [ruby-core:24791]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0618ca3d8d
Коммит
608267e04c
4
proc.c
4
proc.c
|
@ -982,8 +982,8 @@ mnew(VALUE klass, VALUE obj, ID id, VALUE mclass, int scope)
|
|||
* call-seq:
|
||||
* meth == other_meth => true or false
|
||||
*
|
||||
* Two method objects are equal if that are bound to the same
|
||||
* object and contain the same body.
|
||||
* Two method objects are equal if they are bound to the same
|
||||
* object and refer to the same method definition.
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Загрузка…
Ссылка в новой задаче