From: Erik Veenstra Date: 2004-12-09T08:22:29+09:00 Subject: Re: [ANN] RubyScript2Exe 0.2.0 Long lines... Sorry. > ENV["PATH"] = newlocation("bin/in/package").gsub(/\//, "\\\\") + ";" + > ENV["PATH"] system("command") ENV["PATH"] = newlocation("bin/in/package").gsub(/\//, "\\\\") + ";" + ENV["PATH"] system("command") > ENV["PATH"] = newlocation("bin/in/package").gsub(/\//, "\\\\") + ";" + > ENV["PATH"] api = Win32API.new(newlocation("file.dll"), "proc", %w(P P P > P), "V") ENV["PATH"] = newlocation("bin/in/package").gsub(/\//, "\\\\") + ";" + ENV["PATH"] api = Win32API.new(newlocation("file.dll"), "proc", %w(P P P P), "V")