Method: Net::HTTPResponse#response

Defined in:
lib/net/http/response.rb

#responseObject

header (for backward compatibility only; DO NOT USE)

[View source]

297
298
299
300
# File 'lib/net/http/response.rb', line 297

def response   #:nodoc:
  warn "Net::HTTPResponse#response is obsolete", uplevel: 1 if $VERBOSE
  self
end