Instantly share code, notes, and snippets.
##The Singleton Pattern
class SantaClaus { private static uniqueInstance : SantaClaus;