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