Issue #9625 has been updated by Akira Tanaka. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset ruby-trunk:r45826. ---------- * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+. Suggested by Alexey Muranov. [ruby-core:61432] [Feature #9625] ---------------------------------------- Feature #9625: Define `Pathname#/` to append to the path https://bugs.ruby-lang.org/issues/9625#change-46540 * Author: Alexey Muranov * Status: Closed * 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/