[DOC] Fix method references to Method instance methods
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de0ef1a9df
commit
978290515e
@ -2738,7 +2738,7 @@ rb_const_list(void *data)
|
|||||||
* IO.constants.include?(:SYNC) #=> true
|
* IO.constants.include?(:SYNC) #=> true
|
||||||
* IO.constants(false).include?(:SYNC) #=> false
|
* IO.constants(false).include?(:SYNC) #=> false
|
||||||
*
|
*
|
||||||
* Also see Module::const_defined?.
|
* Also see Module#const_defined?.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
VALUE
|
VALUE
|
||||||
|
@ -1031,7 +1031,7 @@ rb_remove_method(VALUE klass, const char *name)
|
|||||||
* remove_method(string) -> self
|
* remove_method(string) -> self
|
||||||
*
|
*
|
||||||
* Removes the method identified by _symbol_ from the current
|
* Removes the method identified by _symbol_ from the current
|
||||||
* class. For an example, see Module.undef_method.
|
* class. For an example, see Module#undef_method.
|
||||||
* String arguments are converted to symbols.
|
* String arguments are converted to symbols.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user