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