Breaking the Singleton: How to Reload Ruby Singleton Instance
Ruby’s Singleton module has an undocumented method that lets you reload instances. Here’s how I used it to fix my Rails tests - https://blog.arkency.com/breaking-the-singleton-how-to-reload-ruby-singleton-instance/
Post a comment