1
0
Fork 0
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:
aycabta 2019-05-29 20:20:48 +09:00
parent fafcbe0eb0
commit ab7a6e1a16

View file

@ -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