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 26definitialize(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 30defcan_have_child?(name, is_dir)
is_dir&&!name.start_with?('.')
end