[ruby/pathname] Fix autoload
of FileUtils
Should not be `Pathname::FileUtils`. https://github.com/ruby/pathname/commit/d1eb366e73
This commit is contained in:
parent
f42230ff22
commit
64c8291c7e
@ -574,9 +574,9 @@ class Pathname # * Find *
|
||||
end
|
||||
|
||||
|
||||
class Pathname # * FileUtils *
|
||||
autoload(:FileUtils, 'fileutils')
|
||||
autoload(:FileUtils, 'fileutils')
|
||||
|
||||
class Pathname # * FileUtils *
|
||||
# Creates a full path, including any intermediate directories that don't yet
|
||||
# exist.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user