Sha256: 1a122885177b29d8109736d481b6645aa43bf02aff12f23e53f41ed743afd646
Contents?: true
Size: 453 Bytes
Versions: 123
Compression:
Stored size: 453 Bytes
Contents
require 'chef/chef_fs/file_system/memory_dir' class Chef module ChefFS module FileSystem class MemoryRoot < MemoryDir def initialize(pretty_name, cannot_be_in_regex = nil) super('', nil) @pretty_name = pretty_name @cannot_be_in_regex = cannot_be_in_regex end attr_reader :cannot_be_in_regex def path_for_printing @pretty_name end end end end end
Version data entries
123 entries across 123 versions & 1 rubygems