From 5348a34504a67597e3a3ed98a3020dfd762241ad Mon Sep 17 00:00:00 2001 From: Ulysse Buonomo Date: Thu, 10 Feb 2022 03:31:06 +0100 Subject: [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) This patch makes sure we only load relative code. Hence when coding or testing rdoc, we'll be sure to always be using the correct code. Discussion started at https://github.com/ruby/rdoc/pull/817. Signed-off-by: Ulysse Buonomo https://github.com/ruby/rdoc/commit/aa41bd48eb Co-authored-by: Nobuyoshi Nakada --- libexec/rdoc | 1 - 1 file changed, 1 deletion(-) (limited to 'libexec') diff --git a/libexec/rdoc b/libexec/rdoc index aaa23292df..95b6eea277 100755 --- a/libexec/rdoc +++ b/libexec/rdoc @@ -41,4 +41,3 @@ rescue Exception => e exit 1 end - -- cgit v1.2.1