5 lines
117 B
Smalltalk
5 lines
117 B
Smalltalk
initialization
|
|
initialize
|
|
self category: self class unclassifiedTag.
|
|
self date: Date today.
|
|
self dontBeVisible |