med addame wrote:
> What is the best way to download all Web Site resources (html, images,
> ...) to a local directory using Ruby?

Quickest and easiest:

  system("wget -p -np -r http://www.lua.org/manual/5.1/")

Also useful are the -I, -P, -nH options.
-- 
Posted via http://www.ruby-forum.com/.