From 7315a7d0a2844fb41f0b371dc8de61126a61b351 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 28 Jul 2014 17:22:33 -0400 Subject: [PATCH] Don't need this for now --- lib/squib/api/data.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/squib/api/data.rb b/lib/squib/api/data.rb index f13710c..316d83a 100644 --- a/lib/squib/api/data.rb +++ b/lib/squib/api/data.rb @@ -3,11 +3,6 @@ require 'roo' module Squib class Deck - #@api private todo - def csv(file: 'deck.csv', header: true) - raise 'Not implemented!' - end - # Convenience method for pulling Excel data from `.xlsx` files # Pulls the data into a Hash of arrays based on the columns. First row is assumed to be the header row. # See the example at {file:samples/excel.rb samples/excel.rb}. The accompanying Excel file is in the [source repository](https://github.com/andymeneely/squib/tree/master/samples)