Richard Twena
Results
3
comments of
Richard Twena
The above issues can be mitigated by using `base.extend ClassMethods` instead of `singleton_class.prepend` However, with `base.extend` you cannot overwrite existing class methods. You will have to use `singleton_class.prepend`
I'm going to close this issue and reopen when I have actual proof/specs.
I think this is a breaking change from v2 to v3 of open-next. I'm unsure what version this repo is targeting