# File lib/money/currency.rb, line 140 def <=>(other_currency) self.priority <=> other_currency.priority end