# File lib/action_controller/metal.rb, line 167
    def location=(url)
      headers["Location"] = url
    end