mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
res.response_body_permitted?
is not defined
`response_body_permitted?` is a method of request.
This commit is contained in:
parent
6326112e16
commit
5757696e07
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ module Net #:nodoc:
|
|||
# puts res.class.name # => 'HTTPOK'
|
||||
#
|
||||
# # Body
|
||||
# puts res.body if res.response_body_permitted?
|
||||
# puts res.body
|
||||
#
|
||||
# === Following Redirection
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue