aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-09-01 09:48:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-09-01 09:48:03 +0000
commit69a3aaf154948d653fa3653cd2b3c3b3af979769 (patch)
treef83116ebca291337b9948831c617217c18f6a317 /lib/getoptlong.rb
parenta1b57d0add85a248666fb55c58aa8c0c772136fc (diff)
downloadruby-69a3aaf154948d653fa3653cd2b3c3b3af979769.tar.gz
regexp literal (e.g. \202) match, etc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r--lib/getoptlong.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index a37714cafd..82cccf43b9 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -303,7 +303,7 @@ class GetoptLong
when STATUS_YET
@status = STATUS_STARTED
when STATUS_TERMINATED
- return
+ return nil
end
#
@@ -320,7 +320,7 @@ class GetoptLong
end
if ARGV.length == 0
terminate
- return
+ return nil
end
$_ = ARGV.shift
elsif @ordering == REQUIRE_ORDER