# File lib/rack/sendfile.rb, line 101 101: def initialize(app, variation=nil) 102: @app = app 103: @variation = variation 104: end