Class: String

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

Instance Method Summary collapse

Instance Method Details

#to_big_money(currency = nil) ⇒ Object



2
3
4
# File 'lib/big_money/core_extensions.rb', line 2

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