# File lib/money/money.rb, line 353
  def hash
    [fractional.hash, currency.hash].hash
  end