Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!talisker.lacave.net!lacave.net!not-for-mail From: Brian Candler Newsgroups: comp.lang.ruby Subject: Re: Run time programming Date: Thu, 5 May 2011 10:43:04 -0500 Organization: Service de news de lacave.net Lines: 16 Message-ID: <9fa9956046240c11f5caffd302a4ab27@ruby-forum.com> References: <4a3b01fe4541e66cacac809c4625a46b@ruby-forum.com> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1304610199 58929 65.111.164.187 (5 May 2011 15:43:19 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Thu, 5 May 2011 15:43:19 +0000 (UTC) In-Reply-To: X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 382710 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <9fa9956046240c11f5caffd302a4ab27@ruby-forum.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:4000 Robert K. wrote in post #996572: > $ ri eval And you might also want to think about who is entering that code and what it does: cautionary tale at http://www.ruby-doc.org/docs/ProgrammingRuby/html/taint.html So, re-implementing tryruby.org is not as simple as you might think. Look for the ruby sandbox gem. If only fully trusted users are entering data into this text box, then it's not a problem. -- Posted via http://www.ruby-forum.com/.