From: Avdi Grimm Date: 2014-03-12T11:55:30+01:00 Subject: [ruby-core:61433] Re: [CommonRuby - Feature #9625] [Open] Define `Pathname#/` to append to the path --089e0112bf44d8a32804f466ac17 Content-Type: text/plain; charset=ISO-8859-1 Didn't this exist once and was later taken out? I have a dim (possibly false) memory of this. -- Avdi Grimm http://avdi.org On Mar 12, 2014 5:12 AM, wrote: > Issue #9625 has been reported by Alexey Muranov. > > ---------------------------------------- > Feature #9625: Define `Pathname#/` to append to the path > https://bugs.ruby-lang.org/issues/9625 > > * Author: Alexey Muranov > * Status: Open > * Priority: Normal > * Assignee: > * Category: > * Target version: > ---------------------------------------- > How about borrowing this definition from *Homebrew* project: > > class Pathname > def / that > join that.to_s > end > end > > Looks nice to me. > > > > -- > http://bugs.ruby-lang.org/ > --089e0112bf44d8a32804f466ac17 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Didn't this exist once and was later taken out? I have a= dim (possibly false) memory of this.

--
Avdi Grimm
http://avdi.org

On Mar 12, 2014 5:12 AM, <alexey.muranov@gmail.com> wrote:
Issue #9625 has been reported by Alexey Muranov.

----------------------------------------
Feature #9625: Define `Pathname#/` to append to the path
https:= //bugs.ruby-lang.org/issues/9625

* Author: Alexey Muranov
* Status: Open
* Priority: Normal
* Assignee:
* Category:
* Target version:
----------------------------------------
How about borrowing this definition from *Homebrew* project:

=A0 =A0 class Pathname
=A0 =A0 =A0 def / that
=A0 =A0 =A0 =A0 join that.to_s
=A0 =A0 =A0 end
=A0 =A0 end

Looks nice to me.



--
http://bugs.ruby-l= ang.org/
--089e0112bf44d8a32804f466ac17--