Method: CC::Workspace::PathTree#initialize

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

#initialize(root_node) ⇒ PathTree

Returns a new instance of PathTree.



22
23
24
# File 'lib/cc/workspace/path_tree.rb', line 22

def initialize(root_node)
  @root_node = root_node
end