Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/marfa/helpers/classes/numeric.rb

Overview

Additional Numeric functionality

Instance Method Summary collapse

Instance Method Details

#to_price!String

Convert numeric price to string price with preferred view

Examples:

1042.42.to_price!

Returns:



7
8
9
# File 'lib/marfa/helpers/classes/numeric.rb', line 7

def to_price!
  self.to_s.to_price!
end