summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-07-13 15:23:49 +0200
committerBenoit Daloze <eregontp@gmail.com>2019-07-13 15:23:49 +0200
commit4a935bc6f66fda448fb430c7627a2f175dcd0650 (patch)
tree29d5fbd8a3b7122286910e7383f71218e0bc090e /vm.c
parentb0f6f33094606e50296cb525184708454420e860 (diff)
Document $LOAD_PATH.resolve_feature_path in globals.rdoc
* RDoc does not seem to support documenting singleton object methods, and making $LOAD_PATH a class as a workaround is too weird.
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/vm.c b/vm.c
index 09e727ff7f..b5412d1a6d 100644
--- a/vm.c
+++ b/vm.c
@@ -2937,18 +2937,6 @@ static VALUE usage_analysis_operand_stop(VALUE self);
static VALUE usage_analysis_register_stop(VALUE self);
#endif
-/*
- * Document-method: RubyVM::resolve_feature_path
- * call-seq:
- * 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 use.
- *
- * RubyVM.resolve_feature_path("set")
- * #=> [:rb, "/path/to/set.rb"]
- */
-
void
Init_VM(void)
{