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