143 144 145
# File 'lib/rbbt/rest/common/table.rb', line 143 def to_s self.invalid? ? self : "%.5g" % self.to_f end