From: "drbrain (Eric Hodel)" Date: 2013-08-10T09:36:34+09:00 Subject: [ruby-core:56503] [ruby-trunk - Feature #6225] Hash#+ Issue #6225 has been updated by drbrain (Eric Hodel). =begin At DevelopersMeeting20130809 matz said: 17:26 charliesome: So it's rejected? 17:29 matz: I guess so. 17:29 matz: I still concern about merge is not a mere addition So if the original reporter still wishes to make this a feature please make a slide with a short justification and a few examples for the next meeting. =end ---------------------------------------- Feature #6225: Hash#+ https://bugs.ruby-lang.org/issues/6225#change-41054 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/