From: transfire@... Date: 2014-04-11T19:31:01+00:00 Subject: [ruby-core:61994] [CommonRuby - Feature #9625] Define `Pathname#/` to append to the path 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/