Method: CC::Workspace::PathTree#include_paths

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

#include_paths(paths) ⇒ Object



34
35
36
# File 'lib/cc/workspace/path_tree.rb', line 34

def include_paths(paths)
  paths.each { |path| root_node.add(*normalized_path_pieces(path)) }
end