From 2aac482b98ba8bf60fda892a802fd34ce85cc56e Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 May 2003 04:27:06 +0000 Subject: * lib/optparse.rb: get rid of warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/optparse/shellwords.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/optparse/shellwords.rb') diff --git a/lib/optparse/shellwords.rb b/lib/optparse/shellwords.rb index 75cb57b72..0422d7c88 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)} -- cgit