Actions
Bug #4709
closedRevise documentation for Singleton
    Bug #4709:
    Revise documentation for Singleton
  
Description
Singleton seemed to be light on documentation, and it included some non-working example code that seemed to function as documentation and tests. In addition, a few classes and methods in the example code were picked up by Rdoc.
The first patch:
- Removes the example code.
 - Revises the documentation.
 
The second patch:
- Adds some basic tests for Singleton.
 
Files
Actions