method
    
    recycle!
 
  recycle!()
  public
  
    Hide source    
    
      
  
# File actionpack/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

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   = private
 = private = protected
 = protected
  