Actions
Feature #15947
closedENV.merge!
Description
ENV basically has hash like methods.
So I would like to apply an alias ENV.merge!
that behavior is same as ENV.update
.
Actions
Like0
Like0Like0Like0
Added by kachick (Kenichi Kamiya) about 6 years ago. Updated about 6 years ago.
Description
ENV basically has hash like methods.
So I would like to apply an alias ENV.merge!
that behavior is same as ENV.update
.
This looks good to me, I'll merge it.
Thank you for the PR.
Applied in changeset git|d01fd821875b989affc36e54e98f5dd67f47062e.
Alias ENV.merge! as ENV.update
[Feature #15947]
Thank you!