class ChefFS::FileSystem::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
ChefFS::FileSystem::MemoryDir::new
# File lib/chef_fs/file_system/memory_root.rb, line 6 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_fs/file_system/memory_root.rb, line 14 def path_for_printing @pretty_name end