Module: Sing
- Included in:
- Class
- Defined in:
- ext/sing/sing.c
Instance Method Summary collapse
Instance Method Details
#singleton? ⇒ Boolean
5 6 7 8 |
# File 'ext/sing/sing.c', line 5
VALUE singleton(VALUE self) {
if(FL_TEST(self, FL_SINGLETON)) return Qtrue;
else return Qfalse;
}
|