Project

General

Profile

Actions

Feature #17384

closed

shorthand of Hash#merge

Added by tjdgnsqn133 (Kim Seonghoon) over 3 years ago. Updated over 3 years ago.

Status:
Feedback
Assignee:
-
Target version:
-
[ruby-core:101355]

Description

Hi, all.
When I used Hash#merge, I thought it is uncomfortable.

a = {k: 1}
b = {j: 2}
c = a.merge(b)

If hash provides + like array, so useful.


Related issues 1 (0 open1 closed)

Is duplicate of Ruby master - Feature #6225: Hash#+Rejectedmatz (Yukihiro Matsumoto)03/30/2012Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0