Method: CC::Workspace::PathTree.for_path
- Defined in:
- lib/cc/workspace/path_tree.rb
.for_path(path) ⇒ Object
18 19 20 |
# File 'lib/cc/workspace/path_tree.rb', line 18 def self.for_path(path) new(node_for_pathname(Pathname.new(path))) end |