[#61822] Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...>

I would like to request developers meeting around April 17 or 18 in this mo=

14 messages 2014/04/03
[#61825] Re: Plan Developers Meeting Japan April 2014 — Urabe Shyouhei <shyouhei@...> 2014/04/03

It's good if we have a meeting then.

[#61826] Re: Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...> 2014/04/03

Regarding openssl issues, I=E2=80=99ve discussed possible meeting time with=

[#61833] Re: Plan Developers Meeting Japan April 2014 — Martin Bo煬et <martin.bosslet@...> 2014/04/03

Hi,

[ruby-core:61994] [CommonRuby - Feature #9625] Define `Pathname#/` to append to the path

From: transfire@...
Date: 2014-04-11 19:31:01 UTC
List: ruby-core #61994
Issue #9625 has been updated by Thomas Sawyer.


+1 This is a no-brainer.

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

* 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.



-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next