diff options
Diffstat (limited to 'lib/optparse/shellwords.rb')
| -rw-r--r-- | lib/optparse/shellwords.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/optparse/shellwords.rb b/lib/optparse/shellwords.rb index 75cb57b72b..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)} +OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)} |
