Monkeypatching is considered bad practice, as unexpected code leaks throughout an application. Including your gem will change the behavior of `Hash` for an entire application, which should be avoided. Please consider using [Refinements](http://yehudakatz.com/2010/11/30/ruby-2-0-refinements-in-practice/) instead.
Monkeypatching is considered bad practice, as unexpected code leaks throughout an application.
Including your gem will change the behavior of
Hashfor an entire application, which should be avoided.Please consider using Refinements instead.