From: Brian Candler Date: 2012-08-16T02:48:12+09:00 Subject: Re: Eval without eval? Dipesh Gtm wrote in post #1072447: > Can anyone explain how "Proc.new{}" (String) could be converted into > Proc.new{} (Code) without using any form of eval? if str == "Proc.new{}" return Proc.new end ?? -- Posted via http://www.ruby-forum.com/.