From: nobu@... Date: 2014-04-28T01:56:15+00:00 Subject: [ruby-core:62186] [ruby-trunk - Feature #6225] Hash#+ Issue #6225 has been updated by Nobuyoshi Nakada. Related to deleted (Feature #9778: Bring shortcut methods to Hash) ---------------------------------------- Feature #6225: Hash#+ https://bugs.ruby-lang.org/issues/6225#change-46341 * Author: Thomas Sawyer * Status: Rejected * Priority: Normal * Assignee: Yukihiro Matsumoto * Category: core * Target version: next minor ---------------------------------------- Strings and Arrays can be combined with #+. I don't see any reason not to allow Hashes to do so as well. class Hash alias :+ :merge end -- https://bugs.ruby-lang.org/