Actions
Bug #2398
closedLoading free ip address in Ruby 1.9.3
Description
In Ruby 1.8.7:
{}.to_s # => ""
In Ruby 1.9.3
{}.to_s # => "{}"
This causes the url for smart proxy to be broken.
Actions
Description
In Ruby 1.8.7:
{}.to_s # => ""
In Ruby 1.9.3
{}.to_s # => "{}"
This causes the url for smart proxy to be broken.