module StockCruncher

StockCruncher class

Constants

VERSION

Public Class Methods

start(args = ARGV) click to toggle source
# File lib/stockcruncher.rb, line 11
def start(args = ARGV)
  StockCruncher::CLI.start(args)
rescue StandardError => e
  warn e.message
  exit 1
end