ruby / pathname

Pathname represents the name of a file or directory on the filesystem, but not the file itself.
BSD 2-Clause "Simplified" License
26 stars 16 forks source link

require fileutils in both methods using it #35

Closed toy closed 8 months ago

toy commented 8 months ago

rmtree is already requiring fileutils, but mkpath apparently relies on autoload of FileUtils. Switch to require for both methods