Class: CryptoTicker::Symbol

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

Instance Method Summary collapse

Instance Method Details

#to_fxpairObject



19
20
21
# File 'lib/crypto_ticker.rb', line 19

def to_fxpair
  FXPair.new( self.to_s.split('_').join('/').upcase )
end