class Numeric
Public Instance Methods
reduce()
click to toggle source
# File lib/subtitle_it.rb, line 22 def reduce self / 10**Math.log10(self).to_i end
# File lib/subtitle_it.rb, line 22 def reduce self / 10**Math.log10(self).to_i end