vm.c: [DOC] small improvements
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef0615b6ef
commit
e7719a1c6a
4
vm.c
4
vm.c
@ -2845,8 +2845,8 @@ Init_VM(void)
|
|||||||
/*
|
/*
|
||||||
* Document-class: RubyVM
|
* Document-class: RubyVM
|
||||||
*
|
*
|
||||||
* RubyVM module provides some access to Ruby internal.
|
* The RubyVM module provides some access to Ruby internals.
|
||||||
* This module is for very limited purpose, such as debugging,
|
* This module is for very limited purposes, such as debugging,
|
||||||
* prototyping, and research. Normal users must not use it.
|
* prototyping, and research. Normal users must not use it.
|
||||||
*/
|
*/
|
||||||
rb_cRubyVM = rb_define_class("RubyVM", rb_cObject);
|
rb_cRubyVM = rb_define_class("RubyVM", rb_cObject);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user