Returns a new instance of Directory.
5 6 7 8 9
# File 'lib/fssm/state/directory.rb', line 5 def initialize(path, options={}) @path = path @options = options @cache = FSSM::Tree::Cache.new end