Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#to_money(currency = MoreMoney::Money.default_currency) ⇒ Object



47
48
49
# File 'lib/more_money/core_extensions.rb', line 47

def to_money(currency = MoreMoney::Money.default_currency)
  MoreMoney::Money.new(nil, currency)
end