From 3992aaa36c0b62c560836ffdcc192c2a93929455 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Dec 2014 03:48:35 +0000 Subject: vm_eval.c: fix `rb_eval_string_wrap` rdoc * vm_eval.c (rb_eval_string_wrap): [DOC] Fix `rb_eval_string_wrap` documentation. It is referencing `require` instead of `load`. The former does not have the optional argument. [Fix GH-779] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_eval.c') diff --git a/vm_eval.c b/vm_eval.c index 1a6f49b08c..49ca9d4191 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -1442,7 +1442,7 @@ rb_eval_string_protect(const char *str, int *state) /** * Evaluates the given string under a module binding in an isolated binding. - * This is same as the binding for required libraries on "require('foo', true)". + * This is same as the binding for loaded libraries on "load('foo', true)". * * __FILE__ will be "(eval)", and __LINE__ starts from 1 in the evaluation. * -- cgit v1.2.3