Class: CryptoTicker::FXPair

Inherits:
String
  • Object
show all
Defined in:
lib/crypto_ticker.rb

Instance Method Summary collapse

Instance Method Details

#to_symObject



14
15
16
# File 'lib/crypto_ticker.rb', line 14

def to_sym
  self.downcase.split('/').join('_').to_sym
end