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: 157,495 of 187,622
          Downloads: 3,379
        Daily
Ranking: 139,079 of 187,603
          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 | 
|---|---|---|
| 15 | 1,090,420,232 | minitest | 
| 224 | 197,278,027 | yard | 
| 7,766 | 503,312 | rubygems-tasks | 
Owners
| # | Gravatar | Handle | 
|---|---|---|
| 1 | DamienRobert |