Trent created THRIFT-2209:
-----------------------------
Summary: Ruby generator -- please namespace classes
Key: THRIFT-2209
URL: https://issues.apache.org/jira/browse/THRIFT-2209
Project: Thrift
Issue Type: Bug
Components: Ruby - Compiler
Reporter: Trent
Priority: Critical
When classes are generated for thrift interfaces, they should be name-spaced.
For example:
class Version
...
end
Should be something like:
module Thrift
class Version
end
end
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira