When I require a pstore adapter in a library in my rails app that isn't loaded automatically at engine initialization, the three lines at the bottom are replacing the global instance adapter with the newly loaded adapter. That's sort of counter-intuitive.
Is this intentional behaviour? If it is, then how do I require flipper/adapters/pstore without changing my global adapter?