Jan. 21, 2011
1:28 p.m.
I was not sure if this is the right list. There is example like this in logging chapter of the Pharo book: Gofer new project: 'Logging'; package: 'ProcessSpecific'; package: 'Logging'; load It does not work. Maybe it should be: Gofer new squeaksource: 'Logging'; package: 'ProcessSpecific'; package: 'Logging'; load -- Panu