class Chef::ChefFS::FileSystem::Memory::MemoryRoot
Attributes
Public Class Methods
Source
# File lib/chef/chef_fs/file_system/memory/memory_root.rb, line 8 def initialize(pretty_name, cannot_be_in_regex = nil) super("", nil) @pretty_name = pretty_name @cannot_be_in_regex = cannot_be_in_regex end
Calls superclass method
Chef::ChefFS::FileSystem::Memory::MemoryDir::new
Public Instance Methods
Source
# File lib/chef/chef_fs/file_system/memory/memory_root.rb, line 16 def path_for_printing @pretty_name end