diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-07-26 17:44:07 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-07-26 17:44:07 +0000 |
commit | 4b8f0e76373ee806ce32ada89203fc50c8b0070d () | |
tree | 23e2f4dfe1454ca995ba215158a6c4150556a731 /lib/uri/generic.rb | |
parent | 9b932528286059af48454d492596934dcb6e4f5c (diff) |
* lib/shell/command-processor.rb: remove unused variable.
* lib/shell/system-command.rb: ditto. * lib/tmpdir.rb: ditto. * lib/uri/generic.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/uri/generic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -551,7 +551,7 @@ module URI # escapes 'user:password' +v+ based on RFC 1738 section 3.1 def escape_userpass(v) - v = parser.escape(v, /[@:\/]/o) # RFC 1738 section 3.1 #/ end private :escape_userpass |