From: arne@... Date: 2014-04-29T05:42:45+00:00 Subject: [ruby-core:62213] [ruby-trunk - Feature #9784] [Open] Alias URI#merge to URI#join Issue #9784 has been reported by Arne Brasseur. ---------------------------------------- Feature #9784: Alias URI#merge to URI#join https://bugs.ruby-lang.org/issues/9784 * Author: Arne Brasseur * Status: Open * Priority: Normal * Assignee: * Category: lib * Target version: ---------------------------------------- To make Pathname and URI more consistent, it would be great to have a `join` instance method that behaves like `Pathname#join`. This could be a simple alias of `URI#merge`. -- https://bugs.ruby-lang.org/