Method: CC::Workspace::PathTree#exclude_paths

Defined in:
lib/cc/workspace/path_tree.rb

#exclude_paths(paths) ⇒ Object



30
31
32
# File 'lib/cc/workspace/path_tree.rb', line 30

def exclude_paths(paths)
  paths.each { |path| root_node.remove(*normalized_path_pieces(path)) }
end