* variable.c: Simplify rdoc for remove_const [Bug #5354]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4bce9fc7bd
commit
092db4dcf0
@ -1800,10 +1800,9 @@ rb_public_const_get_at(VALUE klass, ID id)
|
|||||||
* remove_const(sym) -> obj
|
* remove_const(sym) -> obj
|
||||||
*
|
*
|
||||||
* Removes the definition of the given constant, returning that
|
* Removes the definition of the given constant, returning that
|
||||||
* constant's value. Although predefined classes/modules also can be
|
* constant's previous value. If that constant referred to
|
||||||
* removed, they just can't be refered with the names but still
|
* a module, this will not change that module's name and can lead
|
||||||
* exist. It could cause very severe confusion.
|
* to confusion.
|
||||||
* Feel Free to Shoot Your Own Foot.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
VALUE
|
VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user