From: Peter Zotov Date: 2011-06-04T22:41:48+09:00 Subject: Re: CORE - Specialized Attribute Definition On Sat, 4 Jun 2011 20:45:30 +0900, Ilias Lazaridis wrote: > > Can someone please confirm? > I understand that such a construct could be implemented as a C-level > extension (without alteration of the main sources). No it couldn't. The feature you want requires altering of the Ruby parser behavior. No amount of C-level extensions to MRI would help you. -- WBR, Peter Zotov.