I want to use Ruby to scan a Windows network for a set of files and replace them if they are out of date. I have been using a Python script which uses win32net to find all the computers on my network. I cannot find similar functionality in ruby, at least so far. Does anyone know where this capabilty can be found in ruby? Thanks in advance.