Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/subtitle_it.rb
Instance Method Summary collapse
Instance Method Details
#reduce ⇒ Object
19 20 21 |
# File 'lib/subtitle_it.rb', line 19 def reduce self / ( 10 ** Math::log10(self).to_i) end |