method

recycle!

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActionController::TestResponse
recycle!() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/test_case.rb, line 193 def recycle! @status = 200 @header = {} @writer = lambda { |x| @body << x } @block = nil @length = 0 @body = [] @charset = @content_type = nil @request = @template = nil end
Register or log in to add new notes.