From: Robert Klemme Date: 2008-04-20T19:35:04+09:00 Subject: Re: Executing code in a variable On 20.04.2008 11:43, Zangief Ief wrote: > I have a Ruby code stocked into a Ruby variable like this: > > buffer = ' puts "Hello World!" ' > > Is there a way for execute the current code by using buffer variable ? http://ruby-doc.org/core/classes/Kernel.html#M005948 robert