diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx/package.rb | 7 |
1 files changed, 1 insertions, 6 deletions
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 |
