Method: Net::HTTPResponse#response
- Defined in:
- lib/net/http/response.rb
#response ⇒ Object
header (for backward compatibility only; DO NOT USE)
144 145 146 147 |
# File 'lib/net/http/response.rb', line 144 def response #:nodoc: warn "Net::HTTPResponse#response is obsolete", uplevel: 1 if $VERBOSE self end |