Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/marfa/helpers/classes/numeric.rb
Overview
Additional Numeric functionality
Instance Method Summary collapse
-
#to_price! ⇒ String
Convert numeric price to string price with preferred view.
Instance Method Details
#to_price! ⇒ String
Convert numeric price to string price with preferred view
7 8 9 |
# File 'lib/marfa/helpers/classes/numeric.rb', line 7 def to_price! self.to_s.to_price! end |