class CryptoTicker::FXPair
Public Instance Methods
to_sym()
click to toggle source
# File lib/crypto_ticker.rb, line 14 def to_sym self.downcase.split('/').join('_').to_sym end
# File lib/crypto_ticker.rb, line 14 def to_sym self.downcase.split('/').join('_').to_sym end