module Stocktastic

Constants

VERSION

The version of Stocktastic

Public Class Methods

default_adapter() click to toggle source

Default adapter through which quotes are fetched.

# File lib/stocktastic.rb, line 10
def self.default_adapter
  Stocktastic::Adapter::Yahoo
end