From 73be92c5cd53ddbaaebf5768b481c3278736698b Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Mon, 5 Dec 2011 09:41:00 +0900 Subject: specs for new functionality --- lib/axlsx/package.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/axlsx/package.rb b/lib/axlsx/package.rb index d9b308ae..d5171a38 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -39,12 +39,7 @@ module Axlsx # z = Zip::ZipFile.open(input) # p.workbook = Workbook.parse z.get_entry(WORKBOOK_PN) # p - #end - - - - - + #end # @see workbook def workbook=(workbook) DataTypeValidator.validate "Package.workbook", Workbook, workbook; @workbook = workbook; end -- cgit v1.2.3