Small correction: On Jun 29, 2007, at 10:15 AM, Ian Piumarta wrote:
> _vtable removeMethodAt: aSelector
> [
> | index |
> (index := self findIndexOrNil: aSelector) ifFalse: [^self
> errorKeyNotFound: aSelector].
> index to: self tally - 1 do: [:i | bindings at: i put:
> (bindings at: i + 1)].
index to: self tally - 2 do: ...
Sorry!
Ian
_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc
