Hello, I was wondering if there was a reason a file containing constants is generated in Java within a class while Ruby generated code puts them in a global space? The java class is myThriftConstants and I was curious if it would be better to also have a myThriftConstants module in the ruby generated code. I briefly looked at the compiler code for ruby but I'm not very familiar with it yet.
------------------------ Thanks, Phil Eberhardt
