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