* 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:
parent
0618ca3d8d
commit
608267e04c
4
proc.c
4
proc.c
@ -982,8 +982,8 @@ mnew(VALUE klass, VALUE obj, ID id, VALUE mclass, int scope)
|
|||||||
* call-seq:
|
* call-seq:
|
||||||
* meth == other_meth => true or false
|
* meth == other_meth => true or false
|
||||||
*
|
*
|
||||||
* Two method objects are equal if that are bound to the same
|
* Two method objects are equal if they are bound to the same
|
||||||
* object and contain the same body.
|
* object and refer to the same method definition.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user