diff options
author | Marc-Andre Lafortune <[email protected]> | 2018-10-05 16:41:57 -0400 |
---|---|---|
committer | Marc-Andre Lafortune <[email protected]> | 2020-09-14 12:59:11 -0400 |
commit | 867f0c6793da63a8f80eb3d868fe10e859abe3d8 (patch) | |
tree | b9ca6f0a2c68f63a93e4cd3037a52cf93e608803 /lib/rdoc/ri/paths.rb | |
parent | 12a2e32d43256e37d36903c5fa5fabe556337d84 (diff) |
[ruby/rdoc] Prefer require_relative
Diffstat (limited to 'lib/rdoc/ri/paths.rb')
-rw-r--r-- | lib/rdoc/ri/paths.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |