lib/www/mechanize/util.rb in mechanize-0.9.2 vs lib/www/mechanize/util.rb in mechanize-0.9.3

- old
+ new

@@ -17,10 +17,10 @@ [CGI.escape(k.to_s), CGI.escape(v.to_s)].join("=") =begin [WEBrick::HTTPUtils.escape_form(k.to_s), WEBrick::HTTPUtils.escape_form(v.to_s)].join("=") =end - + end }.compact.join('&') end def to_native_charset(s, code=nil)