From: Pokkai Dokkai Date: 2007-08-11T01:51:55+09:00 Subject: execution problem in ruby how to execute a ruby program which is inside a string ? for example ex.rb puts "start " temp="(1..10).each do |count| print count end " puts "end" how to execute the source code in temp(String object) -- Posted via http://www.ruby-forum.com/.