diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-05 11:45:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-05 11:45:59 +0200 |
| commit | 916ba45a77302bcd6e81f2a61a6cff6a2f1f8367 (patch) | |
| tree | cf28aa1a8ca2c39e03ddca16086ec85b77410269 /lib/axlsx/util/zip_command.rb | |
| parent | 3d10ac1e1b067de94e4344b25cbfeecd7bf4bdde (diff) | |
| parent | 816ca05a3903fa4595c4e8382c6201e2615e72f4 (diff) | |
| download | caxlsx-916ba45a77302bcd6e81f2a61a6cff6a2f1f8367.tar.gz caxlsx-916ba45a77302bcd6e81f2a61a6cff6a2f1f8367.zip | |
Merge pull request #219 from pkmiec/frozenStrings
Frozen strings
Diffstat (limited to 'lib/axlsx/util/zip_command.rb')
| -rw-r--r-- | lib/axlsx/util/zip_command.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/util/zip_command.rb b/lib/axlsx/util/zip_command.rb index 23fd7cf6..00faa942 100644 --- a/lib/axlsx/util/zip_command.rb +++ b/lib/axlsx/util/zip_command.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'open3' require 'shellwords' |
