Method: Response#read_body

Defined in:
lib/mechanize/test_case.rb

#read_body {|body| ... } ⇒ Object

Yields:


322
323
324
# File 'lib/mechanize/test_case.rb', line 322

def read_body
  yield body
end