class Chef::ChefFS::FileSystem::Memory::MemoryRoot
Attributes
cannot_be_in_regex[R]
Public Class Methods
new(pretty_name, cannot_be_in_regex = nil)
click to toggle source
Calls superclass method
Chef::ChefFS::FileSystem::Memory::MemoryDir.new
# 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
Public Instance Methods
path_for_printing()
click to toggle source
# File lib/chef/chef_fs/file_system/memory/memory_root.rb, line 16 def path_for_printing @pretty_name end