3.6.4Editing Generated Methods
Select the generated initialize method, and change it to:
WebCounter>>initialize
super initialize.
count := 0
To save the method, select Edit | Accept or press Ctrl+S.
Select the generated initialize method, and change it to:
WebCounter>>initialize
super initialize.
count := 0
To save the method, select Edit | Accept or press Ctrl+S.
Copyright © 23 March 2023 Stéphane Ducasse, Lukas Renggli, C. David Shaffer, Rick Zaccone
This book is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 license.
This book is published using Seaside, Magritte and the Pier book publishing engine.