# File lib/action_dispatch/middleware/head.rb, line 3
    def initialize(app)
      @app = app
    end