Don't need this for now

dev
Andy Meneely 2014-07-28 17:22:33 -04:00
parent efe146e1e2
commit 7315a7d0a2
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@ require 'roo'
module Squib module Squib
class Deck 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 # 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. # 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) # 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)