We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autoload
FileUtils
1 parent cd0d25a commit d1eb366Copy full SHA for d1eb366
1 file changed
lib/pathname.rb
@@ -574,9 +574,9 @@ def find(ignore_error: true) # :yield: pathname
574
end
575
576
577
-class Pathname # * FileUtils *
578
- autoload(:FileUtils, 'fileutils')
+autoload(:FileUtils, 'fileutils')
579
+class Pathname # * FileUtils *
580
# Creates a full path, including any intermediate directories that don't yet
581
# exist.
582
#
0 commit comments