Using the gruff gem - a small spike to create graphs using Ruby (initially for stock charts)
require_relative 'stock_graph_builder'
StockGraphBuilder.new("goog.csv", "Google Stock").build
Using the gruff gem - a small spike to create graphs using Ruby (initially for stock charts)
Ruby