module StockShaker

Define rubygems version

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/stock_shaker/config.rb, line 12
def config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/stock_shaker/config.rb, line 8
def configure
  yield config
end