Directory Builder syntax DirectoryBuider.new(root) do dir("sample-dir") { file("file-name") { "file-content" } dir("sub-dir") } end todo file/dir operations: chmod, link, owner ...