# File lib/fssm/state/directory.rb, line 5 def initialize(path) @path = path @cache = FSSM::Tree::Cache.new end