1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2000-10-16 07:38:26 +00:00
parent de75f3c0a6
commit 84fbb64d7a

View file

@ -909,7 +909,7 @@ module Net
@pos += len
@token.symbol = T_LITERAL
elsif $6
@token.value = $+[1..-1].capitalize.intern
@token.value = $+[1..-1].intern
@token.symbol = T_FLAG
elsif $7
@token.value = nil