proxy=(proxy)
Sets the URI of the http proxy to the value in the proxy argument.
# File activeresource/lib/active_resource/base.rb, line 283 def proxy=(proxy) @connection = nil @proxy = proxy.nil? ? nil : create_proxy_uri_from(proxy) end