From 1d3d27b42d1371ba6242ec217ca803f107ceb9eb Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 6 May 2001 15:06:00 +0000 Subject: forgot some checkins. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/getopts.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/getopts.rb') diff --git a/lib/getopts.rb b/lib/getopts.rb index 490523b878..8a5917e794 100644 --- a/lib/getopts.rb +++ b/lib/getopts.rb @@ -77,8 +77,8 @@ end elsif boolopts.key? opt then # ruby --verbose boolopts[ opt ] = true else - return nil - end + return nil + end c += 1 when /\A-(.+)/ -- cgit v1.2.3