Parent

Files

Class/Module Index [+]

Quicksearch

Chef::ChefFS::FileSystem::ChefRepositoryFileSystemDataBagsDir

Public Class Methods

new(name, parent, path = nil) click to toggle source
# File lib/chef/chef_fs/file_system/chef_repository_file_system_data_bags_dir.rb, line 26
def initialize(name, parent, path = nil)
  super(name, parent, path, Chef::ChefFS::DataHandler::DataBagItemDataHandler.new)
end

Public Instance Methods

can_have_child?(name, is_dir) click to toggle source
# File lib/chef/chef_fs/file_system/chef_repository_file_system_data_bags_dir.rb, line 30
def can_have_child?(name, is_dir)
  is_dir && !name.start_with?('.')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.