How can we run a a ruby program from another ruby program. I am working on
one program where in i have to run another ruby program from it.
I am stuck here.
 
 
I tryed
 
 result = `r1.rb`

system("r1.rb")
 
but no output...
 
is their any other way out???


_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to