# File lib/innate/rack_file_wrapper.rb, line 3 def initialize(root, cache_control = nil) @file = Rack::File.new(root, cache_control) end