# File lib/sprockets/cache/file_store.rb, line 12 def initialize(root) @root = Pathname.new(root) end