class Spoom::FileTree

def add_paths(paths)

def add_paths(paths)
  paths.each { |path| add_path(path) }
end