Categories: None [Edit]
tiny_singleton
Tiny Singleton is a very simple implementation of the Singleton Design
Pattern. Compared to the Singleton module in the stdlib, one does not
need to class 'klass.instance' to get access to the singleton object, one
can call 'klass.new' as usual. It is thus easier to add the Singleton
Pattern to an existing class without changing the way the code calls it.
Total
Ranking: 161,549 of 196,672
Downloads: 3,543
Daily
Ranking: 58,925 of 196,643
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 14 | 1,291,655,030 | minitest |
| 230 | 234,097,213 | yard |
| 8,098 | 564,910 | rubygems-tasks |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | DamienRobert |