# File lib/ramaze/files.rb, line 42
    def <<(path)
      @roots << File.expand_path(path.to_s)
      @roots.uniq!
      sync
    end