diff options
| author | Randy Morgan <[email protected]> | 2011-12-05 09:41:00 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-12-05 09:41:00 +0900 |
| commit | 73be92c5cd53ddbaaebf5768b481c3278736698b (patch) | |
| tree | c03e5c39db2e9dc453cbddcca823ad8c9b13be48 /lib | |
| parent | b660d79bb3aa31d9f3e869d44b5851f02caa865b (diff) | |
| download | caxlsx-73be92c5cd53ddbaaebf5768b481c3278736698b.tar.gz caxlsx-73be92c5cd53ddbaaebf5768b481c3278736698b.zip | |
specs for new functionality
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 |
