April 20, 2013
6:01 p.m.
How come this evaluates to false? Integer canUnderstand: #readFrom: --> false Integer includesSelector: #readFrom: --> false However, it does implement the method. Integer readFrom: '1' readStream. --> 1 -- Milan Mimica http://sparklet.sf.net