Subject: execution problem in ruby
From: Pokkai Dokkai <bad_good_lion yahoo.com>
Date: Sat, 11 Aug 2007 01:51:55 +0900
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/.