Flowdock
method

uri=

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Net::HTTPResponse
uri=(uri) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/http/response.rb, line 134
  def uri= uri # :nodoc:
    @uri = uri.dup if uri
  end
Register or log in to add new notes.