# File lib_doc/rucy/redirect.rb, line 9
    def initialize(location, status=302)
      @location = location
      @status = status
    end