From: "naruse (Yui NARUSE)" <naruse@...> Date: 2012-10-25T15:51:41+09:00 Subject: [ruby-core:48226] [ruby-trunk - Feature #6225] Hash#+ Issue #6225 has been updated by naruse (Yui NARUSE). Target version changed from 2.0.0 to next ---------------------------------------- Feature #6225: Hash#+ https://bugs.ruby-lang.org/issues/6225#change-31489 Author: trans (Thomas Sawyer) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: core Target version: next 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/