# File lib/singleton.rb, line 70 def dup raise TypeError, "can't dup instance of singleton #{self.class}" end