[ 
https://issues.apache.org/jira/browse/THRIFT-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jake Farrell closed THRIFT-2209.
--------------------------------

    Resolution: Fixed
      Assignee: Jake Farrell

You can use the following in the current trunk builds

{code}
thrift --gen rb:namespaced 
{code}

> 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
>            Assignee: Jake Farrell
>            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 was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to