What would be the best way to use Dir.rmdir to delete a directory  
that isn't empty? I think it would involve performing a recursive  
delete, this is trivial in bash, but what about in Ruby?

Many thanks

Gabriel Dragffy