[rubygems/rubygems] Remove fileutils autoload

dca345441f
This commit is contained in:
David Rodríguez 2020-07-02 15:11:18 +02:00 committed by Hiroshi SHIBATA
parent fedaa61b3f
commit fe53e5a9f3
Notes: git 2020-07-31 21:08:10 +09:00
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,4 @@
# frozen_string_literal: true
autoload :FileUtils, 'fileutils'
require "rubygems/text"
##