Skip to content

Commit 697038e

Browse files
authored
Merge pull request #720 from aycabta/backport-ruby-core-require
Extend "require" range to backport Ruby core
2 parents 4db0c11 + 53cec2e commit 697038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/ri/paths.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
2-
require 'rdoc/ri'
2+
require 'rdoc/rdoc'
33

44
##
55
# The directories where ri data lives. Paths can be enumerated via ::each, or

0 commit comments

Comments
 (0)