|
Then I saw
paragraph "this method is here to find the paragraph in the chain, instead of relying on implementing #doesNotUnderstand: !!!"
| p | p := next. [ p isNotNil and: [ p isKindOf: RubParagraph ] ] whileFalse: [ p := p next ]. ^p
And I also see
doesNotUnderstand: aMessage ^ [ aMessage sendTo: next ] on: MessageNotUnderstood do: [ super doesNotUnderstand: aMessage ]
|
|
|
Priority: 2 – Really Important
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|