On Thu, Aug 21, 2008 at 2:28 PM, Lex Williams <etaern / yahoo.com> wrote: > I come from a perl background , and in perl there was a module called > Filter::Simple , which made possible writing code in latin ( by > transforming the code you wrote before it reached the interpreter ) , or > whatever strange preferences users might had . > Is there anything similar in ruby ? Not builtin. There are some hacks around, google for "ruby source filter".