# File lib/money/currency.rb, line 156 def ==(other_currency) self.equal?(other_currency) || self.id == other_currency.id end