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