class ChefFS::FileSystem::FileSystemRootDir

Public Class Methods

new(file_path) click to toggle source
# File lib/chef_fs/file_system/file_system_root_dir.rb, line 24
def initialize(file_path)
  super("", nil, file_path)
end