method
recycle!
recycle!()
public
Hide source
# File actionpack/lib/action_controller/test_process.rb, line 112 def recycle! self.query_parameters = {} self.path_parameters = {} @headers, @request_method, @accepts, @content_type = nil, nil, nil, nil end


