method
recycle!
v3.2.13 -
Show latest stable
- Class:
ActionController::TestResponse
recycle!()public
No documentation available.
# File actionpack/lib/action_controller/test_case.rb, line 211
def recycle!
@status = 200
@header = {}
@writer = lambda { |x| @body << x }
@block = nil
@length = 0
@body = []
@charset = @content_type = nil
@request = @template = nil
end