class CoinSync::Currency
Public Instance Methods
<=>(other)
click to toggle source
# File lib/coinsync/currencies.rb, line 3 def <=>(other) self.code <=> other.code end
# File lib/coinsync/currencies.rb, line 3 def <=>(other) self.code <=> other.code end