Grafoscopio/src/Grafoscopio/GrafoscopioFmtEndingSpace.c...

13 lines
294 B
Smalltalk

Class {
#name : #GrafoscopioFmtEndingSpace,
#superclass : #GrafoscopioFormat,
#category : #'Grafoscopio-Pillar-TextFormat'
}
{ #category : #'target resize' }
GrafoscopioFmtEndingSpace >> beInstalledIn: aNode [
self
installTextNodeAtRightWithValue: String space
in: aNode
]