From: "trans (SYSTEM ERROR)" Date: 2013-08-10T14:31:58+09:00 Subject: [ruby-core:56504] [ruby-trunk - Feature #6225] Hash#+ Issue #6225 has been updated by trans (SYSTEM ERROR). =begin > So if the ((*original reporter*))... That would be me, but I am not going to make a slide. Some one else can if they like. Personally I think it's obvious. #merge is one of the most commonly used methods of Hash, so having an operator for it, if at all possible, is a no-brainer in my opinion. Given the options, what other operator even comes close in meaning more so than #+? So merge is not commutative. Big deal. Technically neither is String#+. =end ---------------------------------------- Feature #6225: Hash#+ https://bugs.ruby-lang.org/issues/6225#change-41058 Author: trans (SYSTEM ERROR) Status: Assigned Priority: Normal Assignee: matz (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 -- http://bugs.ruby-lang.org/