Feb. 21, 2013
4:11 a.m.
From Squeak list:
Bert Freudenberg wrote
I am reaing Class code,PositionableStream>>last
last "Return the final element in the receiver"
^ collection at: *position*
why not collection at: *readLimit*?
That method shouldn't even exist. You're right it's buggy. Very likely (hopefully) to be unused too. Thanks for spotting, should be gone soon :)
- Bert -
-- View this message in context: http://forum.world.st/Fwd-PositionableStream-last-tp4671176.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.