I'm trying to understand how to copy a rubric text morph. I don't have a 2nd implementor of #text:textStyle:textColor so how does this work?
RubAbstractTextArea>>text: t textStyle: s color: c textColor: tc
"Private -- for use only in morphic duplication"
self releaseParagraph.
super text: t textStyle: s color: c textColor: tc.
