summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util/zip_command.rb
diff options
context:
space:
mode:
authorZsolt Kozaroczy <[email protected]>2023-05-05 11:45:59 +0200
committerGitHub <[email protected]>2023-05-05 11:45:59 +0200
commit916ba45a77302bcd6e81f2a61a6cff6a2f1f8367 (patch)
treecf28aa1a8ca2c39e03ddca16086ec85b77410269 /lib/axlsx/util/zip_command.rb
parent3d10ac1e1b067de94e4344b25cbfeecd7bf4bdde (diff)
parent816ca05a3903fa4595c4e8382c6201e2615e72f4 (diff)
downloadcaxlsx-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.rb2
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'