diff options
Diffstat (limited to 'lib/axlsx/package.rb')
| -rw-r--r-- | lib/axlsx/package.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/package.rb b/lib/axlsx/package.rb index f22ad2ac..dd0432cd 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Axlsx # Package is responsible for managing all the bits and peices that Open Office XML requires to make a valid # xlsx document including validation and serialization. |
