ruby/ext/pathname
Ivan Kuchin 1f1edeef3f [ruby/pathname] require fileutils in both methods using it
rmtree is already requiring fileutils, but mkpath apparently relies on
autoload of FileUtils. Switch to require for both methods

https://github.com/ruby/pathname/commit/07ad1fb41a
2023-12-28 00:07:56 +00:00
..
lib [ruby/pathname] require fileutils in both methods using it 2023-12-28 00:07:56 +00:00
depend Update the depend files 2023-02-28 09:09:00 -08:00
extconf.rb Try statx syscall 2019-02-20 06:54:23 +00:00
pathname.c [ruby/pathname] Remove taint/untaint methods because they should be removed since Ruby 3.2 released. 2023-03-27 07:21:52 +00:00
pathname.gemspec [ruby/pathname] Expose Pathname::VERSION 2023-04-14 12:42:36 +09:00