A useful super class for Morphers.
Methods
Public Instance methods
[ show source ]
# File lib/raw/compiler/filter/morph/standard.rb, line 49
49: def after_end(buffer)
50: # gmosx: leave the leading space.
51: buffer << " <?r end ?>"
52: end