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