0
Начато
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
Сервис поддержки клиентов работает на платформе UserEcho
Thanks, Ricardo! You might be totally right, I'll check it with the guy who helped me with Ruby examples.