summaryrefslogtreecommitdiff
path: root/test/optparse/test_optarg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/optparse/test_optarg.rb')
-rw-r--r--test/optparse/test_optarg.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/optparse/test_optarg.rb b/test/optparse/test_optarg.rb
index 3114b80fc5..b7436fb74c 100644
--- a/test/optparse/test_optarg.rb
+++ b/test/optparse/test_optarg.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: false
require_relative 'test_optparse'
class TestOptionParser::OptArg < TestOptionParser