Implements some Hash methods which ruby will undoubtedly add in the future, possibly with different names.
Usage
a = {a: 1, b: 2, c: 3, d:
The gem only adds the methods if they don't already exist. In particular if you're using ruby 2.4, Hash#transform_values is already provided.
There are also ! versions of all these methods.