0
Started
Ruby Singleton using Standard Library Module Singleton
I think to first example without Thread Safe could be use Standard Library Module Singleton
Example:
require 'singleton' class Shop include Singleton end shop = Shop.instance
Customer support service by UserEcho
Thanks, Ricardo! You might be totally right, I'll check it with the guy who helped me with Ruby examples.