# File lib/money/money/constructors.rb, line 12
    def empty(currency = default_currency)
      new(0, currency)
    end