summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/axlsx/workbook/workbook.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/axlsx/workbook/workbook.rb b/lib/axlsx/workbook/workbook.rb
index 60780c97..60bee011 100644
--- a/lib/axlsx/workbook/workbook.rb
+++ b/lib/axlsx/workbook/workbook.rb
@@ -83,6 +83,9 @@ require 'axlsx/workbook/worksheet/table.rb'
# @return [SimpleTypedList]
attr_reader :drawings
+ # pretty sure this two are always empty and can be removed.
+
+
# A colllection of tables associated with this workbook
# @note The recommended way to manage drawings is Worksheet#add_table
# @see Worksheet#add_table