From: "zzak (Zachary Scott)" Date: 2013-08-07T03:22:55+09:00 Subject: [ruby-core:56413] [ruby-trunk - Feature #6225] Hash#+ Issue #6225 has been updated by zzak (Zachary Scott). To put an end to the bikeshedding, and because I'd like this ticket to get a resolution: The original request was to alias Hash#+ to Hash#merge. matz, if you can make a decision on this alias it would be appreciated! To all other requests for Hash, aliases and other methods please open a new ticket. ---------------------------------------- Feature #6225: Hash#+ https://bugs.ruby-lang.org/issues/6225#change-40943 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/ _______________________________________________ ruby-core mailing list ruby-core@ruby-lang.org http://lists.ruby-lang.org/cgi-bin/mailman/listinfo/ruby-core