# File lib/money/money.rb, line 236
  def hash
    [cents.hash, currency.hash].hash
  end