[Source]
# File AS.dat.rb, line 786 786: def color(klass) 787: %{<FONT class="#{klass}">#{self}</FONT>} 788: end
# File AS.dat.rb, line 789 789: def html 790: self.color('string') 791: end
[Validate]