RxRuby
RxRuby copied to clipboard
[fix] clash with require_all gem
I had issues because i was using the require_all gem and the method name was overwritten.
I fixed it by namespacing the method via a module.
cheers & regards