Module: LemonadeStand::Display
- Defined in:
- lib/lemonade_stand/display.rb
Class Method Summary collapse
Class Method Details
.money(input) ⇒ Object
5 6 7 8 |
# File 'lib/lemonade_stand/display.rb', line 5 def self.money input Money.use_i18n = false "$" + Money.new(input).to_s end |