# File lib/action_controller/test_case.rb, line 185
185: def recycle!
186: @status = 200
187: @header = {}
188: @writer = lambda { |x| @body << x }
189: @block = nil
190: @length = 0
191: @body = []
192: @charset = @content_type = nil
193: @request = @template = nil
194: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.