From c6915042aba8525ab40a27342a04a2accf865955 Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 30 Dec 2018 13:21:30 +0000 Subject: vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- load.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'load.c') diff --git a/load.c b/load.c index 544357daba..d3ea6d7512 100644 --- a/load.c +++ b/load.c @@ -943,16 +943,7 @@ load_ext(VALUE path) return (VALUE)dln_load(RSTRING_PTR(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. - * - * RubyVM.resolve_feature_path("set") - * #=> [:rb, "/path/to/feature.rb"] - */ +/* Method is documented in vm.c */ VALUE rb_resolve_feature_path(VALUE klass, VALUE fname) -- cgit v1.2.3