[Seaside] Object new initialize

Esteban A. Maringolo emaringolo at gmail.com
Fri Aug 31 17:31:49 UTC 2007


On 8/30/07, Michael Lucas-Smith <mlucas-smith at cincom.com> wrote:
> Squeak has the #initialize pattern on Object - but VisualWorks doesn't.
> I'm not sure about Gemstone or Dolphin.

Dolphin has Object>>#initialize with an empty method body (answers receiver).
However #new with use of #initialize is only defined in Model class,
and some others, but not in Object class.

Regards,

-- 
Esteban A. Maringolo
eMaringolo at gmail.com


More information about the seaside mailing list