10 11 12
# File 'lib/big_money/types.rb', line 10 def to_big_money(currency = nil) BigMoney.new(self, currency) end