Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/cookbook/extensions/float.rb
Overview
Give Floats the ability to display with human-readable precision
Instance Method Summary collapse
Instance Method Details
#format_quantity ⇒ Object
7 8 9 |
# File 'lib/cookbook/extensions/float.rb', line 7 def format_quantity to_s.sub(/\.?0+$/, '') end |