class Spoom::FileTree::Node
A node representing either a file or a directory inside a FileTree
def path
def path parent = self.parent return name unless parent "#{parent.path}/#{name}" end
A node representing either a file or a directory inside a FileTree
def path parent = self.parent return name unless parent "#{parent.path}/#{name}" end