# File lib/rack/file.rb, line 23
    def initialize(root, cache_control = nil)
      @root = root
      @cache_control = cache_control
    end