From 1aff775d398793d6ff606a1e7efb9eac6099c152 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 25 Dec 2010 03:48:57 +0000 Subject: * load.c (rb_f_require_relative): don't omit return type. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'load.c') diff --git a/load.c b/load.c index 2628b31c12..dee450906d 100644 --- a/load.c +++ b/load.c @@ -461,7 +461,7 @@ rb_f_require(VALUE obj, VALUE fname) * file's path. If the file's path cannot be determined a LoadError is raised. * If a file is loaded +true+ is returned and false otherwise. */ - +VALUE rb_f_require_relative(VALUE obj, VALUE fname) { VALUE rb_current_realfilepath(void); -- cgit v1.2.3