Libraries
»
mechanize
(2.14.0)
»
Index
»
Response
»
#read_body
Method: Response#read_body
Defined in:
lib/mechanize/test_case.rb
#
read_body
{|body| ... } ⇒
Object
Yields:
(
body
)
322 323 324
# File 'lib/mechanize/test_case.rb', line 322
def
read_body
yield
body
end