diff options
Diffstat (limited to 'lib/axlsx/util/storage.rb')
| -rw-r--r-- | lib/axlsx/util/storage.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/axlsx/util/storage.rb b/lib/axlsx/util/storage.rb index 4932c93c..2ce0d8f5 100644 --- a/lib/axlsx/util/storage.rb +++ b/lib/axlsx/util/storage.rb @@ -1,9 +1,11 @@ +# frozen_string_literal: true + module Axlsx # The Storage class represents a storage object or stream in a compound file. class Storage # Packing for the Storage when pushing an array of items into a byte stream # Name, name length, type, color, left sibling, right sibling, child, classid, state, created, modified, sector, size - PACKING = "s32 s1 c2 l3 x16 x4 q2 l q".freeze + PACKING = "s32 s1 c2 l3 x16 x4 q2 l q" # storage types TYPES = { |
