It's a good practice to scope patches using Refinements, but sometimes it's nice to load it globally (for example in development, or testing).
Say for example you want to start a console, require your library, and then have the patched methods available in the global scope. You couldn't do this wit...