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/