From: Peter Date: 2004-10-27T05:54:52+09:00 Subject: Re: Inline YAML in Ruby code - possible? converse? > You can use Peter Vanbroekhoven's patch for user defined %-methods. Find it > here: > > http://developer.berlios.de/projects/suby/ I just wanted to add that if you find the courage to patch the Ruby source and recompile it, be aware that the patch is not backward compatible with current Ruby; it breaks a number of things, and changes some other things. If you have some patience, I'll brew a version that can retain backward compatibility at the price of lack of uniformity. And if you want other people to use your code, you should go with Florian's source code filter technique. Peter