Method: CC::Workspace#initialize

Defined in:
lib/cc/workspace.rb

#initialize(path_tree = PathTree.for_path(".")) ⇒ Workspace

Returns a new instance of Workspace.



6
7
8
# File 'lib/cc/workspace.rb', line 6

def initialize(path_tree = PathTree.for_path("."))
  @path_tree = path_tree
end