aboutsummaryrefslogtreecommitdiffstats
path: root/lib/optparse/shellwords.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optparse/shellwords.rb')
-rw-r--r--lib/optparse/shellwords.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse/shellwords.rb b/lib/optparse/shellwords.rb
index 75cb57b72b..0422d7c887 100644
--- a/lib/optparse/shellwords.rb
+++ b/lib/optparse/shellwords.rb
@@ -3,4 +3,4 @@
require 'shellwords'
require 'optparse'
-OptionParser.accept(Shellwords) {|s| Shellwords.shellwords(s)}
+OptionParser.accept(Shellwords) {|s,| Shellwords.shellwords(s)}