Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/subtitle_it.rb

Instance Method Summary collapse

Instance Method Details

#reduceObject



20
21
22
# File 'lib/subtitle_it.rb', line 20

def reduce
  self / 10**Math.log10(self).to_i
end