Actions
Feature #15947
closedENV.merge!
Feature #15947:
ENV.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
Added by kachick (Kenichi Kamiya) over 6 years ago. Updated over 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!