ProtoObjectObjectWAPresenterWAComponentWAClosureTest
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| as yet unclassified |
|---|
| ensure |
[self go] ensure: [self inform: 'ensure'] |
| go |
|i| i _ 1. #(a b c) do: [:each | self inform: each asString, ' ', i asString. i _ i + 1] |
| renderContentOn: html |
html anchorWithAction: [self go] text: 'go'. html space. html anchorWithAction: [self ensure] text: 'go with ensure'. |