I'm using the Xeroizer gem and want to monkey patch one of the pull requests which adds functionality I need.
There are four commits on that request, and for some of them it involves patching a class inside a module. Is it possible to do this without having to fork the gem and forever maintain that (or until such a time as this pull request is merged)?
I've found this stackoverflow question which is similar but doesn't quite cover the same scenario, and this post which deals with patching modules, but my attempts so far have ended up either breaking the gem or just not working.