Class: Numeric

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



10
11
12
# File 'lib/big_money/types.rb', line 10

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