mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
shugo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de75f3c0a6
commit
84fbb64d7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue