Skip to content

Commit d1eb366

Browse files
committed
Fix autoload of FileUtils
Should not be `Pathname::FileUtils`.
1 parent cd0d25a commit d1eb366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pathname.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,9 @@ def find(ignore_error: true) # :yield: pathname
574574
end
575575

576576

577-
class Pathname # * FileUtils *
578-
autoload(:FileUtils, 'fileutils')
577+
autoload(:FileUtils, 'fileutils')
579578

579+
class Pathname # * FileUtils *
580580
# Creates a full path, including any intermediate directories that don't yet
581581
# exist.
582582
#

0 commit comments

Comments
 (0)