conker wrote:
> Hi, I am having trouble with rubyscript2exe when FileUtils is in my
> script. The error is easily reproducible:
> 
> require "FileUtils"
> puts "Hello World"


require 'fileutils' instead.  Fixed the problem for me.

-- 
Posted via http://www.ruby-forum.com/.