# File lib/rack/sendfile.rb, line 99
    def initialize(app, variation=nil)
      @app = app
      @variation = variation
    end