diff options
Diffstat (limited to 'lib/optparse/shellwords.rb')
| -rw-r--r-- | lib/optparse/shellwords.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/optparse/shellwords.rb b/lib/optparse/shellwords.rb index 0422d7c887..4feb1993d9 100644 --- a/lib/optparse/shellwords.rb +++ b/lib/optparse/shellwords.rb @@ -1,6 +1,7 @@ +# frozen_string_literal: false # -*- ruby -*- require 'shellwords' -require 'optparse' +require_relative '../optparse' OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)} |
