hi, sorry for my english

2)
if you use <puts "text"> or method who write directly in console, you can show 
log directly in the console where you have run your program or  in your editor 
if you use Scite or an other...

You can write in a text file like this :
f = "c:\\file.log"
fl = File.new(f,"a+")
fl.puts("yeah !!!")


the method <print> exist too.

I hope i help you
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6068&messageID=17177#17177
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to