14 Nov
2010
14 Nov
'10
4:51 p.m.
Hello, Both JRuby and IronRuby support translation from 'native' CamelCase method names to the lowercase_with_underscores naming convention in idiomatic Ruby. They IronRuby guys call this "name-mangling": http://ironruby.net/Documentation/.NET/Names I had an expectation that this would be the case with MacRuby, but I now know that this is not true. Are there any plans to implement this feature in the future? You can probably guess that I like this feature an awful lot. Regards, Scott