While calling multiple ruby scripts into a single file, my scripts are getting executed in a loop. Can someone please suggest me how to carry out the execution of all the scripts just once? For eg., I have abc.rb, xyz.rb being called out in a single file run.rb . While execution of run.rb, abc.rb and xyz.rb gets executed once and after completion, again the execution of abc.rb starts and the loop continues. -- Posted via http://www.ruby-forum.com/.