mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm.c: [DOC] small fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
afd68cd871
commit
f9b298fe71
1 changed files with 1 additions and 1 deletions
2
vm.c
2
vm.c
|
@ -2895,7 +2895,7 @@ static VALUE usage_analysis_register_stop(VALUE self);
|
|||
* RubyVM.resolve_feature_path(feature) -> [:rb or :so, path]
|
||||
*
|
||||
* Identifies the file that will be loaded by "require(feature)".
|
||||
* This API is experimental and just for internal.
|
||||
* This API is experimental and just for internal use.
|
||||
*
|
||||
* RubyVM.resolve_feature_path("set")
|
||||
* #=> [:rb, "/path/to/set.rb"]
|
||||
|
|
Loading…
Add table
Reference in a new issue