1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

regexp literal (e.g. \202) match, etc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1999-09-01 09:48:03 +00:00
parent a1b57d0add
commit 69a3aaf154
15 changed files with 200 additions and 70 deletions

View file

@ -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