RBFormatter>>#acceptMethodNode: output category twice
By Lee Duhem - Posted on October 28th, 2009
| Project: | GNU Smalltalk |
| Component: | STInST |
| Category: | bug |
| Priority: | normal |
| Assigned: | bonzinip |
| 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
]'
Updates
#1 submitted by Paolo Bonzini on Fri, 11/27/2009 - 12:28
| Assigned to: | Unassigned | » bonzinip |
