From ab7a6e1a1651d82d327d155b78a8e3af1d976707 Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 29 May 2019 20:20:48 +0900 Subject: Use "require" just for essential The 559dca509d2a98584b09c7d9a6d74749ce793ad7 contains an excess range in using "require". --- 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 f76721d318..d41e610591 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 'rdoc/ri' ## # The directories where ri data lives. Paths can be enumerated via ::each, or -- cgit v1.2.3