RBFormatter>>#acceptMethodNode: output category twice
By Lee Duhem - Posted on October 28th, 2009
| Project: | GNU Smalltalk |
| Component: | STInST |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
st> (Array lookupSelector: #print) methodFormattedSourceString
'print [
"Print a represention of the receiver on the Transcript
(stdout the GUI is not active)"
<category: ''printing''>
<category: ''printing''>
Transcript show: self printString
]'
