mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* proc.c: Removing duplicate doc [fix GH-987][ci skip]
Patch by @ronakjangir47 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
06a7b2ffcf
commit
d91e11b59d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Aug 4 09:32:30 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* proc.c: Removing duplicate doc [fix GH-987][ci skip]
|
||||||
|
Patch by @ronakjangir47
|
||||||
|
|
||||||
Tue Aug 4 09:21:58 2015 Richard Schneeman <richard.schneeman+foo@gmail.com>
|
Tue Aug 4 09:21:58 2015 Richard Schneeman <richard.schneeman+foo@gmail.com>
|
||||||
|
|
||||||
* doc/contributing.rdoc: fixed wrong instructions with OS X
|
* doc/contributing.rdoc: fixed wrong instructions with OS X
|
||||||
|
|
2
proc.c
2
proc.c
|
@ -1909,7 +1909,7 @@ rb_method_call_with_block(int argc, const VALUE *argv, VALUE method, VALUE pass_
|
||||||
* these is an <code>UnboundMethod</code> object.
|
* these is an <code>UnboundMethod</code> object.
|
||||||
*
|
*
|
||||||
* Unbound methods can only be called after they are bound to an
|
* Unbound methods can only be called after they are bound to an
|
||||||
* object. That object must be be a kind_of? the method's original
|
* object. That object must be a kind_of? the method's original
|
||||||
* class.
|
* class.
|
||||||
*
|
*
|
||||||
* class Square
|
* class Square
|
||||||
|
|
Loading…
Reference in a new issue