Methods
B
R
Instance Public methods
body()
# File actionpack/lib/action_controller/test_case.rb, line 287
def body
  @body ||= super
end
recycle!()
# File actionpack/lib/action_controller/test_case.rb, line 282
def recycle!
  @body = nil
  initialize
end