From: "hsbt (Hiroshi SHIBATA) via ruby-core" Date: 2025-07-15T08:30:08+00:00 Subject: [ruby-core:122776] [Ruby Feature#17473] Make Pathname to embedded class of Ruby Issue #17473 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Assigned to Closed I made `Pathname` to embedded core class now. * https://github.com/ruby/ruby/pull/13873 * https://github.com/ruby/ruby/pull/13885 * https://github.com/ruby/ruby/pull/13887 `Pathname#find`, `Pathname#mkpath`, `Pathname#rmtree` and `Pathname.mktmpdir` is remained on `lib/pathname.rb`. So, the users need to require `pathname.rb` for that methods. We should migrate them to `pathname_builtin.rb` or `pathname.c` without extra dependencies. ---------------------------------------- Feature #17473: Make Pathname to embedded class of Ruby https://bugs.ruby-lang.org/issues/17473#change-114054 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Assignee: akr (Akira Tanaka) ---------------------------------------- pathname is one of most useful utility class of Ruby. I'm happy to use Pathname without require it. Any thought? -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/