Class String
In: AS.dat.rb
Parent: Object

Methods

color   html  

Public Instance methods

[Source]

     # File AS.dat.rb, line 786
786:    def color(klass)
787:       %{<FONT class="#{klass}">#{self}</FONT>}
788:    end

[Source]

     # File AS.dat.rb, line 789
789:    def html
790:       self.color('string')
791:    end

[Validate]