From 867f0c6793da63a8f80eb3d868fe10e859abe3d8 Mon Sep 17 00:00:00 2001 From: Marc-Andre Lafortune Date: Fri, 5 Oct 2018 16:41:57 -0400 Subject: [ruby/rdoc] Prefer require_relative --- lib/rdoc/ri/paths.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rdoc/ri/paths.rb') diff --git a/lib/rdoc/ri/paths.rb b/lib/rdoc/ri/paths.rb index 7891d1e0ac..8e89b04e54 100644 --- a/lib/rdoc/ri/paths.rb +++ b/lib/rdoc/ri/paths.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -require 'rdoc/rdoc' +require_relative '../rdoc' ## # The directories where ri data lives. Paths can be enumerated via ::each, or -- cgit v1.2.3