class Inspec::Resources::Directory

def exist?

def exist?
  file.exist? && file.directory?
end

def to_s

def to_s
  "Directory #{source_path}"
end