# File lib/money/core_extensions.rb, line 45
  def to_money(currency = nil)
    Money.parse(self, currency)
  end