Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/big_money/types.rb

Instance Method Summary collapse

Instance Method Details

#to_big_money(currency = nil) ⇒ Object



4
5
6
# File 'lib/big_money/types.rb', line 4

def to_big_money(currency = nil)
  BigMoney.new(self, currency)
end