这是我的代码:
sock = Net::HTTP.new(url.host,url.port) sock.use_ssl = true response = sock.start {|http| http.request(req)}
这里是错误:
undefined method `use_ssl=' for #<Net::HTTP www.paypal.com:443 open=false>
谷歌让我什么都没有!
谢谢.