Parent

Methods

Class/Module Index [+]

Quicksearch

ActionController::TestResponse

Public Instance Methods

recycle!() click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_controller/test_case.rb, line 185
def recycle!
  @status = 200
  @header = {}
  @writer = lambda { |x| @body << x }
  @block = nil
  @length = 0
  @body = []
  @charset = @content_type = nil
  @request = @template = nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.