Methods

Class Index [+]

Quicksearch

ActionController::TestResponse

Public Instance Methods

recycle!() click to toggle source
     # File lib/action_controller/test_case.rb, line 178
178:     def recycle!
179:       @status = 200
180:       @header = {}
181:       @writer = lambda { |x| @body << x }
182:       @block = nil
183:       @length = 0
184:       @body = []
185:       @charset = @content_type = nil
186:       @request = @template = nil
187:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.