pharo
pharo copied to clipboard
Review if #scanToken: in RBScanner is still needed
The comment in RBScanner(class)>>on: method recommends to use #scanTokens:
"Reader may consider scanTokens: as a better way to use the class."
but #scanToken: is only used in two tests:
I think we can deprecate and remove it and also remove the unnecessary part in the comment on RBScanner(class)>>on: then.
Side note: there is also a #scanToken: in MCScanner class as well, which I guess can get removed too