From: duerst@... Date: 2020-12-31T09:22:51+00:00 Subject: [ruby-core:101835] [Ruby master Feature#17473] Make Pathname to embedded class of Ruby Issue #17473 has been updated by duerst (Martin D�rst). hsbt (Hiroshi SHIBATA) wrote in #note-9: > I'm not sure how embedded pure-Ruby implementation to core classes. The above request is the different request. I support making Pathname part of core Ruby. It's an extremely convenient library that I use very often. Just for the record, String#unicode_normalize is part of a core class but is implemented in pure Ruby. It's a single case, and includes loading code on demand. If we do more pure-Ruby implementations for core classes, we should think again about the best way to do it. ---------------------------------------- Feature #17473: Make Pathname to embedded class of Ruby https://bugs.ruby-lang.org/issues/17473#change-89665 * Author: hsbt (Hiroshi SHIBATA) * Status: Open * Priority: Normal * 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/ Unsubscribe: