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

Methods

html  

Public Instance methods

[Source]

     # File AS.dat.rb, line 739
739:    def html
740:       sprintf("%.2f", self).color('numeric')
741:    end

[Validate]