mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use "require" just for essential
The 559dca509d
contains an excess range in
using "require".
This commit is contained in:
parent
fafcbe0eb0
commit
ab7a6e1a16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue