Class: Float

Inherits:
Object
  • Object
show all
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_quantityObject



7
8
9
# File 'lib/cookbook/extensions/float.rb', line 7

def format_quantity
  to_s.sub(/\.?0+$/, '')
end