Module: StockTracker

Defined in:
lib/stocktracker.rb

Defined Under Namespace

Classes: CurrentQuote, MockCurrentQuote, MockPastQuote, PastQuote

Class Method Summary collapse

Class Method Details

.cacheObject



6
7
8
# File 'lib/stocktracker.rb', line 6

def self.cache
  @cache ||= Redis.new
end